Skip to content

2.7.0

Compare
Choose a tag to compare
@djaiss djaiss released this 05 Sep 02:09
8facc8b

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 conversations feature, that lets you log conversations you might have on social media, or Whatsapp or Telegram or SMS. We have also prepared the work that will allow us to move assets to S3 on AWS. We will store our assets on S3 over the next weeks.

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

✳️ Added

  • Add ability to track conversations (#1629 - thanks to djaiss).
  • Prepare AWS S3 upload for avatars (#1747 - thanks to asbiin).
  • Capture user context in Sentry for debugging purposes (only applicable on our hosted version) (#1721 - thanks to asbiin).
  • Add Laravel tinker (#1717 - thanks to asbiin).
  • Support Arabic language and fix a lot of right-to-left displays (#1736 - thanks to asbiin).
  • Add language selector on register page (#1770 - thanks to asbiin).

✴️ Changed

  • Improve automatic route binding (#1689 - thanks to asbiin).
  • Cache configuration on Update in production (#1688 - thanks to asbiin).

⚛ Fixed

  • Catch stripe errors (#1714 - thanks to asbiin).
  • Fix docker version (#1720 - thanks to asbiin).
  • Fix docker-squash path (#1723 - thanks to asbiin).
  • Run psalm apart (#1724 - thanks to asbiin).
  • Fix phpunit not parsing all test files (#1726 - thanks to djaiss).
  • Fix sonar run for external PR (#1730 - thanks to asbiin).
  • Fix login remember with 2fa and u2f enabled (#1740 - thanks to asbiin).
  • Fix gifts listing not being shown (#1744 - thanks to djaiss).
  • Fix gender selection on gender update (#1745 - thanks to asbiin).
  • Fix how comparing version is done (#1748 - thanks to asbiin).
  • Fix contact searching with wrong search field (#1753 - thanks to asbiin).
  • Fix gift recipient relation (#1754 - thanks to asbiin).
  • Fix subscription cancel on account deletion (#1749 - thanks to asbiin).
  • Fix email maximum size on settings (#1766 - thanks to asbiin).
  • Fix reminder link in email sent (#1767 - thanks to asbiin).