Skip to content

2.11.2

Compare
Choose a tag to compare
@djaiss djaiss released this 01 Jan 15:18
6c998d6

This release contains bug fixes that were introduced in 2.11.0.

Note about Carddav: we are actively working on supporting Carddav. Monica kinda supports it but it should not be used in production right now. We'll tell you when we'll consider it's production ready.

Upgrade notes

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

  • Run the migrations: php artisan migrate.
  • Enjoy.

Changes

✳️ Added

  • Support sync-token with Carddav (#2230 - thanks to asbiin).

⚛ Fixed

  • Fix exception when user is logged out (again) (#2217 - thanks to asbiin).
  • Fix carddav group-member-set propfind call (#2219 - thanks to asbiin).
  • Fix contacts view in case of birthdate returns null (#2229 - thanks to asbiin).
  • Fix conversation without message (#2227 - thanks to asbiin).
  • Fix limited boolean flag for paid plans (#2236 - thanks to lucidlogic).