mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Release 2.3.0.1
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
This commit is contained in:
parent
25d8a7fa56
commit
8636237695
2 changed files with 10 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue