Releases: amnuts/opcache-gui
Public release 3.2.0
This release updates the React libraries so that they are the minified production versions and will also be the most current version available.
Public release 3.1.0
This release adds the ability to sort the cached file list in a variety of ways.
Public release 3.0.1
This release eases the protocols used when including the external javascript packages, so if you're using it on https then the js will be included via the https protocol, or via http if that's what you're using.
Public release 3.0.0
Version 3.0.0 of the GUI brings in a complete re-write aimed at modern browsers.
Some of the notable changes are:
- New namespace for the base service class which ensure composer compatibility
- You can now paginate the cached files list to make it easier to render a large file list
- Any scripts that have been preloaded are displayed in a tab
- Any file paths ignored are displayed in a tab
- You can now invalidate all the files matching a search in one go
- jQuery has been removed; the whole interface is now using ReactJS and more modern javascript (so only modern browsers)
- The CSS is now using SASS and is now much easier to change all the colours of the interface as you wish
- SVGs are now used for any icons or gauge graphs
- A more responsive interface when the 'enable real-time' is activated
- Build script added to compile the ReactJS and SASS and put them into the single, simple, gui script
Public release 2.5.4
This release refines where the class namespace starts so that it plays nicely with the Moodle plugin that wraps this script. Also a CSS rule or two has been tweaked.
Public release 2.5.3
This release sees the CSS being updated to use class names rather than element names and hierarchy.
This should mean it affects other areas of sites into which the opcache-gui may be integrated far less, and also paves the way for making it easier to theme in the future.
Public release 2.5.2
Hotfix for the optimisation_level values that was put out in v2.5.1
Public release 2.5.1
Public release 2.5.0
Added a new highlight graph and the ability to turn on and off the individual charts.
Public release 2.4.1
A bit of a bug fix release which includes:
memory_consumption
andmax_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