Releases: j0k3r/banditore
Releases · j0k3r/banditore
5.0.3
What's Changed
- Symfony 5.4.11 by @j0k3r in #943
- Symfony 5.4.12 by @j0k3r in #947
- Symfony 5.4.13 by @j0k3r in #959
- Allow auto merging of Dependabot JS minor or patch by @j0k3r in #960
- Symfony 5.4.14 by @j0k3r in #969
- Symfony 5.4.15 by @j0k3r in #982
- Symfony 5.4.17 by @j0k3r in #1010
- Symfony 5.4.19 by @j0k3r in #1024
- Symfony 5.4.21 by @j0k3r in #1047
- Symfony 5.4.22 by @j0k3r in #1063
- Symfony 5.4.23 by @j0k3r in #1072
- Symfony 5.4.24 by @j0k3r in #1087
- Symfony 5.4.25 by @j0k3r in #1101
- Add
user:email
scope by @j0k3r in #1110
Full Changelog: 5.0.2...5.0.3
5.0.2
5.0.1
5.0.0
The only BC is that PHP < 7.4 isn't supported anymore.
You'll also need Node 14 (use nvm
with nvm install
) and yarn to build assets.
All assets (PureCSS & FontAwesome) are now internalized (no more CDN to retrieve them). Yarn install them and then move them in the public
folder.
After the update ran theses command to fetch assets:
nvm install
yarn install
What's Changed
- Drop PHP < 7.4 by @j0k3r in #779
- Disable Doctrine log during tests by @j0k3r in #780
- Symfony 5.4.2 by @j0k3r in #799
- Update PureCSS to 2.0.6 by @j0k3r in #802
- Fix some issues from Codefactor by @j0k3r in #803
- Symfony 5.4.4 by @j0k3r in #829
- Symfony 5.4.5 by @j0k3r in #851
- Fix prod deployment by @j0k3r in #862
Full Changelog: 4.0.1...5.0.0
4.0.1
4.0.0
More than a 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.
- 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). - There is a new migration to run (see
migrations/Version20200613153754.php
):php bin/console doctrine:migrations:migrate -vv
(use--dry-run
before, of course).
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 #267
- Jump to PHPStan 0.12 & Level 7 by @j0k3r in #275
- Jump to Symfony 5.0 by @j0k3r in #276
- Re-enable lazy service by @j0k3r in #277
- Replace Swarrot by Messenger by @j0k3r in #278
- Update deps by @j0k3r in #279
- Upgrade to Symfony 5.1 by @j0k3r in #293
- Ensure message is a string by @j0k3r in #294
- Handle "blob" tag by @j0k3r in #295
- Update templates by @j0k3r in #296
- Handle some GitHub Exceptions by @j0k3r in #300
- Symfony 5.1.2 by @j0k3r in #313
- Fix SimplePaginationBundle deps by @j0k3r in #333
- Symfony 5.1.3 by @j0k3r in #344
- Symfony 5.1.4 by @j0k3r in #362
- Symfony 5.1.5 by @j0k3r in #365
- Update deps by @j0k3r in #369
- Symfony 5.1.6 by @j0k3r in #382
- Symfony 5.1.7 by @j0k3r in #386
- Ditch direct dev deps
php-coveralls
by @j0k3r in #404 - Symfony 5.1.8 by @j0k3r in #415
- Trying to solve the mysterious PHPStan bug by @j0k3r in #428
- Moving to Github Actions by @j0k3r in #430
- Change the way to handle coverage by @j0k3r in #434
- Symfony 5.1.9 by @j0k3r in #440
- Symfony 5.2.0 by @j0k3r in #451
- Rotate log by @j0k3r in #457
- Symfony 5.2.2 by @j0k3r in #523
- Symfony 5.2.3 by @j0k3r in #535
- Symfony 5.2.4 by @j0k3r in #568
- Update deps by @j0k3r in #593
- Symfony 5.2.7 by @j0k3r in #616
- Symfony 5.2.8 by @j0k3r in #637
- Symfony 5.2.9 by @j0k3r in #652
- Symfony 5.3 by @j0k3r in #670
- Symfony 5.3.9 by @j0k3r in #711
- Update PHP-CS-Fixer by @j0k3r in #716
Full Changelog: 3.1.0...4.0.0