* Improved error handling in `fallback_cache_add_define_cache_wp_config` by logging and safely aborting if the `wp-config` file cannot be parsed.
* Enhanced cache URL logic to handle missing `HTTP_HOST` or `REQUEST_URI`, logging issues and preventing invalid cache entries.
* Hardening Security
* Fixed usage of `parse_url` in `get_plugin_wp_content_directory` for more reliable directory path generation.
* Adjusted module loading order for `fallback_cache` in `bootstrap.php` to ensure proper initialization.
* Updated cache purge logic to handle post status transitions both to and from publish/private, improving cache consistency.
- Fixed translation updates no longer reappear after being successfully updated when using Super Page Cache.
- Fixed Database Optimization now respects the configured schedule and no longer deletes trashed posts immediately when the feature is enabled.
- Update dependencies
- The Manage Assets button now enables the assets manager via API before redirecting.
- Reorganized the Assets and JavaScript Optimization sections in the settings for clarity.
- Updated dependencies to the latest versions.
- Fixed the error preventing plugin from uninstallation
- Fixed issue related to problems updating htaccess file
Fixes
- **Fixed viewport prefetch using incorrect setting slug** to ensure the prefetch feature properly reads and applies user preferences.
- **Resolved fatal error when Keep settings on deactivation was disabled** by adding proper checks to prevent errors during plugin deactivation.
- **Fixed advanced cache functionality when wp-config.php is located above WordPress root** to support non-standard WordPress installations where the configuration file is placed one directory level up.
- **Updated internal dependencies** to latest versions for improved security and performance.