Skip to content

PHP >= 8.0 support, bug fixes

Latest
Compare
Choose a tag to compare
@barryo barryo released this 25 Feb 18:03

🚨 PHP 8.0 is now the minimum support version of PHP. Please use v3.3.x if you need support for an earlier version of PHP.

This release includes schema enhancements by indexing some columns - please fun the following after updating:

# sanity check the output of:
./bin/doctrine2-cli.php orm:schema-tool:update --dump-sql

# and then run:
./bin/doctrine2-cli.php orm:schema-tool:update --force

❤️ Thanks to everyone who reported bugs and submitted PRs.

Changes and Fixes

  • Fixes minor typo in message #292 #293
  • Don't expose ViMbAdmin's patch level in the footer #299
  • Inflector depreciated #302
  • [DB] add unique constrint to aliases and mailboxes #289
  • Mailbox Automatic Aliases 2.0 #290