mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
misc: Minor improvements (#1743)
This commit is contained in:
parent
416529b4be
commit
e73d65011f
2 changed files with 4 additions and 2 deletions
|
@ -152,3 +152,5 @@ ALTER TABLE `bb_topics` ADD COLUMN `topic_allow_robots` TINYINT(1) UNSIGNED NOT
|
||||||
// 2.4.5-rc.2
|
// 2.4.5-rc.2
|
||||||
INSERT INTO `bb_config` VALUES ('magnet_links_for_guests', '0');
|
INSERT INTO `bb_config` VALUES ('magnet_links_for_guests', '0');
|
||||||
INSERT INTO `bb_config` VALUES ('tp_instance_hash', '');
|
INSERT INTO `bb_config` VALUES ('tp_instance_hash', '');
|
||||||
|
|
||||||
|
// 2.4.5
|
||||||
|
|
|
@ -18,8 +18,8 @@ $reserved_port = 80;
|
||||||
$bb_cfg = [];
|
$bb_cfg = [];
|
||||||
|
|
||||||
// Version info
|
// Version info
|
||||||
$bb_cfg['tp_version'] = 'v2.4.5-rc.2';
|
$bb_cfg['tp_version'] = 'v2.4.5';
|
||||||
$bb_cfg['tp_release_date'] = '10-01-2025';
|
$bb_cfg['tp_release_date'] = 'XX-XX-2025';
|
||||||
$bb_cfg['tp_release_codename'] = 'Cattle';
|
$bb_cfg['tp_release_codename'] = 'Cattle';
|
||||||
|
|
||||||
// Increase version number after changing JS or CSS
|
// Increase version number after changing JS or CSS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue