Releases: thathoff/kirby-git-content
Releases · thathoff/kirby-git-content
v5.2.0
v5.1.0
v5.0.2
v5.0.1
v5.0.0
Features
- only add modified files with
git add
instead of iterating over entire directory tree (git add .
) (see #90, thanks @cstmth) - Add overview panel
- see remote synchronization status (like
git status
) - see modified files that have not been committed (like
git status
) - push and pull using buttons (see #85)
- see remote synchronization status (like
- show plugin information in Kirby plugin overview
Bugfixes
- catch git errors that are caused by race conditions (see #84)
- inform about exclusion of Kirby .lock files in README.md (see #81)
BREAKING CHANGES
- Plugin only supports Kirby 3.6 and upwards and git 2.24 and upwards
v4.1.0
v4.0.1
v4.0.0
Features
- finalize Maintainer switch (see Breaking Changes)
- finalize rename to GitContent (see Breaking Changes)
- Allow POST request to webhooks (thanks to @graphichavoc)
- Install into plugins folder (thanks to @s3ththompson)
- Switch to
coyl/git
PHP git library - allow configuration of commit message (thanks to @JonasDoebertin)
BREAKING CHANGES:
- Name Changed to Git Content
- Config options changed (
blankogmbh.gcapc
tothathoff.git-content
) - Webhook-URLS changed:
/gcapc/(push|pull)
changed to/git-content/(push|pull)