Skip to content

Releases: phpMussel/Web

phpMussel Web v3.6.0

10 Aug 08:49
v3.6.0
388fa76
Compare
Choose a tag to compare

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 under frontend and web respectively, directly under the existing theme 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

06 Nov 15:22
v3.5.3
18b50d6
Compare
Choose a tag to compare

v3.5.3

  • [2024.11.06]: Added PHP 8.4 to workflows.
  • [2024.11.06]: Added L10N for Malayalam.

phpMussel Web v3.5.2

15 Oct 14:51
v3.5.2
8b9c8bc
Compare
Choose a tag to compare

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

22 Jun 12:07
v3.5.1
5f46b0e
Compare
Choose a tag to compare

v3.5.1

[2024.06.22; Maikuolan]: Maintenance release.

phpMussel Web v3.5.0

13 Mar 13:25
v3.5.0
3ba31d8
Compare
Choose a tag to compare

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

22 Nov 04:39
v3.4.2
c387415
Compare
Choose a tag to compare

3.4.2

[2022.11.22; Maikuolan]: Maintenance release.

phpMussel Web v3.4.1

08 Oct 06:08
v3.4.1
6366e64
Compare
Choose a tag to compare

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

06 Jun 06:07
v3.4.0
bdb5d91
Compare
Choose a tag to compare

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

14 Jan 11:31
v3.3.1
1cd69ef
Compare
Choose a tag to compare

v3.3.1

[2023.01.14; Maikuolan]: L10N patch and maintenance release.

phpMussel Web v3.3.0

22 Nov 06:06
v3.3.0
9e9bc04
Compare
Choose a tag to compare

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.