Skip to content

v.5.10.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@bazooka07 bazooka07 released this 04 Aug 21:59

Version 5.10.0 succeeds version 5.8.22.

  • It includes much stricter validation of data entered by users, whether logged in or not.
  • Distinct session cookies are now used for the public site, the administration area, and the installation process.
  • All JavaScript (JS) scripts have been moved from the core/lib folder to the core/admin/js folder. Consequently, the HTTP server (Apache2, Nginx) no longer requires access to the core/lib folder.
  • The Russian translation has been updated.
  • This version adds support for two additional languages: Ukrainian and Greek.
  • Fixes for PHP 8.5 and earlier versions (xml_parser_free(), curl_close(), $http_response_header).
  • Option to select an image-based CAPTCHA for comments.
  • New news.php script for displaying the latest news via Google.
  • A time delay is now required before requesting a new password.
  • PluXml installation checks are now handled exclusively within the core/lib/config.php file.
  • The plxUtils::getRacine() function has been revised to account for HTTP server redirects (URL rewriting).
  • PHPMailer dependencies updated.
  • Option to rename the data folder during installation.
  • Reminder: the core/admin folder can also be renamed (a feature that already existed in version 5.8.22).
  • On the public site, the plxShow::lastArtList() function has been modified to take the current context (home page, category, tag) into account.
  • For further details, please refer to the readme/CHANGELOG file.