Skip to content

Releases: symfony/demo

3.0.1

02 Feb 07:18

Choose a tag to compare

Misc fixes

[4e9cd92] Bump dependencies and update to Symfony v8.0.5 (@rosier)
[945f878] Apply ruleset @PHP8x4Migration in PHP CS Fixer (@rosier)
[e8af36c] Upgrade to SymfonyCasts SassBundle v0.9 (@rosier)
[449aa59] Fix DoctrineBundle v3.1 deprecations (@rosier)
[98203dc] Remove DoctrineMigrationsBundle (@rosier)

3.0.0

19 Jan 15:41

Choose a tag to compare

New features

[9536ac8] Update to Symfony 8.0 (@javiereguiluz)
[9f48504] Upgrade to MonologBundle v4 (@GromNaN)

Bug fixes

[7ce5047] Remove double wildcard on AssetMapper excluded_patterns configuration (@Kocal)
[3075f78] Restore .env.local.demo file (@rosier)

2.9.0

09 Jan 09:54

Choose a tag to compare

New features

[396662f][e3ede42][8095ee6] Update to Symfony 7.4 (@javiereguiluz, @rosier)
[0b4264c] Use some of the new Symfony 7.4 features (@javiereguiluz)
[cc4d007] Update the Twig extensions to use attributes (@GromNaN)
[60823b5][d36ba89][5faac33][c1b94c6] [Twig] Use Bootstrap 5 form theme (@rosier)
[ea6a56f] Update login page for Bootstrap v5 (@rosier)
[c359770] Apply Twig coding standard rules (@rosier)

Bug fixes

[15dc27b] Fix the active links in the navigation (@rosier)
[dfd1c37] Fix flatpickr calendar buttons and localization (@rosier)
[9b7007f] Remove usage of deprecated Request::get() in twig template (@GromNaN)
[6892146] Fix the namespace of AppExtensionTest (@rosier)
[b60fd21] Fix not enabling native lazy objects on PHP 8.4+ is deprecated since Doctrine ORM v3.5 (@rosier)
[03fbddb] Fix import of bootswatch styles (@rosier)

Misc changes

[17ee3bb] Upgrade doctrine/doctrine-fixtures-bundle from v3.7.1 to v4.1 (@rosier)
[be1ff47] Change order of attribute arguments (@JeroenMoonen)
[a25e1d1] Run the tests also on PHP 8.5 (@rosier)
[f07fa9e] PHP CS Fixer: apply PHP 8.2 rules (@keradus)

2.8.1

14 Aug 11:25

Choose a tag to compare

New features

[d3c45d9] Add RTL arabic support (@mohssineAboutaj)

Maintenance

[9ae133d][92d9dd5] Add End to End tests on GitHub CI (@javiereguiluz, @rosier)
[143bba2] Add ext-ctype and ext-iconv as required dependency (@rosier)
[9fcbec5] Bump dependencies (@rosier)
[c1691a8] Update Symfony Flex recipes (@rosier)

2.8.0

21 Jul 09:54

Choose a tag to compare

New features

[50bb0c1] Upgrade to Symfony 7.3 (@rosier)
[fb77fd5] Promote Invokable Commands (@yceruto)

Bug fixes

[c5d841b] Re-add fixed APP_SECRET value (@nicolas-grekas)
[b1a3755] Move the twbs/bootstrap dependency from require-dev to require (@rosier)
[e49b81c] Run Composer validate before installing dependencies (@xabbuh)
[16e7e5a] Install security patches (@xabbuh)
[1eafe9a] Remove duplicates and leftovers from .gitignore (@rosier)
[28f82bf] Update a comment about integration tests (@94noni)

2.7.0

29 Apr 13:56

Choose a tag to compare

New features

[eba4f92] Upgrade to Symfony 7.2 (@nicolas-grekas, @javiereguiluz)
[f39ffa0] Use Symfony UX Icons (@javiereguiluz)
[ef6be89] Upgrade to PHPStan 2 (@rosier)
[41dbf2d] Use app global variable for current route (@seb-jean)
[a185a2a] Use app global variable for locale (@seb-jean)
[226fd12] Upgrade to PHPUnit 11 (@wouterj)

