Scrollreveal+cat+datenews

This commit is contained in:
2019-01-07 11:43:39 +01:00
parent e4cac3d01e
commit 762a1ad170
3158 changed files with 140699 additions and 73915 deletions
+30
View File
@@ -1,3 +1,33 @@
# v2.0.2
## 12/16/2018
1. [](#bugfix)
* Fixed an issue with checker not being initialized on Fatal Error
# v2.0.1
## 12/07/2018
1. [](#new)
* Added support for admin reporting available in Grav 1.6
1. [](#bugfix)
* Fixed issue with twig auto-escaping
* Fixed problems plugin potentially breaking CLI command if plugins get initialized
# v2.0.0
## 09/30/2018
1. [](#new)
* Completely rewritten to be much more flexible
* New _class_ based problems architecture for unified problem definition and reporting
* New `onProblemsInitialized()` plugin event for 3rd party plugins to add their own problem checks
* New more intuitive theme based on Spectre.css to display problems
* Storage of problem state to allow for displaying in admin plugin
* Now with 3 states `critical`, `warning`, and `notice`. Only critical will stop the site working.
* Added some new PHP module checks
* Added a new `umask` permission check
1. [](#improved)
* Implemented extra image checks [#17](https://github.com/getgrav/grav-plugin-problems/pull/17)
# v1.4.7
## 05/16/2017