Skip to content

Releases: chsxf/mfx

2.0.0 - Big Refactor to Services

02 Oct 06:26
Compare
Choose a tag to compare

This version includes a huge refactor of many old-fashioned singleton managers to services, as well as many other improvements.

Here is the full changelog:

Added

  • Add tests for some of the services
  • Support for additional configuration options for scripts and stylesheets

Changed

  • Refactored most static classes as services
  • Modernized session management
  • Renamed the built-in Status route to AppStatus for clarity

Improved

  • Enabled strict types
  • The unhandled exception handler now outputs full exception stack in accordance with the response.full_errors configuration directive

Fixed

  • Fixed some bugs within the database updater

Version 1.0.2 - Small bugfix release

13 Jul 22:36
Compare
Choose a tag to compare

Fixed

  • Incorrect Twig cache folder

1.0.1

10 Jul 13:40
Compare
Choose a tag to compare

Added

  • friendsofphp/php-cs-fixer and wikimedia/minify as dev dependencies

Improved

  • Reorganized files for a cleaner structure
  • Syntax consistency

Changed

  • Inlined minified static files (CSS / JS) to avoid having to serve them through the web server
  • Updated jQuery to version 3.7.1 slim

0.9

05 Feb 07:26
Compare
Choose a tag to compare
0.9 Pre-release
Pre-release

Pre-release in order to test composer support before version 1.0