Release Notes

Focus: maintenance

Maintenance

  • Keep the pre-PHP 8.1 behavior instead of throwing an exception when an error occurs in the MySQLi lib [#411].
  • Hardcode the pre-PHP 8.1 behavior of html_entity_decode() and htmlspecialchars() [#411].
  • Replace calls to strftime() for an IntlDateFormatter formater [#411].
  • The FILE_BINARY constant is deprecated by PHP 8.1 [#411].
  • Support Unicode 13 and 14.
  • Hide characters not defined by Unicode from the character table (ranges are not always full).
  • Hide characters not defined by the PHP mbstring lib from the character table.
  • Update components using the version number or the hash signature (allow to release again a component with a higher version number or release twice a day with different hashs: E.g. reverting code to fix a crash).
  • Bump component compatibility version of all components (plugins:15, style:8, template:3): allow to upload again a component of same version.
  • Display useful information for debuging in debug config admin.
  • Update French translation.