From 3e544407a816cf9f035470d7e4f637fb30c50c73 Mon Sep 17 00:00:00 2001 From: ParitoshBh Date: Sun, 5 Jul 2026 16:28:03 -0400 Subject: [PATCH] Update compatibility with v2 --- CHANGELOG.md | 6 ++++++ blueprints.yaml | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8335767..1ab5764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.1.11 +## 07/05/2026 + +1. [](#new) + * Verify compatibility against Grav `2.0`. + # v0.1.10 ## 08/12/2022 diff --git a/blueprints.yaml b/blueprints.yaml index efb6605..f32507c 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Grav Coder slug: grav-coder type: theme -version: 0.1.10 +version: 0.1.11 description: Grav Coder, theme with minimal clutter and maximum content visibility! Inspired from hugo-coder theme. icon: rebel author: @@ -15,5 +15,10 @@ bugs: https://github.com/ParitoshBh/grav-coder/issues readme: https://github.com/ParitoshBh/grav-coder/blob/master/README.md license: MIT +compatibility: + grav: + - '1.7' + - '2.0' + dependencies: - { name: grav, version: ">=1.6.0" }