Releases: JorgenEvens/php-cache-dashboard
Releases · JorgenEvens/php-cache-dashboard
v1.2.0
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
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
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
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.