Torrentpier Versions Save

🐂 TorrentPier. Main project repository

v2.4.2

1 month ago

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

3 months ago

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

4 months ago

TorrentPier Cattle

TorrentPier Cattle

v2.4.0 (2024-01-01)

Full Changelog

Merged pull requests:

Only clean install available!

Thanks to kovalensky ❤️

v2.4.0-rc2

5 months ago

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

5 months ago

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

6 months ago

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

6 months ago

TorrentPier Cattle

TorrentPier Cattle

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

Full Changelog

Merged pull requests:

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

INSERT INTO `bb_extensions` VALUES ('994', '1', 'webp', '');
INSERT INTO `bb_extensions` VALUES ('995', '2', '7z', '');
INSERT INTO `bb_extensions` VALUES ('996', '1', 'bmp', '');
ALTER TABLE `bb_bt_tracker` CHANGE `speed_up` `speed_up` INT(11) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `bb_bt_tracker` CHANGE `speed_down` `speed_down` INT(11) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `bb_bt_tracker_snap` CHANGE `speed_up` `speed_up` INT(11) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `bb_bt_tracker_snap` CHANGE `speed_down` `speed_down` INT(11) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `bb_bt_torrents` ADD COLUMN `seeder_last_seen` INT(11) NOT NULL DEFAULT '0';
ALTER TABLE `buf_last_seeder` ADD COLUMN `user_id` MEDIUMINT(8) NOT NULL DEFAULT '0';
ALTER TABLE `bb_bt_tracker` CHANGE `ip` `ip` VARCHAR(42) DEFAULT NULL;
ALTER TABLE `bb_bt_tracker` CHANGE `ipv6` `ipv6` VARCHAR(42) DEFAULT NULL;
ALTER TABLE `bb_bt_users` CHANGE `auth_key` `auth_key` CHAR(20) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';

Thanks to kovalensky ❤️

v2.4.0-beta2

8 months ago

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

10 months ago

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

11 months ago

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.