From 3f1591471dbf6b26af6c956bbb9df8e0d1f1258c Mon Sep 17 00:00:00 2001 From: Andrew Collington Date: Fri, 12 Jul 2019 01:50:59 +0100 Subject: [PATCH] Version bump and updated readme --- README.md | 7 +++++++ index.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02d7501..651a7d1 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ If you like this software or find it helpful then please consider [signing up to ## What's new +**Version 2.4.1**\ +Mostly bug fixes +* `memory_consumption` and `max_file_size` config settings now display as human-readable sizes +* four missing directives have been included +* better handling if `file_cache_only` is active +* cache-control header set to not cache the page + **Version 2.4.0**\ Adds cookie store for the real-time state allowing real-time to be activated on load. Cookie name and TTL length can be adjusted in the config diff --git a/index.php b/index.php index 416b99b..14bb1bc 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ namespace OpcacheGui; * A simple but effective single-file GUI for the OPcache PHP extension. * * @author Andrew Collington, andy@amnuts.com - * @version 2.4.0 + * @version 2.4.1 * @link https://github.com/amnuts/opcache-gui * @license MIT, http://acollington.mit-license.org/ */