Skip to content

2.8.0

Compare
Choose a tag to compare
@djaiss djaiss released this 29 Sep 01:54
f6ca027

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

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

The major feature in this release is the ability to track life events, straight on the contact sheet. The profile page is now divided into two sections to make room for this big feature.

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

✳️ Added

  • Add ability to configure email address through an ENV variable for support link in the footer (#1821 - thanks to djaiss).
  • Add Sentry integration (#1824 - thanks to asbiin).
  • Add support for croatian language (#1833 - thanks to asbiin).
  • Add support for papertrail logging (#1835 - thanks to asbiin).
  • Add a command to manage Sentry (#1836 - thanks to asbiin).
  • Add support for deploying the app through Envoy (#1837 - thanks to asbiin).
  • Add ability to track life events (#1765 - thanks to djaiss).
  • Add passport config file) (#1846 - thanks to asbiin).
  • Add a display name for email notifications (#1849 - thanks to asbiin).

✴️ Changed

  • Replace illustrations used on blank states (#1809 - thanks to djaiss).
  • Update mail template (#1768 - thanks to asbiin).
  • Remove events table (#1829 - thanks to djaiss).
  • Improvements on search toolbar (#1831 - thanks to djaiss).
  • Rename 2FA env variable to be compatible with sh (#1844 - thanks to asbiin).

⚛ Fixed

  • Fix select boxes not working anymore (#1798 - thanks to djaiss).
  • Fix now() without timezone functions (#1790 - thanks to asbiin).
  • Do not send confirm email when signup_double_optin is false (#1794 - thanks to asbiin).
  • Fix reminders not showing the right date (#1823 - thanks to djaiss).
  • Fix sql export (#1832 - thanks to asbiin).
  • Test if user is authenticated on error 500 page (#1842 - thanks to asbiin).