Skip to content

phpMussel Front-End v3.7.0

Latest
Compare
Choose a tag to compare
@Maikuolan Maikuolan released this 10 Aug 08:49
· 1 commit to v3 since this release
v3.7.0
c1f9e75

v3.7.0

Bugs fixed.

  • [2025.07.07]: The formatFilesize method wasn't accounting for negative numbers; Fixed.
  • [2025.07.26]: Some browsers, in some contexts, were raising errors during request inspection concerning the absence of any X-Content-Type-Options header declaration (though it isn't entirely clear whether this error had any actual effect); Fixed.
  • [2025.08.09]: When changing the front-end's theme or theme mode at the configuration page, the change wasn't being seen immediately, instead being seen only upon subsequent request to any front-end page; Fixed.

Security.

  • [2025.08.09]: Improved the safeguards for getAssetPath.

Other changes.

  • [2025.07.05]: Aesthetic patch.
  • [2025.07.08]: Added the ability to route all outbound requests through a proxy, and two new configuration directives, request_proxy and request_proxyauth.
  • [2025.08.01]: Slightly improved the navigation SVGs.
  • [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).