5.7.0
Changes
- + Adds permission
saito.core.user.lastLogin.view
to see a user's last login (defaults to admin) - + Emit event
saito.core.user.activate.after
after user activation - + Emit event
saito.core.user.register.after
after user registration - + Adds plugin "Local" for local customization
- ✓ Improves wrapping of long words and links in posting #365
- ✓ Fixes localization in advanced search #364
- ✓ Missing navigation links in search head
- ✓ Internal error viewing posting where the thread starter was deleted
- ✓ Fixes user-blocking not working
- Δ Set default period for advanced search to the last 12 months #354
- Layout
- Uploader
- + Default target-size for resizing images is configurable
- Δ Default target-size for resizing images is reduced from 820 kB to 450 kB
- Internal code changes
- + Tests PHP 7.4 on travis-ci
- + Run phpcbf and phpcs with multiple threads
- + Improve error display before settings are loaded
- ✓ Fixes phpstan deprecated warnings
- Δ Improves scanning of JS localizaton strings
- Δ Updates core JS-, CSS- and PHP-libraries
- Δ Updates travis-ci environment from trusty to bionic
- Δ Consolidates PHP event names updates documentation
Update Notes
Plugins subscribing to events may have to update event-names. See docs/dev-hooks.md for available events.
The plugin Local in "plugins/local" allows extending the forum in a CakePHP fashion without running composer.