Skip to content

Releases: JorgenEvens/php-cache-dashboard

v1.2.0

26 Feb 21:15
5e60cc1
Compare
Choose a tag to compare

This release adds support for Memcached and Redis cache information.

  • Added support for memcached (#16)
  • Added support for Redis (#18)
  • Added dockerfile to easily runt he demo locally (#20)

Full list of issues and PRs available here

v1.1.0

17 Aug 22:45
Compare
Choose a tag to compare

This release adds support for Realpath cache information.

  • Added support for realpath (#8)
  • Add sorting and filtering to realpath to ensure consistency (#11)
  • Add flags to enable or disable information on specific caches (#10)
  • This release is available on a demo page (#14)

v1.0.2

17 Feb 15:47
Compare
Choose a tag to compare

This release improves APC and APCu support.

  • Fixes bug passing along invalid arguments to ApcuIterator (#6)
  • Show indefinite in the expires column when ttl=0 (#7)

First release

06 Feb 22:47
Compare
Choose a tag to compare

This version fixes some issues reported in #1, mainly focussed on PHP7 and APCu support.

Since this is the first issue created and on this repository I think it's time to start carving version numbers now too.