3.3.0
What's new
- [new] Show number of helpful answers in user-profile #222
- [new] admin-panel: performance improvements in user list
- [new] Saito installable via composer #232
- [new] Create sitemap.xml for Entries #20 ]
- [new] additional admin statistics #233
- [fix] Admin setting Thread Indent Depth is not applied #234
- [fix] Notification emails are not send #236 (regression from 3.2.0)
- [task] Switch user table from MyISAM to InnoDB #228
- [task] Update CakePHP to 2.4.6 #231
- [task] updates robots.txt #235
- [task] automated dev setup (see
docs/
) #225, #209
Migration Notes
DB Changes
Note: If you use a table prefix you have to prepend it to the table name.
For MySQL databases the user table default engine is InnoDB now:
ALTER TABLE `users` ENGINE = InnoDB;