What's Changed
- Added an automatic birthday calendar in #190
- Update dependencies (notably Symfony 7.3)
- Fix the standalone docker image to pass X-Forwarded-* headers in #217
- Minor fixups in the README
How to upgrade
0. Back up your database
This is a safety precaution in case you end up messing with a migration or the database in general. It's highly recommended, even if you know exactly what you're doing.
1. Update the code and migrate
You can now update the code (either directly or get the up to date container), and then run the remaining migrations with:
bin/console doctrine:migrations:migrate --allow-no-migration
There is a new BIRTHDAY_REMINDER_OFFSET
env var (default to PT9H
), check the README for more information.
Full Changelog: v5.1.3...v5.2.0