chore: create production-v2 branch with content only

This branch contains ONLY:
- Pages (config/www/user/pages/)
- Themes (config/www/user/themes/)
- Plugins (config/www/user/plugins/)
- PRODUCTION.md
- Minimal .gitignore

Clean slate for production deployment.
All development files, configs, scripts removed.
This commit is contained in:
Charles N Wyble
2026-01-13 20:12:03 -05:00
commit 665c7f47af
2558 changed files with 434613 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
# v1.1.0
## 12/02/2020
1. [](#new)
* Support for indent-sensitive notices [#17](https://github.com/getgrav/grav-plugin-markdown-notices/pull/17)
* Pass phpstan level 1 tests
* Require Grav v1.6
# v1.0.4
## 09/10/2019
1. [](#improved)
* Reverted PR#10 which was breaking multiline notices and also unintentionally marking up notices with `<space>!<space>` in paragraphs
# v1.0.3
## 08/16/2019
1. [](#improved)
* Fixed issue where PR#10 clobbered PR#9
# v1.0.2
## 08/11/2019
1. [](#new)
* Ability to specify your own base classes [#9](https://github.com/getgrav/grav-plugin-markdown-notices/pull/9)
* Allow adding inline notices inside tables [#10](https://github.com/getgrav/grav-plugin-markdown-notices/pull/10)
# v1.0.1
## 03/09/2018
1. [](#improved)
* Updated blueprint file
# v1.0.0
## 12/22/2015
1. [](#new)
* ChangeLog started...