Release 2.3.0.1

Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
This commit is contained in:
Yuriy Pikhtarev 2018-06-27 00:06:05 +03:00
commit 8636237695
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
2 changed files with 10 additions and 2 deletions

View file

@ -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)

View file

@ -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