Skip to content

Releases: humanmade/afterburner-object-cache

1.0.6

Choose a tag to compare

@joehoyle joehoyle released this 08 Jun 20:14
d32238c

What's Changed

  • Fix wp_cache_add() returning false on every successful add by @joehoyle in #3

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

Choose a tag to compare

@wisyhambolu wisyhambolu released this 08 May 11:50
2b47dac

What's Changed

  • Use correct variable name for global groups by @rmccue in #2

New Contributors

  • @rmccue made their first contribution in #2

Full Changelog: 1.0.4...1.0.5

1.0.4

Choose a tag to compare

@joehoyle joehoyle released this 27 Mar 20:45
df84148

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3

Choose a tag to compare

@joehoyle joehoyle released this 10 Mar 22:28

Bug Fix

  • Fix ini key mismatch for afterburner.lru_cache_max_items — the ini parsing used afterburner.max_items_lru_cache but the constructor reads afterburner.lru_cache_max_items, so the ini value was never picked up.

1.0.2

Choose a tag to compare

@joehoyle joehoyle released this 26 Feb 16:02
  • Fix parsing of afterburner.redis_skip_server_check

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@joehoyle joehoyle released this 30 Jan 17:37
  • Add cache stats for hits / misses
  • Fix bug whereby wp_cache_add() would not work if previously attempted to be fetched with wp_cache_get().

Full Changelog: 1.0.0...1.0.1