Releases: bluehost/endurance-page-cache
Releases · bluehost/endurance-page-cache
2.3.0
What's Changed
- Remove Options -Indexes rule by @geckod22 in #126
- Remove Cache Level Header by @AleTorrisi in #127
- PRESS0-3012: Improve fragment consistency by adding markers and recon… by @arunshenoy99 in #128
- PRESS0-3012: Improve Caching Behaviour by @arunshenoy99 in #129
New Contributors
- @geckod22 made their first contribution in #126
- @AleTorrisi made their first contribution in #127
Full Changelog: 2.2.2...2.3.0
2.2.2
What's Changed
- Address warnings by @crodriguezbrito in #124
- Schedule Option Handler Purges by @arunshenoy99 in #125
New Contributors
- @crodriguezbrito made their first contribution in #124
Full Changelog: 2.2.1...2.2.2
2.2.1
What's Changed
- Update endurance-page-cache.php by @wpscholar in #120
- Adds a null check by @arunshenoy99 in #121
New Contributors
- @arunshenoy99 made their first contribution in #121
Full Changelog: 2.2...2.2.1
Version 2.2
- Adds skipping of WP 404 handling for static files.
- Updated code to fix the issue where updating cache level setting didn't always work properly.
- Update dependencies
- Use an updated version of Node
- Whitelist the
dealerdirect/phpcodesniffer-composer-installerComposer plugin - Fix tests / linting
- Bump version and update documentation
Version 2.1.2
- Fix bug that activates file-based cache in certain situations where it should not be used
Version 2.1.1
Various bugfixes regarding buffer and linting cleanup.
Version 2.1.0
- Check wp_options for
endurance_file_enabledfor Nginx+ - Add
composer run fixto lint rig
Version 2.0.8
Remove nonce check that prevented some files from being cached.
Version 2.0.7
Update mu-plugins.json fie.
Version 2.0.6
Addresses an issue where the self::$udev_api_services was returning null and silently failing. This would happen right before we made the request to UDEV API.
This also addresses an issue where the $service['cf'] regressed to a boolean instead of allowing the tier through.