Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. # v2.1.1
  2. ## 04/14/2021
  3. 1. [](#bugfix)
  4. * Fixed a check for loading problem classes [#32](https://github.com/getgrav/grav-plugin-problems/issues/32)
  5. * Regression: folders check fails in Windows [#31](https://github.com/getgrav/grav-plugin-problems/issues/31)
  6. # v2.1.0
  7. ## 04/13/2021
  8. 1. [](#new)
  9. * Requires **Grav 1.7.11**
  10. * Support running Grav outside webroot [#29](https://github.com/getgrav/grav-plugin-problems/pull/29)
  11. * Added check whether `user/accounts` is writable [#25](https://github.com/getgrav/grav-plugin-problems/issues/25)
  12. * Not all folders need to be writable, reflect that [#30](https://github.com/getgrav/grav-plugin-problems/pull/30)
  13. * Added check whether JSON extension is installed
  14. 1. [](#improved)
  15. * Updated plugin code to the latest standards
  16. 1. [](#bugfix)
  17. * Fixed `onFatalException` being handled/rendered when in CLI and in Admin
  18. # v2.0.3
  19. ## 05/09/2019
  20. 1. [](#new)
  21. * Code cleanup
  22. * Pass `phpstan` tests
  23. * Added `ru` and `uk` translations [#23](https://github.com/getgrav/grav-plugin-problems/pull/23)
  24. # v2.0.2
  25. ## 12/16/2018
  26. 1. [](#bugfix)
  27. * Fixed an issue with checker not being initialized on Fatal Error
  28. # v2.0.1
  29. ## 12/07/2018
  30. 1. [](#new)
  31. * Added support for admin reporting available in Grav 1.6
  32. 1. [](#bugfix)
  33. * Fixed issue with twig auto-escaping
  34. * Fixed problems plugin potentially breaking CLI command if plugins get initialized
  35. # v2.0.0
  36. ## 09/30/2018
  37. 1. [](#new)
  38. * Completely rewritten to be much more flexible
  39. * New _class_ based problems architecture for unified problem definition and reporting
  40. * New `onProblemsInitialized()` plugin event for 3rd party plugins to add their own problem checks
  41. * New more intuitive theme based on Spectre.css to display problems
  42. * Storage of problem state to allow for displaying in admin plugin
  43. * Now with 3 states `critical`, `warning`, and `notice`. Only critical will stop the site working.
  44. * Added some new PHP module checks
  45. * Added a new `umask` permission check
  46. 1. [](#improved)
  47. * Implemented extra image checks [#17](https://github.com/getgrav/grav-plugin-problems/pull/17)
  48. # v1.4.7
  49. ## 05/16/2017
  50. 1. [](#improved)
  51. * Added check for Exif module if this feature is enabled
  52. # v1.4.6
  53. ## 02/17/2017
  54. 1. [](#improved)
  55. * Return 500 error code if there is a problem instead of 200 [https://github.com/getgrav/grav/issues/1291](https://github.com/getgrav/grav/issues/1291)
  56. # v1.4.5
  57. ## 09/14/2016
  58. 1. [](#bugfix)
  59. * Show the correct status for the Zip extension check
  60. # v1.4.4
  61. ## 09/08/2016
  62. 1. [](#new)
  63. * Added check for new root folder `tmp` and try to create if missing
  64. 1. [](#bugfix)
  65. * Fixed Whoops error if `backup` folder doesn't exist and cannot be created
  66. # v1.4.3
  67. ## 05/27/2016
  68. 1. [](#new)
  69. * Reverted compression checks
  70. # v1.4.2
  71. ## 05/23/2016
  72. 1. [](#new)
  73. * Check for compression issues
  74. # v1.4.1
  75. ## 05/03/2016
  76. 1. [](#new)
  77. * Added a check for XML support in PHP
  78. 1. [](#improved)
  79. * Use common language strings in blueprints
  80. # v1.4.0
  81. ## 01/06/2016
  82. 1. [](#improved)
  83. * Avoid generating errors on .DS_Store files added to the bin/ folder by OSX
  84. * Removed executable checks for bin/* commands. Going to document instead.
  85. # v1.3.3
  86. ## 12/09/2015
  87. 1. [](#new)
  88. * Set minimum PHP requirements to 5.5.9
  89. 1. [](#improved)
  90. * Ensure problems plugin runs before admin
  91. # v1.3.2
  92. ## 12/09/2015
  93. 1. [](#improved)
  94. * Skip windows platforms for executable permissions check
  95. * Removed mod_headers from required Apache modules check
  96. # v1.3.1
  97. ## 12/07/2015
  98. 1. [](#improved)
  99. * Added executable check on `/bin/` files
  100. # v1.3.0
  101. ## 12/07/2015
  102. 1. [](#improved)
  103. * Added check for PHP `OpenSSL`, `Mbstring` and `Curl` are installed
  104. * Added check to ensure `mod_rewrite` and `mod_headers` are installed if running Apache
  105. # v1.2.0
  106. ## 08/25/2015
  107. 1. [](#improved)
  108. * Added blueprints for Grav Admin plugin
  109. # v1.1.6
  110. ## 06/16/2015
  111. 2. [](#new)
  112. * Try to create missing `backup` folder if it is missing
  113. # v1.1.5
  114. ## 05/09/2015
  115. 2. [](#new)
  116. * Added check for `backup` folder for Grav > 0.9.27
  117. # v1.1.4
  118. ## 04/26/2015
  119. 2. [](#new)
  120. * Changelog started