Skip to content

Commit 9aa095a

Browse files
committed
prepare for release
Signed-off-by: Andy Miller <[email protected]>
1 parent d1e0ab1 commit 9aa095a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v3.0.0
2+
## 10/19/2025
3+
4+
1. [](#improved)
5+
* Grav 1.8 support
6+
* Use `{$var}` instead of `${var}` causing deprecation notices
7+
* Prevent accepting webhooks when they are disabled in config [#216](https://github.com/trilbymedia/grav-plugin-git-sync/issues/216)
8+
* Updated FAQ link to discussion
9+
110
# v2.3.2
211
## 06/03/2021
312

blueprints.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Git Sync
22
type: plugin
33
slug: git-sync
4-
version: 2.3.2
4+
version: 3.0.0
55
description: Allows to synchronize portions of Grav with Git Repositories (GitHub, BitBucket, GitLab)
66
icon: git
77
author:
@@ -15,8 +15,8 @@ docs: https://github.com/trilbymedia/grav-plugin-git-sync
1515
license: MIT
1616

1717
dependencies:
18-
- { name: grav, version: '>=1.6.0' }
19-
- { name: form, version: '>=2.16.3' }
18+
- { name: grav, version: '>=1.7.0' }
19+
- { name: form, version: '>=3.0.0' }
2020

2121
form:
2222
validation: strict

0 commit comments

Comments
 (0)