Selaa lähdekoodia

Version bump and updated readme

Andrew Collington 6 vuotta sitten
vanhempi
commit
3f1591471d
2 muutettua tiedostoa jossa 8 lisäystä ja 1 poistoa
  1. 7 0
      README.md
  2. 1 1
      index.php

+ 7 - 0
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
 

+ 1 - 1
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/
  */