What's Changed
- Feature: allow public calendars in #105
- Thank you @1Luc1 for your support
- Fix: remove sensitive logs in #116
- Thanks @mpflanzer for the tests
- Fix: change remaining columns to TEXT instead of BLOB in #111
- Thanks @spammads and @thelittleblackbird for your help 🙏🏼
- Update to sabre/dav 4.5.0
How to migrate your database
Warning
While not exactly breaking, you have to update the database schema to have the correct column type. Follow the instructions below.
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
Note
Some migrations are for PostgreSQL, some for MySQL, so it's perfectly normal if you always have a "New" migration that is skipped, and if you're not at the latest one.
Full Changelog: v4.1.0...v4.2.0