5.2 KiB
5.2 KiB
v2.2.3
10/29/2025
v2.2.2
03/21/2025
-
- Fix permission warning on Windows #46
v2.2.1
03/21/2025
-
- Fix path check on windows #44
v2.2.0
03/20/2025
-
- Extended php module checks #38
v2.1.2
10/22/2024
-
- Improved
gdmodule check #36
- Improved
v2.1.1
04/14/2021
v2.1.0
04/13/2021
-
- Updated plugin code to the latest standards
-
- Fixed
onFatalExceptionbeing handled/rendered when in CLI and in Admin
- Fixed
v2.0.3
05/09/2019
-
- Code cleanup
- Pass
phpstantests - Added
ruanduktranslations #23
v2.0.2
12/16/2018
v2.0.1
12/07/2018
-
- Added support for admin reporting available in Grav 1.6
-
- Fixed issue with twig auto-escaping
- Fixed problems plugin potentially breaking CLI command if plugins get initialized
v2.0.0
09/30/2018
-
- 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, andnotice. Only critical will stop the site working. - Added some new PHP module checks
- Added a new
umaskpermission check
-
- Implemented extra image checks #17
v1.4.7
05/16/2017
v1.4.6
02/17/2017
-
- Return 500 error code if there is a problem instead of 200 https://github.com/getgrav/grav/issues/1291
v1.4.5
09/14/2016
v1.4.4
09/08/2016
-
- Added check for new root folder
tmpand try to create if missing
- Added check for new root folder
-
- Fixed Whoops error if
backupfolder doesn't exist and cannot be created
- Fixed Whoops error if
v1.4.3
05/27/2016
v1.4.2
05/23/2016
v1.4.1
05/03/2016
v1.4.0
01/06/2016
-
- Avoid generating errors on .DS_Store files added to the bin/ folder by OSX
- Removed executable checks for bin/* commands. Going to document instead.
v1.3.3
12/09/2015
v1.3.2
12/09/2015
-
- Skip windows platforms for executable permissions check
- Removed mod_headers from required Apache modules check
v1.3.1
12/07/2015
v1.3.0
12/07/2015
-
- Added check for PHP
OpenSSL,MbstringandCurlare installed - Added check to ensure
mod_rewriteandmod_headersare installed if running Apache
- Added check for PHP