Akeeba Backup for Joomla! 9.9.4Stable
Released on: 2024-06-10 01:07 CDT
Option to avoid using `flush()` on broken servers. When sending raw data, such as file downloads, we use PHP's flush() function to indicate to the web server to start pushing the data to the user. We have found a stark minority of servers which are misconfigured, causing the web server software to crash when it receives data before PHP has done executing. If you are that single person we saw once in the past seventeen and a half years on that broken server, now there's a setting in the component's Options to disable this behaviour.
!-
Bug fixes and minor improvements. Please take a look at the CHANGELOG below.
-->
- Option to avoid using `flush()` on broken servers
- Alternate Configuration page saving method which doesn't hit maximum POST parameter count limits
- Improved support for Joomla! 5.1's backend colour schemes
- New style for the Backup-on-Update information
- Remove the deprecated, ineffective CURLOPT_BINARYTRANSFER flag
- [HIGH] Custom OAuth2 helpers: cannot use refresh tokens with non-alphanumeric characters (e.g. slashes, plus sign, etc)
- Automatically downgrade utf8mb4_900_* collations to utf8mb4_unicode_520_ci on MariaDB
- Updated environment stats collection code
- [LOW] Cannot delete backup archive from CLI
- [LOW] PHP 8.3 deprecated notice in ComponentParameters service (no functional issue)
- [MEDIUM] PHP error trying to use WebPush for the first time
Released on: 2023-10-15 22:53 CDT
Improved Joomla! 5 support. We now support Joomla 5's custom public folder feature, and we have improved the display in Joomla 5's all-new built-in administrator Dark Mode!
Bug fixes and minor improvements. Please take a look at the CHANGELOG below.
- Restoration: Support Joomla 5 custom public folder
- Restoration: Use transactions to speed up large table restoration
- Support for Joomla 5 custom public folder
- [HIGH] The (deprecated) JSON API command to export the configuration fails when the configuration is encrypted
- [HIGH] The Quick Icon plugin does not show anything in the Joomla! control panel
- [HIGH] The akeeba:backup:delete CLI command threw an error due to a typo
- Joomla 5 Dark Mode workarounds