Releases: torrentpier/torrentpier-lts
Releases Β· torrentpier/torrentpier-lts
v2.1.5-2024.10-HotFix [Final v9]
v2.1.5-2024.10-HotFix [Final v9] (2024-11-09)
- Release v2.1.5-2024.10-HotFix π
- Revert "Fixed incorrect page width on mobile devices" due to some bugs
- Fixed broken torrent stats displaying
CRC32: 5C800A78
MD5: FD2C8001160F069295186FB32D7C42F2
SHA-1: C9A042714C80067DDE3243E8B3D8E279024D170C
v2.1.5-2024.10
v2.1.5-2024.10 [Final v8] (2024-11-05)
- Release v2.1.5-2024.10 π
- Fixed incorrect page width on mobile devices
- Improved BitTorrent clients ban functionality
- Some other changes / improvements
MD5: 8D62BC8A8546F8BC1607550492DAC48A
SHA-1: 6D27596E4FEF6EC1FEACC5E74E5DAF36D82809FD
v2.1.5-2024.09 [Final v7]
v2.1.5-2024.09 [Final v7] (2024-09-07)
- Fixed Template.php caching issue
- Fixed undefined $lang in functions_delete.php
- Fixed incorrect SQL-query in topic_watch.php
- Some fixes for is_unread() working
- Increased USEREMAIL_MAX_LENGTH
- Some other changes / improvements
- Updated Download Center link
- Updated translations
v2.1.5-2024.07-HotFix [Final v6]
v2.1.5-2024.07-HotFix [Final v6] (2024-07-13)
- Release v2.1.5-2024.07-HotFix π
- CVE-2024-40624 Fixed: Deserialization of untrusted data
- Hide in topic: Added country hiding
- Admin panel -> Ranks: Added support for images in URLs
- Fixed broken "Disable Board" function
- Some other changes / improvements
v2.1.5-2024.07 [Final v5]
v2.1.5-2024.07 [Final v5] (2024-06-27)
- Release v2.1.5-2024.07 π
- Added TLS support for SMTP
- Added info_hash fast copy in viewtopic.php
- Fixed memberlist.php sorting issue
- Fixed clean_pm.php cron job
- Fixes for spam filter functionality
- Fixed seed bonus accrual
- Included all security patch up to 12.06.24
- Some other changes / improvements
- Updated translations
MD5: F8658E3E02668161AC0991402AF7DF07
SHA-256: F908D3331FC2F94F1A37130A30C9B6C750F1ADF11D65715AD19CE34F3B081949
v2.1.5-2024.06 [Final v4]
v2.1.5-2024.06 [Final v4] (2024-05-01)
- Release v2.1.5-2024.06 π
- Merged some enhancements for atom feed from the newest versions
- Make post date clickable in posting.php
- Fixed quote selection for smiles
- Don't require fill textarea for mod comment deleting
- Improved restrict registration functionality
- log_error(): Hide Referer string if empty
- Added showing poll status in topic_watch.php
- Added showing poll status in tracker.php
- Some other changes / improvements
- Updated translations
For update to this version, you should not perform any database queries.
v2.1.5-2024.03 [Final v3]
v2.1.5-2024.03 [Final v3] (2024-02-26)
- Release v2.1.5-2024.03 π
- Used new SSL check method
- Fixed issue with poll_users cleaning at every cron job startup
- Fixed PM quick reply issue
- Fixed negative integer seed bonus accrual
- Fixed broken user dl status
- Fixed download counter for torrent files
- Fixed admin_terms.php textarea reset in preview mode
- Hide feed button if feed file doesn't exist
- Some enhancements for topic_tpl
- Don't update download counter if attachment not exists
- Added support for rutracker font BBCode tag
- Added ability to view "Watching topics" of other people's (For admins only)
- Included all security patch up to 24.01.24
- Some other changes / improvements
- Updated translations
For update to this version, you should not perform any database queries.
v2.1.5-2024.02 [Final v2]
v2.1.5-2024.02 [Final v2] (2024-01-21)
- Release v2.1.5-2024.02 π
- Added Fastly CDN support
- Some improvements in default template
- Fixed void function result used
- Feature to ban specific torrent clients
- Get SERVER_NAME variable for cron tasks
- Improved handling errors while uploading
- Hide vote button in poll if user already voted
- Fixed Undefined index: to_id when trying to delete empty forum category
- Fixed HTTP 500 while cron running in server-side
- Fixed auth(): empty $f_access
- Fixed broken captcha check on login.php
- Fixed broken sorting in group.php
- Fixed extensions issue
- Restored unused functionality "Block torrent editing with certain status"
- Some fixes for Thumbnails functionality
- Some fixes for Ban functionality
- Some enhancements for dl.php
- Some other changes / improvements
- Some reported bugfixes
- Updated translations
For update to this version, you should perform the following database queries:
DELETE FROM `bb_extensions` WHERE `extension` = 'tga';
DELETE FROM `bb_extensions` WHERE `extension` = 'tif';
DELETE FROM `bb_extensions` WHERE `extension` = 'tiff';
v2.1.5-2023.10-HotFix [Final]
v2.1.5-2023.10-HotFix [Final] (2023-11-20)
Merged pull requests:
- Release v2.1.5-2023.10-HotFix π
- Fixed announce-list indexes ordering #339 (belomaxorka)
- Fixed $bb_cfg['file_id_ext'] ordering #338 (belomaxorka)
- Normalizing announce-list #337 (belomaxorka)
- Fixed announcer-list issue #335, #336 (belomaxorka)
- Don't create empty announce-list dict, if ann_urls are empty #334 (belomaxorka, kovalensky)
- Improve code for retracker addition #333 (belomaxorka, kovalensky)
- Don't use main announce url inside announce-list #332 (belomaxorka, kovalensky)
- Don't check for announce-list while adding new urls 9db4517 (belomaxorka, kovalensky)
- Security measures #330, #331 (belomaxorka, kovalensky)
- Fix for html entities being displayed in magnet links #329 (belomaxorka, kovalensky)
- Fixed a bug causing inability to view file contents for some torrents #328 (belomaxorka, kovalensky)
- Updated UTF8 class up to v2.3.1 ed2220e (belomaxorka)
- Block uploading more than one torrent file 33bb006 (belomaxorka)
- Fixed: Moderators can't see self IP addresses 39d4b14 (belomaxorka)
- Fixed undefined tpl variable SHOW_GROUP_MEMBERSHIP 8e96648 (belomaxorka)
- Fixed broken avatar ajax action for users 48ea82e (belomaxorka)
- Unset debug cookies if SQL_DEBUG disabled
- Unset debug cookie if user not in dbg_users array
- Updated translations
- Added missing translations
- Some other changes / improvements
For update to this version, you should not perform any database queries.
v2.1.5-2023.10 [Final]
v2.1.5-2023.10 [Final] (2023-11-04)
Merged pull requests:
- Release v2.1.5-2023.10 π
- Added ability to debug ajax_die() calls
- Added missing migration file (lts03-user_birthday.php)
- Check $tpl_vars['QUESTION'] in print_confirmation() 5bff794 (belomaxorka)
- Some fixes in admin_attach_cp.php
- Fixed undefined $lang['PREVIOUS'] c0769be (belomaxorka)
- Fixed broken letter marking in memberlist.php 6be1eb9 (belomaxorka)
- Fixed error while trying to delete posts by bot 8ee06f8, df5ed81 (belomaxorka)
- Added the ability to add additional announce URLs into torrent files
- Added check $bb_cfg['magnet_links_enabled'] in create_magnet()
- Added $lang['BT_UNREGISTERED_ALREADY'] lang key
- SQL: Increase speed_up & speed_down type limits
- Use strip_tags() for message in prompt_for_confirm()
- Use strip_tags() for error message in ajax_die()
- Use lang variable $lang['BT_REG_FAIL'] instead of text
- Fixed percentage calculation for SQL debug
- Minor improvements #297, #298, #300, #301, #302, #303, #305, #306, #307, #310, #312, #313, #315, #316, #317, #319, #321, #322, #323, #324 (belomaxorka)
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', '');
DELETE FROM `bb_extensions` WHERE `extension` = 'tga';
INSERT INTO `bb_extensions` VALUES ('998', '4', 'tga', '');
INSERT INTO `bb_extensions` VALUES ('999', '4', 'tiff', '');
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';