diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ed10b58..d6f70d047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v2.3.0.1](https://github.com/torrentpier/torrentpier/tree/v2.3.0.1) (2018-06-27) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.3.0...v2.3.0.1) + +**Merged pull requests:** + +- Fix cron jobs fail without global config variable [\#471](https://github.com/torrentpier/torrentpier/pull/471) ([Exileum](https://github.com/Exileum)) +- Cleanup BBCode class [\#470](https://github.com/torrentpier/torrentpier/pull/470) ([Exileum](https://github.com/Exileum)) + ## [v2.3.0](https://github.com/torrentpier/torrentpier/tree/v2.3.0) (2018-06-26) [Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.2.3...v2.3.0) diff --git a/library/config.php b/library/config.php index d159e15a4..637beef2c 100644 --- a/library/config.php +++ b/library/config.php @@ -21,8 +21,8 @@ $bb_cfg = []; $bb_cfg['js_ver'] = $bb_cfg['css_ver'] = 1; // Version info -$bb_cfg['tp_version'] = '2.3.0'; -$bb_cfg['tp_release_date'] = '26-06-2018'; +$bb_cfg['tp_version'] = '2.3.0.1'; +$bb_cfg['tp_release_date'] = '27-06-2018'; $bb_cfg['tp_release_codename'] = 'Bison'; // Database