Skip to content

1.8.1

Compare
Choose a tag to compare
@djaiss djaiss released this 03 Mar 00:02
0def827

This version requires to run migrations (php artisan migrate).

This release is mainly a maintenance release.

We noticed that the main feature of 1.8.0 was working well when queues are synchronous, but in production queues are asynchronous. This led to errors in some cases.

Added

  • Add support of unix socket to connect with mysql (#928 - thanks to asbiin).

Changed

  • Optimize how release number is generated from git log when logging errors in Sentry (#950 - thanks to asbiin).
  • API: Remove partial contacts from search results (#957 - thanks to djaiss).

Fixed

  • Fix notifications not being sent in some cases (#951 - thanks to djaiss).
  • Fix reset account deleting default account values (#956 - thanks to djaiss).
  • Fix Gravatar support (#944 - thanks to asbiin).
  • Fix messages and localization on contact edit page (#955 - thanks to asbiin).