Skip to content

Releases: phpMussel/phpMussel

phpMussel v2.4.3

24 Jul 08:54
v2.4.3
082f56b
Compare
Choose a tag to compare

Version/Release 2.4.3

  • [2022.04.26; Maikuolan]: Added a JavaScript warning to the front-end login.

  • [2022.05.02; Maikuolan]: Front-end warnings have been hidden from non-logged in users.

  • [2022.05.08; Maikuolan]: Made the warnings/notices at the front-end accounts page slightly smaller.

  • [2022.05.26; Bug-fix; Maikuolan]: Instead of "GMT", the "Last modified" header given for front-end assets specified "+0000", which some browsers don't understand properly; Fixed.

  • [2022.06.09; Maikuolan]: Following symlinks for RecursiveDirectoryIterator instances enabled.

  • [2022.06.17; Maikuolan]: Slightly improved RTL support.

  • [2022.07.13; Maikuolan]: Synced common classes package.

  • [2022.07.21; Maikuolan]: Coloured the "delete" option available at various dropdown menus red, to make it stand out a little from the other options.

  • [2022.07.23; Maikuolan]: Added the ability to reset specific parts of the configuration back to their defaults.

Caleb M (Maikuolan),
July 24, 2022.

Download phpMussel

phpMussel v1.15.3

24 Jul 08:53
v1.15.3
face4c5
Compare
Choose a tag to compare

Version/Release 1.15.3

  • [2022.04.26; Maikuolan]: Added a JavaScript warning to the front-end login.

  • [2022.05.02; Maikuolan]: Front-end warnings have been hidden from non-logged in users.

  • [2022.05.08; Maikuolan]: Made the warnings/notices at the front-end accounts page slightly smaller.

  • [2022.05.26; Bug-fix; Maikuolan]: Instead of "GMT", the "Last modified" header given for front-end assets specified "+0000", which some browsers don't understand properly; Fixed.

  • [2022.06.09; Maikuolan]: Following symlinks for RecursiveDirectoryIterator instances enabled.

  • [2022.06.17; Maikuolan]: Slightly improved RTL support.

  • [2022.07.13; Maikuolan]: Synced common classes package.

  • [2022.07.21; Maikuolan]: Coloured the "delete" option available at various dropdown menus red, to make it stand out a little from the other options.

  • [2022.07.23; Maikuolan]: Added the ability to reset specific parts of the configuration back to their defaults.

Caleb M (Maikuolan),
July 24, 2022.

Download phpMussel

phpMussel v3.3.2

25 Mar 13:43
v3.3.2
0ee8b7a
Compare
Choose a tag to compare

phpMussel v2.4.2

25 Mar 13:53
v2.4.2
f64ff9c
Compare
Choose a tag to compare

Version/Release 2.4.2

  • [2022.02.21; Maikuolan]: Improved IP address resolution strategy.

  • [2022.02.21; Bug-fix; Maikuolan]: File manager component files categorisation didn't account for multi-domain installation configuration files; Fixed.

  • [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.

  • [2022.03.24; Bug-fix; Maikuolan]: Fixed a bottleneck in the scan process caused by the ReadFile closure (#231).

Caleb M (Maikuolan),
March 25, 2022.

phpMussel v1.15.2

25 Mar 13:52
v1.15.2
28d9e8e
Compare
Choose a tag to compare

Version/Release 1.15.2

  • [2022.02.21; Maikuolan]: Improved IP address resolution strategy.

  • [2022.02.21; Bug-fix; Maikuolan]: File manager component files categorisation didn't account for multi-domain installation configuration files; Fixed.

  • [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.

  • [2022.03.24; Bug-fix; Maikuolan]: Fixed a bottleneck in the scan process caused by the ReadFile closure (#231).

Caleb M (Maikuolan),
March 25, 2022.

Download phpMussel

phpMussel v3.3.1

14 Feb 07:06
v3.3.1
93eace8
Compare
Choose a tag to compare

phpMussel v2.4.1

14 Feb 08:51
v2.4.1
30c47a8
Compare
Choose a tag to compare

Version/Release 2.4.1

  • [2021.11.27; Maikuolan]: 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.

  • [2022.01.22; Maikuolan]: Dropped Gitter chat in favour of using GitHub Discussions instead.

  • [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]: Synced common classes package.

Caleb M (Maikuolan),
February 14, 2022.

Download phpMussel

phpMussel v1.15.1

14 Feb 08:51
v1.15.1
b34d8e8
Compare
Choose a tag to compare

Version/Release 1.15.1

  • [2021.11.27; Maikuolan]: 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.

  • [2022.01.22; Maikuolan]: Dropped Gitter chat in favour of using GitHub Discussions instead.

  • [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]: Synced common classes package.

Caleb M (Maikuolan),
February 14, 2022.

Download phpMussel

phpMussel v3.3.0

31 Oct 15:38
9f7cb70
Compare
Choose a tag to compare

phpMussel v2.4.0

31 Oct 15:16
487e3a9
Compare
Choose a tag to compare

Version/Release 2.4.0

  • [2021.05.28; Maikuolan]: Performed some minor refactoring.

  • [2021.06.06; Maikuolan]: Reworked checkbox support for the front-end configuration page.

  • [2021.06.07; Maikuolan]: Since v3, the "repository backup locations" are kind of useless (not linked up with Composer, and only providing metapackage data, rather than all the attached repositories/packages). Removed those links from the front-end home page and v3 documentation accordingly.

  • [2021.06.08; Maikuolan]: Subtle aesthetic patch.

  • [2021.06.10; Maikuolan]: Added a configuration directive for returning a 415 status code for when an upload is blocked due to its filetype being blacklisted. Also did some very minor refactoring.

  • [2021.06.29; Bug-fix; Maikuolan]: The front-end file manager's pie chart's components accordion was broken; Fixed.

  • [2021.07.02; Maikuolan]: Synced common classes package.

  • [2021.07.04; Bug-fixes; Maikuolan]: When the metadata for an already installed component was missing from the upstream, a wrong parameter type error could occur, causing the updates page to not load correctly; Fixed. Due to the scope that the executor queue would be iterated from, an infinite loop could theoretically occur under certain circumstances when attempting to install or update a component via the front-end updates page; Fixed.

  • [2021.07.14; Maikuolan]: It's now possible, when updating via Cronable, to specify whether to update just the signature files, or to update everything.

  • [2021.09.05; Maikuolan]: Precaution against potential future undefined index added to fallback closure.

  • [2021.09.09; Bug-fix; Maikuolan]: The front-end signature information page reported the wrong counts for unidentified or other under the signature vendor or source counts; Fixed.

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

  • [2021.10.31; NEW FEATURE; Maikuolan]: Added the ability to segregate cache data on the basis of prefixes specified by the instance. This could be useful for when different installations are utilising the same caching mechanisms at the same server.

Caleb M (Maikuolan),
October 31, 2021.

Download phpMussel