3.4.0
What's new
- [new] improves entry semantic page structure
- [new] show entry view counter only for logged in users
- [new] show category title on every
view
andmix
subentry - [new] exclude all
/users/…
pages fromrobots.txt
- [new] detects protocol-less absolute urls in [url] BBCode-tag
- [fix] FE notification messages are not localized
- [fix] sitemap entries improved timing
- [fix] sitemap entries
lastmod
ignores edits - [fix] missing l10n
- [fix] Paz CSS tweaks
- [task] removes unused database fields
Overall refactoring and performance improvements.
Migration Notes
DB Changes
Note: If you use a table prefix you have to prepend it to the table name.
ALTER TABLE `users` DROP `new_posting_notify`;
ALTER TABLE `users` DROP `new_user_notify`;
ALTER TABLE `users` DROP `time_difference`;
ALTER TABLE `users` DROP `user_view`;
ALTER TABLE `users` DROP `pwf_code`;
ALTER TABLE `users` DROP `user_forum_hr_ruler`;