Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

1234567891011121314151617181920212223242526272829303132333435363738
  1. # v1.1.0
  2. ## 12/02/2020
  3. 1. [](#new)
  4. * Support for indent-sensitive notices [#17](https://github.com/getgrav/grav-plugin-markdown-notices/pull/17)
  5. * Pass phpstan level 1 tests
  6. * Require Grav v1.6
  7. # v1.0.4
  8. ## 09/10/2019
  9. 1. [](#improved)
  10. * Reverted PR#10 which was breaking multiline notices and also unintentionally marking up notices with `<space>!<space>` in paragraphs
  11. # v1.0.3
  12. ## 08/16/2019
  13. 1. [](#improved)
  14. * Fixed issue where PR#10 clobbered PR#9
  15. # v1.0.2
  16. ## 08/11/2019
  17. 1. [](#new)
  18. * Ability to specify your own base classes [#9](https://github.com/getgrav/grav-plugin-markdown-notices/pull/9)
  19. * Allow adding inline notices inside tables [#10](https://github.com/getgrav/grav-plugin-markdown-notices/pull/10)
  20. # v1.0.1
  21. ## 03/09/2018
  22. 1. [](#improved)
  23. * Updated blueprint file
  24. # v1.0.0
  25. ## 12/22/2015
  26. 1. [](#new)
  27. * ChangeLog started...