This is a major release of MRBS.
Changes since MRBS 1.11.6:
- Support for PHP 8.5
- Introduction of Monolog logging, allowing errors to be sent as email notifications and output to the browser console.
- Encryption of session data in the sessions table.
- Prevent the repeat end date picker from offering a date before the start date.
- Addition of a check that the repeat end date is not before the start date.
- Addition of a ‘year’ view.
- Added the ability to set php.ini directives using the $ini_directives config variable – useful in multisite mode when different settings are needed for different sites.
- Added a new config setting $default_duration_periods
- Many bug fixes and minor enhancements
See NEWS or ChangeLog in the release for more details.
Enjoy!
The MRBS Development Team