feat: add Grav 2.0 compat flag for cache-on-save plugin and switch GPM to testing channel

- Add blueprints.yaml for cache-on-save plugin with Grav 2.0 support
- Update system.yaml GPM setting from stable to testing channel
- Update .gitignore to allow cache-on-save plugin tracking

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-18 23:19:27 +02:00
parent 4fcd74df8a
commit c05b9e3400
3 changed files with 15 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Cache On Save
version: 1.0.0
description: Clears Grav cache on new-entry form submission
author:
name: Mischa
email: mischa@gorinskat.nl
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
grav:
version: ['1.7', '2.0']