Releases: phpMussel/Web
phpMussel Web v3.6.0
v3.6.0
- [2025.08.08]: Added the ability to change the "mode" of the configured theme, thus enabling any singular theme to have some slight variation in its potential presentation. Two new configuration directives have been added to facilitate this (look for
theme_mode
underfrontend
andweb
respectively, directly under the existingtheme
configuration directives). For now, the available "modes" are just "normal" and "inverted" (the latter inverting the tone of the colours/lighting used by the theme).
phpMussel Web v3.5.3
v3.5.3
- [2024.11.06]: Added PHP 8.4 to workflows.
- [2024.11.06]: Added L10N for Malayalam.
phpMussel Web v3.5.2
v3.5.2
- [2024.07.02]: Merged zh and zh-TW L10N, and dropped region designations (e.g., CN, TW) in favour of script designations (e.g., Hans, Hant).
- [2024.09.02]: Code-style patch.
- [2024.09.26]: Added L10N for Marathi.
phpMussel Web v3.5.1
v3.5.1
[2024.06.22; Maikuolan]: Maintenance release.
phpMussel Web v3.5.0
v3.5.0
[2023.12.01; Maikuolan]: Improved escaping.
[2024.03.12; Maikuolan]: Added L10N for Bosnian, Catalan, Galician, Gujarati, Croatian, and Serbian.
[2024.03.13; Bug-fix; Maikuolan]: Client L10N not being pulled correctly at some lines (reported by antoniogweb); Fixed (#3).
phpMussel Web v3.4.2
3.4.2
[2022.11.22; Maikuolan]: Maintenance release.
phpMussel Web v3.4.1
v3.4.1
[2023.09.01; Maikuolan]: Added L10N for Afrikaans and Romanian.
[2023.09.04; Maikuolan]: The atHit method has been migrated from the Loader class to the Scanner class, affecting some calls to that method at the Web class; Those calls have been updated accordingly.
[2023.09.16~18; Maikuolan]: Significantly refactored all L10N data.
[2023.09.18; Maikuolan]: Better resource guarding.
phpMussel Web v3.4.0
v3.4.0
[2023.04.01; Maikuolan]: Reworked the loadL10N method, how it handles HTTP_ACCEPT_LANGUAGE, improved rule assignment, added some assumptions for supported L10N, and added the ability to defer non-supported L10N to supported L10N where sufficiently similar to be acceptable.
[2023.05.04; Maikuolan]: Added L10N for Bulgarian, Czech, and Punjabi.
phpMussel Web v3.3.1
v3.3.1
[2023.01.14; Maikuolan]: L10N patch and maintenance release.
phpMussel Web v3.3.0
v3.3.0
[2022.09.26; New Feature; Maikuolan]: Custom headers/footers for front-end pages and the upload denied page can now be set directly via configuration.
[2022.10.12; BaseMax]: Improved L10N for Persian/Farsi.
[2022.10.13; Bug-fix; ben-mckenzie]: The scan function was incorrectly detecting file spoofing when associative or nested structures were present in $_FILES
(e.g. foo['bar'][]
); Fixed.
[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.