-
- Improved
gd
module check #36
- Improved
-
- Updated plugin code to the latest standards
-
- Fixed
onFatalException
being handled/rendered when in CLI and in Admin
- Fixed
-
- Code cleanup
- Pass
phpstan
tests - Added
ru
anduk
translations #23
-
- 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
-
- 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
umask
permission check
-
- Implemented extra image checks #17
-
- Return 500 error code if there is a problem instead of 200 getgrav/grav#1291
-
- Added check for new root folder
tmp
and try to create if missing
- Added check for new root folder
-
- Fixed Whoops error if
backup
folder doesn't exist and cannot be created
- Fixed Whoops error if
-
- Avoid generating errors on .DS_Store files added to the bin/ folder by OSX
- Removed executable checks for bin/* commands. Going to document instead.
-
- Skip windows platforms for executable permissions check
- Removed mod_headers from required Apache modules check