Skip to content

Releases: bluehost/endurance-page-cache

2.3.0

18 Sep 12:23
037174b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.2...2.3.0

2.2.2

04 Feb 16:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.1...2.2.2

2.2.1

28 Mar 19:10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2...2.2.1

Version 2.2

11 Jan 14:06
44dc2aa

Choose a tag to compare

  • 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-installer Composer plugin
  • Fix tests / linting
  • Bump version and update documentation

Version 2.1.2

07 Oct 16:04

Choose a tag to compare

  • Fix bug that activates file-based cache in certain situations where it should not be used

Version 2.1.1

13 Sep 22:24

Choose a tag to compare

Various bugfixes regarding buffer and linting cleanup.

Version 2.1.0

01 Sep 16:55

Choose a tag to compare

  • Check wp_options for endurance_file_enabled for Nginx+
  • Add composer run fix to lint rig

Version 2.0.8

04 Aug 20:29
0bde3af

Choose a tag to compare

Remove nonce check that prevented some files from being cached.

Version 2.0.7

24 May 19:55

Choose a tag to compare

Update mu-plugins.json fie.

Version 2.0.6

08 Dec 19:27

Choose a tag to compare

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.