You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changelog excerpt:
- Shorthand data was quoted, but needed to be defined as literals in order
to avoid being unentitised prior to being parsed as regular expression
partials, in order to avoid breaking those expressions and potentially
triggering fatal errors; Fixed.
Copy file name to clipboardExpand all lines: Changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,3 +75,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
75
75
[2022.02.21; Maikuolan]: Improved IP address resolution strategy.
76
76
77
77
[2022.02.21; Maikuolan]: Added a default caching prefix.
78
+
79
+
[2022.03.11; Bug-fix; Maikuolan]: Shorthand data was quoted, but needed to be defined as literals in order to avoid being unentitised prior to being parsed as regular expression partials, in order to avoid breaking those expressions and potentially triggering fatal errors; Fixed.
0 commit comments