Skip to content

Releases: amnuts/opcache-gui

Public release 3.2.0

08 Dec 22:01
d07fa78
Compare
Choose a tag to compare

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

28 Nov 16:22
bb8e29d
Compare
Choose a tag to compare

This release adds the ability to sort the cached file list in a variety of ways.

Public release 3.0.1

25 Sep 19:52
Compare
Choose a tag to compare

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

18 Sep 23:32
0185ee1
Compare
Choose a tag to compare

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

07 Apr 21:46
Compare
Choose a tag to compare

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

06 Apr 22:40
Compare
Choose a tag to compare

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

22 Feb 20:16
Compare
Choose a tag to compare

Hotfix for the optimisation_level values that was put out in v2.5.1

Public release 2.5.1

22 Feb 20:00
Compare
Choose a tag to compare

This release has the following:

  • The optimisation_level value now shows the levels of optimisations that will be performed rather than an abstract number which makes no sense to anyone
  • Fixed issue #43
  • Fixed issue #44
  • Fixed issue #45

Public release 2.5.0

13 Jul 16:19
Compare
Choose a tag to compare

Added a new highlight graph and the ability to turn on and off the individual charts.

Public release 2.4.1

12 Jul 00:52
Compare
Choose a tag to compare

A bit of a bug fix release which includes:

  • 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