Skip to content

2.19.0

Compare
Choose a tag to compare
@asbiin asbiin released this 27 Aug 21:35
afded47

This release contains some fixes and light changes.

🌍Thanks so much to our contributors and translators for their work.

Upgrade notes

⚠️ Please make sure you backup your database before upgrading.

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)

⚛ Fixed

  • Fix amount display on subscription account settings (#4378 - thanks to @asbiin)
  • Fix exception when registering in certain cases (#4226 - thanks to @asbiin)
  • Fix vue-select usage (#4294 - thanks to @asbiin)