2.19.0
This release contains some fixes and light changes.
🌍Thanks so much to our contributors and translators for their work.
Upgrade notes
This version requires a new php dependency module: imagick
. Install it before you upgrade to this version.
This version requires to run migrations.
Please use the embedded command php artisan monica:update
, it will run all needed commands to bring you to the next version.
✴️ Changed
- Update tag management on the contact profile (#4349 - thanks to @djaiss)
- Add next and previous arrows when viewing photos (#4083 - thanks to @paulrodriguez)
- Add dependency to php imagick module (#4275 - thanks to @asbiin)
- Renamed MOBILE_CLIENT_ID and MOBILE_CLIENT_SECRET variables to PASSPORT_PERSONAL_ACCESS_CLIENT_ID and PASSPORT_PERSONAL_ACCESS_CLIENT_SECRET (#4275 - thanks to @asbiin)