Exile
Администратор
TorrentPier Bison. Версия 2.3.0
Ссылка:
Чейнджлог:
Основные изменения:
Ссылка:
Чейнджлог:
Основные изменения:
- Release preparation. Crowdin language pack update ()
- PHP 7+ deprecations of old cache systems ()
- Fix global atom feed name ()
- Configurable download torrent url ()
- Fix some bugs with MySQL strict mode ()
- Fix release template editor ()
- Fix multiple variable cleanup in private messaging ()
- Fix magnet link passkey creation for new users ()
- Update required PHP version to 7.1.3 ()
- Split functions to the composer autoloading ()
- Update copyright to the short syntax ()
- Fix . Undefined index: L_CRON_EDIT_HEAD ()
- Merge head branches ()
- Default value for user_birthday causes exception on user password change ()
- Add back roave/security-advisories ()
SQL:
ALTER TABLE `bb_cron` CHANGE `last_run` `last_run` DATETIME NOT NULL DEFAULT '1900-01-01 00:00:00';
ALTER TABLE `bb_cron` CHANGE `next_run` `next_run` DATETIME NOT NULL DEFAULT '1900-01-01 00:00:00';
ALTER TABLE `bb_users` CHANGE `user_birthday` `user_birthday` DATE NOT NULL DEFAULT '1900-01-01';
ALTER TABLE `bb_posts` CHANGE `mc_comment` `mc_comment` TEXT NOT NULL DEFAULT '';