Skip to content

Flus v1.2.0

Latest
Compare
Choose a tag to compare
@marienfressinaud marienfressinaud released this 07 Feb 15:25
· 1 commit to main since this release
v1.2.0
291bc99

Migration notes

Flus now requires Composer in production.
You must install it and install the dependencies with:

$ composer install --no-dev --optimize-autoloader

See the documentation to update Flus.

New

Improvements

Bug fixes

  • Treat ISO-8859-1 HTML responses as Windows-1252 (a58a5dee)
  • Fix the URL duplicating itself in the user agent (30cbfaca)
  • Allow to setup Flus if the database already exists (f8dc4024, eda82090)
  • Handle correctly invalid HTTP method errors (d73bab29)

Technical

Developers

  • Upgrade to Minz 1.0 (9872079a)
  • Improve the PR template (1fc47468)
  • Refactor fetching HTTP resources (b3366ae7)
  • Extract a FilesystemHelper class (da442a4c)
  • Improve typing of the configuration (45209fe1)
  • Replace some view variables by helper functions (231dcb08)
  • Improve config files for PHPUnit, PHPStan and PHPCS (96b2978a)
  • Install Rector (eb23bfbf)
  • Reorganize the Docker development environment (48a54387)
  • Improve the Makefile (82f389fa)
  • Fix the CI configuration (42d40c0c)