Version bump and updated readme
This commit is contained in:
parent
0681b84dfa
commit
3f1591471d
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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/
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue