Skip to content

Releases: torrentpier/torrentpier

v2.4.2

30 Mar 08:21
Compare
Choose a tag to compare

TorrentPier Cattle

TorrentPier Cattle

v2.4.2 (2024-03-30)

Full Changelog

Merged pull requests:

For update to this version, you should not perform any database queries.

v2.4.1

04 Feb 16:15
Compare
Choose a tag to compare

TorrentPier Cattle

TorrentPier Cattle

v2.4.1 (2024-02-04)

Full Changelog

Merged pull requests:

For update to this version, you should not perform any database queries.

Thanks to kovalensky ❀️

v2.4.0

31 Dec 15:40
Compare
Choose a tag to compare

TorrentPier Cattle

TorrentPier Cattle

v2.4.0 (2024-01-01)

Full Changelog

Merged pull requests:

Read more

v2.4.0-rc2

12 Dec 14:54
Compare
Choose a tag to compare
v2.4.0-rc2 Pre-release
Pre-release

TorrentPier Cattle

TorrentPier Cattle

v2.4.0-rc2 (2023-12-12)

Full Changelog

Merged pull requests:

Only clean install available!

Thanks to kovalensky ❀️

v2.4.0-rc1

24 Nov 15:59
Compare
Choose a tag to compare
v2.4.0-rc1 Pre-release
Pre-release

TorrentPier Cattle

TorrentPier Cattle

v2.4.0-rc1 (2023-11-25)

Full Changelog

Merged pull requests:

Only clean install available!

Thanks to kovalensky ❀️

v2.4.0-beta4

14 Nov 07:54
Compare
Choose a tag to compare
v2.4.0-beta4 Pre-release
Pre-release

TorrentPier Cattle

TorrentPier Cattle

v2.4.0-beta4 (2023-11-14)

Full Changelog

Merged pull requests:

For update to this version, you should perform the following database queries:

DELETE FROM `bb_extensions` WHERE `extension` = 'tif';
INSERT INTO `bb_extensions` VALUES ('997', '4', 'tif', '');
INSERT INTO `bb_extensions` VALUES ('998', '4', 'tiff', '');
DELETE FROM `bb_extensions` WHERE `extension` = 'tga';
INSERT INTO `bb_extensions` VALUES ('999', '4', 'tga', '');

Thanks to kovalensky ❀️

v2.4.0-beta3

11 Nov 09:34
7bac89c
Compare
Choose a tag to compare
v2.4.0-beta3 Pre-release
Pre-release

TorrentPier Cattle

TorrentPier Cattle

v2.4.0-beta3 (2023-11-11)

Full Changelog

Merged pull requests:

Read more

v2.4.0-beta2

16 Sep 05:50
Compare
Choose a tag to compare
v2.4.0-beta2 Pre-release
Pre-release

TorrentPier Cattle

TorrentPier Cattle

v2.4.0-beta2 (2023-09-16)

Full Changelog

Merged pull requests:

For update to this version, you should perform the following database queries:

INSERT INTO `bb_cron` (`cron_active`, `cron_title`, `cron_script`, `schedule`, `run_day`, `run_time`, `run_order`,
                       `last_run`, `next_run`, `run_interval`, `log_enabled`, `log_file`, `log_sql_queries`,
                       `disable_board`, `run_counter`) VALUES ('1', 'PM cleanup', 'clean_pm.php', 'daily', '', '05:00:00', '70', '', '', '', '1', '', '0', '1', '0');
ALTER TABLE `bb_posts_text` CHANGE `post_text` `post_text` MEDIUMTEXT NOT NULL;
ALTER TABLE `bb_privmsgs_text` CHANGE `privmsgs_text` `privmsgs_text` MEDIUMTEXT NOT NULL;
ALTER TABLE `bb_bt_torrents` ADD COLUMN `info_hash_v2` VARBINARY(32) NOT NULL DEFAULT '';
ALTER TABLE `bb_bt_tracker_snap` ADD COLUMN `completed` INT(10) NOT NULL DEFAULT '0';
ALTER TABLE `bb_bt_tracker` CHANGE `complete` `complete` TINYINT(1) NOT NULL DEFAULT '0';

Thanks to kovalensky ❀️

v2.4.0-beta1

17 Jul 18:25
Compare
Choose a tag to compare
v2.4.0-beta1 Pre-release
Pre-release

TorrentPier Cattle

TorrentPier Cattle

v2.4.0-beta1 (2023-07-18)

Full Changelog

Merged pull requests:

For update to this version, you should not perform any database queries.

v2.4.0-alpha4

08 Jun 15:31
Compare
Choose a tag to compare
v2.4.0-alpha4 Pre-release
Pre-release

TorrentPier Cattle

TorrentPier Cattle

v2.4.0-alpha4 (2023-06-08)

Full Changelog

Merged pull requests:

For update to this version, you should not perform any database queries.