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:
@@ -1,3 +1,4 @@
|
|||||||
/plugins/
|
/plugins/
|
||||||
|
!/plugins/
|
||||||
!/plugins/cache-on-save/
|
!/plugins/cache-on-save/
|
||||||
/data/
|
/data/
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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']
|
||||||
Reference in New Issue
Block a user