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
Copy file name to clipboardExpand all lines: Changelog.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,13 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
39
39
40
40
### v3.2.1
41
41
42
-
-[2021.03.11]: Added some missing return type declarations.
43
-
44
42
#### Bugs fixed.
45
43
-[2021.04.19]: BuildPath could potentially trigger warnings when open_basedir is defined, causing logging, among various other internal file operations, to fail (related to PHP bug 69240); Fixed.
46
44
-[2021.05.01]: Log truncation not being calculated properly; Fixed.
47
45
-[2021.05.28]: Wrong casing used for some variables would cause undefined variable errors to occur; Fixed (#3).
48
46
49
47
#### Other changes.
48
+
-[2021.03.11]: Added some missing return type declarations.
50
49
-[2021.05.28]: Performed some minor refactoring.
51
50
52
51
### v3.3.0
@@ -58,20 +57,22 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
58
57
59
58
### v3.3.1
60
59
61
-
-[2021.11.27]: At the front-end configuration page, configuration directives relying on specific extensions (specifically, at this time, the supplementary cache options) will now include a notice as to whether the extensions relied upon are available.
62
-
63
60
#### Bugs fixed.
64
61
-[2022.02.01]: Failed to correctly determine the client's IP address under certain circumstances (e.g., multiple choices available via HTTP_X_FORWARDED_FOR); Fixed.
65
62
66
-
### v3.3.2
63
+
#### Other changes.
64
+
-[2021.11.27]: At the front-end configuration page, configuration directives relying on specific extensions (specifically, at this time, the supplementary cache options) will now include a notice as to whether the extensions relied upon are available.
67
65
68
-
-[2022.02.21]: Improved IP address resolution strategy.
69
-
-[2022.02.21]: Added a default caching prefix.
66
+
### v3.3.2
70
67
71
68
#### Bugs fixed.
72
69
-[2022.03.11]: 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.
73
70
-[2022.03.24]: Fixed a bottleneck in the scan process caused by the readFileBlocks method (phpMussel/phpMussel#231).
74
71
72
+
#### Other changes.
73
+
-[2022.02.21]: Improved IP address resolution strategy.
74
+
-[2022.02.21]: Added a default caching prefix.
75
+
75
76
### v3.3.3
76
77
77
78
#### Bugs fixed.
@@ -139,13 +140,13 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
139
140
140
141
### v3.5.2
141
142
142
-
-[2024.07.02]: Refactored the `loadL10N` method. Merged zh and zh-TW L10N, and dropped region designations (e.g., CN, TW) in favour of script designations (e.g., Hans, Hant).
143
-
144
143
#### Bugs fixed.
145
144
-[2024.07.13]: If the client-specified language was the same as the configured language, the client-specified preferred variant would be ignored, even if it wasn't the same as the configured preferred variant; Fixed.
146
145
147
146
#### Other changes.
147
+
-[2024.07.02]: Refactored the `loadL10N` method. Merged zh and zh-TW L10N, and dropped region designations (e.g., CN, TW) in favour of script designations (e.g., Hans, Hant).
148
148
-[2024.08.06]: Updated the default filetype blacklist (#7).
149
149
-[2024.09.02]: Code-style patch.
150
150
-[2024.09.10]: Added L10N for Marathi.
151
151
-[2024.09.13]: Added L10N for Malayalam.
152
+
-[2024.10.15]: Added support to optionally disable adding new hash cache entries when a specific instance cache flag is used.
0 commit comments