Selaa lähdekoodia

Updated README with new version & corrected version number.

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

+ 4 - 0
README.md

@@ -108,7 +108,11 @@ The composer.json file is provided to allow you to deploy the opcache gui a litt
 
 
 ## Releases
 ## Releases
 
 
+**Version 2.5.2**\
+CSS class names have been added and style rules updated to use them.
+
 **Version 2.5.1**\
 **Version 2.5.1**\
+A couple bug fixes and improvement on the optimisation level details.
 * optimisation_level now shows the levels of optimisations that will be performed rather than an abstract number
 * optimisation_level now shows the levels of optimisations that will be performed rather than an abstract number
 * Fixed issue #43
 * Fixed issue #43
 * Fixed issue #44
 * Fixed issue #44

+ 2 - 2
index.php

@@ -8,7 +8,7 @@ namespace OpcacheGui;
  * A simple but effective single-file GUI for the OPcache PHP extension.
  * A simple but effective single-file GUI for the OPcache PHP extension.
  *
  *
  * @author Andrew Collington, andy@amnuts.com
  * @author Andrew Collington, andy@amnuts.com
- * @version 2.6.0
+ * @version 2.5.2
  * @link https://github.com/amnuts/opcache-gui
  * @link https://github.com/amnuts/opcache-gui
  * @license MIT, http://acollington.mit-license.org/
  * @license MIT, http://acollington.mit-license.org/
  */
  */
@@ -54,7 +54,7 @@ header('Pragma: no-cache');
 
 
 class OpCacheService
 class OpCacheService
 {
 {
-    const VERSION = '2.6.0';
+    const VERSION = '2.5.2';
 
 
     protected $data;
     protected $data;
     protected $options;
     protected $options;