TorrentPier Cattle. v2.8.9

belomaxorka

Разработчик
Administrator
TorrentPier Cattle. v2.8.9

Cattle.webp


Download link:
Release v2.8.9 · torrentpier/torrentpier

Changelog:
Comparing v2.8.8...v2.8.9 · torrentpier/torrentpier

🚀 Features​

  • (cron) Add execution time tracking for cron jobs (#2220) - (66b6dcf)
  • (install) Add database drop option during installation (#2226) - (ec0fb14)
  • Add option to apply forum permissions to subforums (#2223) - (1bcfd24)

🐛 Bug Fixes​

  • (css) Add dark mode support for latest news section (#2230) - (704a71f)
  • (php8.5) Add PHP 8.5 compatibility (#2207) - (a0dd7a5)
  • (search) Improve Manticore Search stability and query escaping (#2225) - (89f520c)
  • (security) Prevent SQL injection in moderator panel topic_id parameter (#2216) - (6a0f649)

📦 Dependencies​

  • (deps) Bump arokettu/torrent-file from 5.3.3 to 5.3.4 (#2211) - (99ed126)
  • (deps) Bump symfony/mailer from 7.3.4 to 7.3.5 (#2212) - (6402b78)
  • (deps) Bump nette/database from 3.2.7 to 3.2.8 (#2213) - (b5153fd)
  • (deps) Bump twig/twig from 3.21.1 to 3.22.0 (#2214) - (3002647)
  • (deps-dev) Bump symfony/var-dumper from 7.3.4 to 7.3.5 (#2210) - (3055554)

🚜 Refactor​

  • (admin) Migrate stats pages to ajax with Nette Explorer (#2227) - (7e7d17f)
  • (datetime) Integrate Carbon for date formatting (#2208) - (d749c9b)
  • (image) [breaking] Migrate from SimpleImage to Intervention Image v3 (#2229) - (39ffdfd)
  • (search) Use $dl_link_css instead of hardcoded class names (#2221) - (2d873e9)
  • (styles) Remove empty selectors and duplicate rules (#2218) - (d61c587)
  • (timezone) Replace $lang['TZ'] with centralized configuration for timezone management - (a9d1158)
  • Remove deprecated set_tpl_vars_lang method (#2217) - (c0c132d)

⚙️ Miscellaneous​

  • (i18n) Update composer.lock with latest dependencies and translations updates - (458d6d5)
 
Deprecation Notice: Constant E_STRICT is deprecated in /usr/share/php/Composer/Util/Silencer.php:36
ubuntu 24 lts server php8.4 (torrentpier-master)
 
Last edited:
Deprecation Notice: Constant E_STRICT is deprecated in /usr/share/php/Composer/Util/Silencer.php:36
ubuntu 24 lts server php8.4 (torrentpier-master)
Hi! Thanks for reporting this issue.

This deprecation notice occurs because PHP 8.4 has deprecated the E_STRICT constant. The constant E_STRICT was used in older PHP versions to report coding standards warnings, but it became redundant after PHP 5.4 when those checks were merged into other error levels. PHP 8.4 has now officially deprecated it.

The warning is coming from Composer's Silencer.php file, which still references this deprecated constant in older versions.

Please update Composer to the latest version:
Bash:
composer self-update
 
Back
Top