Skip to content

Releases: torrentpier/torrentpier

v2.4.0-alpha3

02 Jun 16:45
Compare
Choose a tag to compare
v2.4.0-alpha3 Pre-release
Pre-release

TorrentPier Cattle

TorrentPier Cattle

v2.4.0-alpha3 (2023-06-02)

Full Changelog

Merged pull requests:

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

INSERT INTO bb_config VALUES ('show_board_start_index', '1');

v2.4.0-alpha2

28 May 10:42
Compare
Choose a tag to compare
v2.4.0-alpha2 Pre-release
Pre-release

TorrentPier Cattle

TorrentPier Cattle

v2.4.0-alpha2 (2023-05-28)

Full Changelog

Merged pull requests:

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

v2.4.0-alpha1

20 May 11:00
Compare
Choose a tag to compare
v2.4.0-alpha1 Pre-release
Pre-release

TorrentPier Cattle

TorrentPier Cattle

v2.4.0-alpha1 (2023-05-20)

Full Changelog

Merged pull requests:

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

ALTER TABLE `bb_search_results` CHANGE `session_id` `session_id` CHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `bb_sessions` CHANGE `session_id` `session_id` CHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `bb_users` CHANGE `username` `username` VARCHAR(255) NOT NULL DEFAULT '';
ALTER TABLE `bb_users` CHANGE `user_password` `user_password` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `bb_users` CHANGE `user_actkey` `user_actkey` VARCHAR(255) NOT NULL DEFAULT '';
ALTER TABLE `bb_users` CHANGE `user_newpasswd` `user_newpasswd` VARCHAR(255) NOT NULL DEFAULT '';

v2.3.1

18 Mar 02:46
Compare
Choose a tag to compare

TorrentPier Bison

TorrentPier Bison

v2.3.1 (2023-03-18)

Full Changelog

Merged pull requests:

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

ALTER TABLE `bb_search_results` CHANGE `search_id` `search_id` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `bb_users` CHANGE `autologin_id` `autologin_id` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
DELETE FROM `bb_config` WHERE `config_name` = 'cron_enabled';

v2.3.1-rc1

10 Mar 11:59
Compare
Choose a tag to compare
v2.3.1-rc1 Pre-release
Pre-release

TorrentPier Bison

TorrentPier Bison

v2.3.1-rc1 (2023-03-10)

Full Changelog

Merged pull requests:

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

v2.3.0.4-beta2

04 Mar 09:43
Compare
Choose a tag to compare
v2.3.0.4-beta2 Pre-release
Pre-release

TorrentPier Bison

TorrentPier Bison

v2.3.0.4-beta2 (2023-03-04)

Full Changelog

Merged pull requests:

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

v2.3.0.4-beta

22 Feb 17:12
Compare
Choose a tag to compare
v2.3.0.4-beta Pre-release
Pre-release

TorrentPier Bison

TorrentPier Bison

v2.3.0.4-beta (2023-02-22)

Full Changelog

Merged pull requests:

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

v2.3.0.3

17 Feb 17:07
Compare
Choose a tag to compare

TorrentPier Bison

TorrentPier Bison

v2.3.0.3 (2023-02-18)

Full Changelog

Merged pull requests:

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

v2.3.0.2

23 Jan 16:51
Compare
Choose a tag to compare

TorrentPier Bison

TorrentPier Bison

v2.3.0.2 (2023-01-23)

Full Changelog

Merged pull requests:

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

ALTER TABLE `bb_users` CHANGE `user_sig` `user_sig` TEXT NOT NULL DEFAULT '';
ALTER TABLE `bb_groups` CHANGE `group_signature` `group_signature` TEXT NOT NULL DEFAULT '';
ALTER TABLE `bb_groups` CHANGE `group_description` `group_description` TEXT NOT NULL DEFAULT '';
UPDATE `bb_smilies` SET `code` = ':cd:', `smile_url` = 'cd.gif', `emoticon` = 'cd' WHERE `code` = ':ัd:' AND `smile_url` = 'ัd.gif' AND `emoticon` = 'ัd';

v2.3.0.1

26 Jun 21:10
92856a4
Compare
Choose a tag to compare

TorrentPier Bison

TorrentPier Bison

v2.3.0.1 (2018-06-27)

Full Changelog

Merged pull requests:

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