Exile
Administrator
TorrentPier Bison. Версия 2.3.0
Ссылка:
Release v2.3.0 · torrentpier/torrentpier
Чейнджлог:
Comparing v2.2.3...v2.3.0 · torrentpier/torrentpier
Основные изменения:
Ссылка:
Release v2.3.0 · torrentpier/torrentpier
Чейнджлог:
Comparing v2.2.3...v2.3.0 · torrentpier/torrentpier
Основные изменения:
- Release preparation. Crowdin language pack update #468 (Exileum)
- PHP 7+ deprecations of old cache systems #467 (Exileum)
- Fix global atom feed name #466 (Exileum)
- Configurable download torrent url #465 (Exileum)
- Fix some bugs with MySQL strict mode #464 (Exileum)
- Fix release template editor #463 (Exileum)
- Fix multiple variable cleanup in private messaging #462 (Exileum)
- Fix magnet link passkey creation for new users #461 (Exileum)
- Update required PHP version to 7.1.3 #460 (Exileum)
- Split functions to the composer autoloading #459 (Exileum)
- Update copyright to the short syntax #458 (Exileum)
- Fix #451. Undefined index: L_CRON_EDIT_HEAD #457 (Exileum)
- Merge head branches #456 (Exileum)
- Default value for user_birthday causes exception on user password change #449 (yukoff)
- Add back roave/security-advisories #446 (yukoff)
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 '';