Releases: symfony/demo
2.1.1
Bug fixes
[0ff22b5] Replace deprecated node-sass
with sass
(@skmedix)
[153f8de] Fix Arabic translation issue (@asispts)
[345bf8f] Fix GitHub CI (@javiereguiluz)
[8c083a3] Update front-end dependencies and rebuild assets (@javiereguiluz)
2.1.0
The highlight of this new release is that Symfony Demo has been upgraded to use Symfony 6.1 and PHP 8.1.
New features
[096896f] feature #1339 Upgrade to Symfony 6.1 (@javiereguiluz)
[9837e4d] Use attributes to define ORM metadata (@javiereguiluz)
Bug fixes
[cf97997] minor #1327 bump dama/doctrine-test-bundle to ^7.0 (@dmaicher)
[8cfb91b][681a45d][9b4e412] Fixed source code modal doesn't show PHP attributes (@voronkovich)
[e7cc207] Don't override the post slug if it's already set (@ecourtial)
2.0.2
New features
[4aaf871] Add example and documentation of logging (@94noni)
[f1ee7c6] Use logout_path() helper + add CSRF protection to logout (@wouterj)
[5149204] Use stderr for logging in prod (@fabpot)
Bug fixes
[0f99bfe] Update links & license year (@Coderberg)
[741aa2e] Remove the dependency on composer/package-versions-deprecated (@stof)
[e05392d] Fixed 2 typos: help.add_user/help.post_publication (@sandoba)
[6c1e93a] Update PHP doc about annotations IsGranted (@adpauly)
2.0.1
New features
[5467857] Swap Markdown package from erusev to league (@94noni)
[59d1811] Use PHP 8 attributes to configure Command (@94noni)
[58d2a52] Upgrade symfony/flex to v2.0.1 (@94noni)
[12b2992] Update code to use the latest Node.js 16 LTS version (@fabpot)
[cf5e12d][8e8d63c] Add various comments in the codebase (@94noni)
[43404e8] Run tests on PHP 8.1 too (@rosier)
Bug fixes
[2aa5be7] Remove unused parameter (@rosier)
[e202561] Move JavaScript entry function in the HTML head (@94noni)
[407a301] Fix an exception in CommentType (@rosier)
[378f8a5] Fix translator parameters (@94noni)
2.0.0
This is the first Symfony Demo version that requires Symfony 6.0 and PHP 8.0. If you need to run the Symfony Demo application in an earlier Symfony or PHP versions, use Symfony Demo 1.8.0 (which requires Symfony 5.4 and PHP 7.3 or higher).
New Features
[287057c] Upgrade to Symfony 6.0 (@javiereguiluz)
[3cc3abc] Add as many types as possible in the codebase (@seb-jean)
[9d43e66] Use many of the new PHP 8 features (@derrabus)
Bug fixes
[9d1e61c] Enable strict mode on assets (@GromNaN)
[c2315f7] Assets manifest is not necessary with Webpack Encore (@GromNaN)
1.8.0
New features
[1a7777f] Upgrade to Symfony 5.4 (@javiereguiluz)
[c016ffc] Add a test for command ListUsers (test emails) (@Nek-)
[1481481] Add PHPStan to GitHub actions workflow (@burned42)
Bug fixes
[486bf50] Update German translation (@ihmels)
[9962551] Update SecurityController (@seb-jean)
[964ee34] Bump Doctrine packages (@derrabus)
[a43b073] Update PHPStan baseline (@derrabus)
[7ed6c4a] Install stty required for tests on ubuntu-latest (@bocharsky-bw)
[9c06dd5] Update deps to fix security-http vulnerability (@bocharsky-bw)
1.7.1
Bug fixes
[adf3116] Fix some dependencies (@nicolas-grekas)
1.7.0
New features
[6b03342] Upgrade to Symfony 5.3 (@nicolas-grekas, @javiereguiluz)
[b199d78] Allow PHP 8 and update dependencies (@rosier)
[1155cce] Update to Webpack Encore 1.0 (@javiereguiluz)
[9805936] Add Bosnian (bs) & Serbian (Latn & Cyrl) translation (@tambait)
Bug fixes
[ed27f44] Disable HTTP method override (@javiereguiluz)
[f7876f6] Update highlight.js (@Kolbasyatin)
[cd1c85b] Remove PHP 8 workarounds from CI (@derrabus)
[c2eb071] Rename config file to .php-cs-fixer.dist.php for PHP CS Fixer v3 (@rosier)
1.6.4
New features
[c6009c3] Update the application to Symfony 5.2 (@javiereguiluz)
[1035980] Replaced return 0
with return Command::SUCCESS
(@Coderberg)
[bb3b183] Replace Travis and Appveyor by GitHub Actions (@javiereguiluz)
[7f9f248] Updated JavaScript dependencies (@Coderberg)