File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11name : Git Sync
22type : plugin
33slug : git-sync
4- version : 2.3.2
4+ version : 3.0.0
55description : Allows to synchronize portions of Grav with Git Repositories (GitHub, BitBucket, GitLab)
66icon : git
77author :
@@ -15,8 +15,8 @@ docs: https://github.com/trilbymedia/grav-plugin-git-sync
1515license : MIT
1616
1717dependencies :
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
2121form :
2222 validation : strict
You can’t perform that action at this time.
0 commit comments