Releases: j0k3r/f43.me
12.0.1
12.0.0
The only BC is that PHP < 7.4 isn't supported anymore.
The principal change is about the design.
We dropped Foundation (so long my friend 👋) and we are now using Pico.css. So instead of using gulp
to generate assets we are now using WebpackEncore.
After upgrading, ran:
yarn install
yarn build
What's Changed
- Drop PHP < 7.4 by @j0k3r in #857
- Update
laminas/laminas-code
by @j0k3r in #858 - Disable Doctrine log during tests by @j0k3r in #859
- Symfony 5.4.2 by @j0k3r in #880
- Fix some issues from Codefactor by @j0k3r in #886
- Drop Foundation and use Pico.css by @j0k3r in #885
- Symfony 5.4.3 by @j0k3r in #908
- Add NPM to Dependabot by @j0k3r in #909
- Deeps update JS deps by @j0k3r in #915
- Symfony 5.4.4 by @j0k3r in #916
- Symfony 5.4.5 by @j0k3r in #943
- Fix spacing in nav bar by @j0k3r in #952
- Symfony 5.4.6 by @j0k3r in #953
Full Changelog: 11.1.1...12.0.0
11.1.1
11.1.0
.env.local
must be updated because the algorithm has changed (when upgrading Symfony). Run that command to re-generate the hash:
php bin/console security:hash-password --empty-salt
Then update your .env.local
with the new hash. Don't forget to escape each $
followed by a letter, otherwise your hash will be invalid and you won't be able to login (see the install part).
What's Changed
- Symfony 5.3.11 by @j0k3r in #833
- Remove the slow Scrutinizer, PHPStan rules the world now by @j0k3r in #834
- Tests with PHP 8 by @j0k3r in #839
- Change the way to retrieve services during tests by @j0k3r in #842
- Symfony 5.4.0 by @j0k3r in #843
Full Changelog: 11.0.0...11.1.0
11.0.0
One year after the latest release... ouch.
Main changes are:
- Symfony 5 (previously Symfony 3)
- Replace Swarrot by Symfony Messenger
- Moved to Github Actions
The upgrade might be pretty complex (because a lot of files changed) but I think this list is a summary of what needs to be done:
- The configuration is no more in
app/config/parameters.yml.dist
but in.env.local
(which must be created, take inspiration from.env
). - If you are using Supervisor to handle consumers, commands have changed too. See
data/supervisor.conf
to see what changed. - The public entry is no more
web/app.php
butpublic/index.php
(update your server configuration).
If you are struggling to update to that version, don't hesitate to open an issue.
What's Changed
- Jump to Symfony 4.4 by @j0k3r in #389
- Jump to PHPStan 0.12 by @j0k3r in #400
- Jump to Symfony 5.1 by @j0k3r in #401
- Replace Swarrot by Messenger by @j0k3r in #403
- Update deps by @j0k3r in #408
- Symfony 5.1.7 by @j0k3r in #419
- Ditch direct dev deps
php-coveralls
by @j0k3r in #439 - Symfony 5.1.8 by @j0k3r in #450
- Fix timeout configuration by @j0k3r in #455
- Moving to Github Actions by @j0k3r in #465
- Change the way to handle coverage by @j0k3r in #467
- Symfony 5.1.9 by @j0k3r in #482
- Symfony 5.2.0 by @j0k3r in #483
- Rotate log by @j0k3r in #488
- Symfony 5.2.2 by @j0k3r in #551
- Symfony 5.2.3 by @j0k3r in #563
- Symfony 5.2.4 by @j0k3r in #596
- Update deps by @j0k3r in #622
- Symfony 5.2.7 by @j0k3r in #644
- Symfony 5.2.8 by @j0k3r in #667
- Symfony 5.2.9 by @j0k3r in #682
- Symfony 5.3.0 by @j0k3r in #698
- Symfony 5.3.2 by @j0k3r in #718
- Symfony 5.3.3 by @j0k3r in #733
- Symfony 5.3.6 by @j0k3r in #750
- Symfony 5.3.7 by @j0k3r in #779
- Symfony 5.3.9 by @j0k3r in #795
- Update PHP-CS-Fixer by @j0k3r in #798
Full Changelog: 10.1.2...11.0.0