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
+1
View File
@@ -1,3 +1,4 @@
/plugins/ /plugins/
!/plugins/
!/plugins/cache-on-save/ !/plugins/cache-on-save/
/data/ /data/
+1 -1
View File
@@ -210,7 +210,7 @@ session:
domain: null domain: null
path: null path: null
gpm: gpm:
releases: stable releases: testing
official_gpm_only: true official_gpm_only: true
http: http:
method: curl method: curl
+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']