This commit is contained in:
erwanlr
2019-11-23 11:45:15 +00:00
parent 7e72ba2885
commit 8814eda018
15 changed files with 3901 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Changelog
All notable changes to **OPcache Manager** is documented in this *changelog*.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **OPcache Manager** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.2] - 2019-11-22
### Changed
- Better OPcache version detection (and reporting).
### Fixed
- The timescale for metrics variation graphs is wrong when day starts with missing data.
- The buttons of the date range picker may have a wrong size.
- The link to changelog after update is erroneous.
## [1.0.1] - 2019-11-21
### Fixed
- The cron for statistics compilation may be blocked on some configurations.
- There's some typos in the `readme.txt` file.
## [1.0.0] - 2019-11-20
### Initial release