2.12.1
This release only contains bug fixes, especially one affecting reminders that were not sent.
Upgrade notes
- Run the migrations:
php artisan migrate
. - Enjoy.
✳️ Added
⚛ Fixed
- Make sure migration does not break when adding foreign key (#2408 - thanks to djaiss).
- Fix no timestamp update on number of views update (#2409 - thanks to asbiin).
- Set a relationship without select any birthdate option (#2414 - thanks to asbiin).
- Fix adding people to an activity (#2418 - thanks to asbiin).
- Fix adding people on activity update (#2426 - thanks to asbiin).
- Fix contact information update (#2432 - thanks to asbiin).
- Switch to HTTPS schema early (#2439 - thanks to FranPregernik).
- Journal view now includes activities as intended (#2465 - thanks to mechanarchy).
- Deleting a LifeEvent no longer deletes the associated Contact (#2462 - thanks to mechanarchy).
- Set deceased information with removing date and reminder (#2416 - thanks to asbiin).
- Fix reminders not being sent (#2505 - thanks to djaiss).