Bug fixes

[3fe720e] Update symfony/ux-twig-component (@xabbuh)
[d3052bc] Fix some translation issues (@javiereguiluz)
[2098577] Add an empty .env.dev file (@rosier)
[7169fb5] Add a background color to the jumbotron on the homepage (@rosier)
[b42567d] Remove importmap:install command from devcontainer.json (@maxgrundnig)
[381f0fd] Update the data fixtures (@rosier)
[3277fc2] Use app. prefix for parameters (@seb-jean)
[22d4acf] Minor grammar fix (@dereuromark)
[f0509eb] Remove invalid access control rule (@xabbuh)
[9c3f7cc] Update to Bootswatch Flatly 5.3.3 (@rosier)
[2456e31] Set trusted proxies for running in Codespace (@GromNaN)

2.6.0

14 Jun 10:08

Choose a tag to compare

New features

[5dd64c8] Update to Symfony 7.1 (@javiereguiluz)
[84c378f] Add Bangla translation (@AminulBD)
[719a423] Add Vietnamese translation (@sungvadan)
[e8dc87b] Refactor how we define the available locales (@javiereguiluz)
[31fad76] Only use immutable datetime objects (@javiereguiluz)
[12f7357] Use constructor property promotion in some code (@parijke)

Bug fixes

[af72ef2] Add a missing translation for Keep me logged in message (@llupa)
[54b93c3][832f547] Update the Doctrine configuration (@seb-jean, @xabbuh)
[50ee9b9] Use request payload in BlogController (@seb-jean)

2.5.1

16 Feb 10:57

Choose a tag to compare

New features

[a2073d0] Upgrade to Doctrine DBAL 4 and ORM 3 (@dmaicher)
[860b954] Improve routes requirements (@HeahDude)
[e6f2352] Added a new Albanian translation (@llupa)
[b3aee5f] Added a new Nepali translation (@TsongSteven)

Bug fixes

[49578e7] Replace namespace Route Annotation with Route Attribute (@ker0x)
[355f695] Remove the unused var/sessions/ directory (@javiereguiluz)
[4d9888d] Make code style more consistent (@shuraknows)
[bbc5de3] Update assets compilation in GitHub CI (@seb-jean)

2.5.0

20 Dec 11:47

Choose a tag to compare

New features

[78e116b] Use #[Autowire] attribute instead of YAML config (@GromNaN)
[9ac2900] Use Security::logout() instead of redirecting to the logout URL (@GromNaN)
[b0c6921] Upgrade to AssetMapper 6.4 (@weaverryan)
[37813f6] Display the language selector in the homepage (@javiereguiluz)
[637c294] Add a subtle cross-fade view transition (@javiereguiluz)
[3edba75] Update to Symfony 7 (@javiereguiluz)

Bug fixes

[c8bafc3] Also run tests on PHP 8.2 and PHP 8.3 (@rosier)
[06bdbde] Remove broken link from the error 500 page (@rosier)
[83dbfc9] Fix return type of change password action (@HeahDude)
[263c879] Fix comment about mailer config (@HeahDude)
[8f7b923] Minor update in ListUsersCommand (@hbgamra)

2.4.0

30 Nov 12:43

Choose a tag to compare

This is the first version that runs on Symfony 6.4 πŸŽ‰

New features

[701f9d0] Use 303 redirections after form submissions (@Arkounay)
[b19c543] Enable backtraces in Doctrine profiler (@GromNaN)
[945a0f2] Create link_source_file helper to replace internal WebProfiler helper (@GromNaN)
[38ad58e][72040e7] Update to Symfony 6.4 (@javiereguiluz)

Bug fixes

[27f08c4] Show invisible alerts (fix #1440) (@smnandre)
[578246c] Update documentation links (@smnandre)
[23ff699] Fix comment stating isSubmitted is optional (@smnandre)
[c9494ec] Add notice to messenger for async code (@94noni)