Main changes
No front-end/user visible changes, only back-end changes:
- Migrate from CakePHP 4.5 to 5.1
- With this PHP 7 support was dropped; minimum PHP 8.1 required (as well as MySql 5.7+, MariaDB 10.1+, PostgreSQL 9.6+)
- Fixing CakePHP related deprecations
- phpcs code corrections
Update note: To update an existing DB from 0.6.0 to 0.8.x, access <your installation folder>/Db/update
through your browser (e.g. yourdomain.com/preferendum/Db/update
) and click the provided update link.
Full Changelog: v0.7.1...v0.8.0