Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

CHANGELOG.md 1.8 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # v1.8.0
  2. ## 09/07/2021
  3. 1. [](#new)
  4. * Require **Grav 1.7.0**
  5. * Added support for `{% throw 404 'Not Found' %}` from twig template to show the error page
  6. 1. [](#improved)
  7. * Do not cache 404 error pages by default
  8. # v1.7.1
  9. ## 10/08/2020
  10. 1. [](#bugfix)
  11. * Fixed error page being cached, fixes issue with non-existing resources which later become available
  12. # v1.7.0
  13. ## 07/01/2020
  14. 1. [](#new)
  15. * Require Grav v1.6
  16. 1. [](#bugfix)
  17. * Added translated title programmatically [#40](https://github.com/getgrav/grav-plugin-error/pull/40)
  18. # v1.6.2
  19. ## 05/09/2019
  20. 1. [](#new)
  21. * Fixed a few issues found by phpstan
  22. * Added `ru` and `uk` translations [#36](https://github.com/getgrav/grav-plugin-error/pull/36)
  23. # v1.6.1
  24. ## 03/09/2018
  25. 1. [](#improved)
  26. * Added Polish + Catalan translation
  27. * Updated `README.md` to reference custom error pages
  28. # v1.6.0
  29. ## 10/19/2016
  30. 1. [](#improved)
  31. * Added Croatian translation
  32. * Improved `autoescape: true` support
  33. 1. [](#bugfix)
  34. * Fixed issue where template file for `error` page type is only available if page was not found
  35. # v1.5.1
  36. ## 07/18/2016
  37. 1. [](#improved)
  38. * Added chinese and german translations
  39. 1. [](#bugfix)
  40. * Fixed issue with the Smartypants plugin running before Twig was processed
  41. # v1.5.0
  42. ## 07/14/2015
  43. 1. [](#improved)
  44. * Translate some blueprint configuration options
  45. * Allow translating the error message
  46. * Added french, russian, romanian, danish, italian
  47. # v1.4.1
  48. ## 12/11/2015
  49. 1. [](#bugfix)
  50. * Fixed CLI command for PHP 5.5 and lower
  51. # v1.4.0
  52. ## 11/21/2015
  53. 1. [](#new)
  54. * Implemented CLI commands for the plugin
  55. # v1.3.0
  56. ## 08/25/2015
  57. 1. [](#improved)
  58. * Added blueprints for Grav Admin plugin
  59. # v1.2.2
  60. ## 01/06/2015
  61. 1. [](#new)
  62. * Added a default `error.json.twig` file
  63. # v1.2.1
  64. ## 11/30/2014
  65. 1. [](#new)
  66. * ChangeLog started...