Skip to content

v2.5.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@the-djmaze the-djmaze released this 08 Apr 14:16
· 4238 commits to master since this release

This Release Candidate for v2.5 has the following:

Added:

  • Improved message header details view
  • Plugins CSS support
  • Show message spam score in percentage in header details

Bugfixes

  • Composer attachments hard to see in dark mode
  • IMAP LOGINDISABLED was missing #73
  • Quota issue #75
  • RainLoop#2087

Changes

  • Replaced default admin password '12345' with an auto-generated one
  • Contacts MySQL use utf8mb4 instead of the old utf8
  • Replaced Sabre\DAV with simple DAV client that doesn't require curl
  • Replaced Imagine and PHPThumb with simple image processor that supports Gmagick and ImageMagick
  • Replaced obsolete old IDNA2 with PHP Intl idn_to_utf8() and idn_to_ascii()
    php-intl extension is not required due to fallback based on Symfony Polyfill / Intl

Because of the drastic changes regarding IDN, CardDAV and image processing, please test this candidate.