Skip to content

11.1.0

Compare
Choose a tag to compare
@j0k3r j0k3r released this 30 Nov 11:14
· 1413 commits to master since this release
3063120

⚠️ After updating to that version, the stored password in .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

Full Changelog: 11.0.0...11.1.0