Skip to content

Releases: phpMussel/Web

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.

phpMussel Web v3.2.3

01 Sep 14:13
v3.2.3
01c04af
Compare
Choose a tag to compare

v3.2.3

[2022.07.28~08.11; Maikuolan]: Added L10N for Persian/Farsi, Hebrew, Malay, and Ukrainian.

phpMussel Web v3.2.2

14 Feb 07:02
v3.2.2
d88928c
Compare
Choose a tag to compare

v3.2.2

[2022.02.01; Bug-fix; Maikuolan]: Failed to correctly determine the client's IP address under certain circumstances (e.g., multiple choices available via HTTP_X_FORWARDED_FOR); Fixed.

[2022.02.14; Maikuolan]: Maintenance release.

phpMussel Web v3.2.1

31 Oct 15:34
a55fb24
Compare
Choose a tag to compare

v3.2.1

[2021.10.30; Maikuolan]: Code-style cleanup: Public before private properties, magic before public before private methods.