Skip to content

Releases: thathoff/kirby-git-content

v5.2.0

09 Dec 15:55
fca7bc5
Compare
Choose a tag to compare

Features

  • Add support for Kirby 4
  • Configurable panel menu item

v5.1.0

16 Oct 08:23
443223a
Compare
Choose a tag to compare

Features

  • Support git submodule installation (see #74, thanks to @CHE1RON)
  • Enhanced panel UI with support to switch and create branches, manual commits and resets
  • Add before and after hooks for push and pull
  • Add optional help text in the UI

v5.0.2

13 Jun 18:39
e718906
Compare
Choose a tag to compare

Bugfixes

  • fix PHP 8.1 compatibility (see #98, thanks to @CHE1RON)

v5.0.1

10 Aug 07:01
85d1c3b
Compare
Choose a tag to compare

Bugfixes

  • restore php 7.4 support

v5.0.0

10 Aug 06:30
126e232
Compare
Choose a tag to compare

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)
  • 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

19 Feb 12:58
72e0794
Compare
Choose a tag to compare

Features

  • Add the ability to disable the plugin via the config (Thanks @mrunkel)
  • Add secret parameter to the webhooks. (Thanks @mrunkel)

v4.0.1

17 Nov 11:48
379e8f9
Compare
Choose a tag to compare

Bugfixes

  • Setting path to git binary and enabling windows mode works again (thanks to @therephil)
  • Fix committing when Kirby user has no name (thanks to @qwerdee, fixes #57)

v4.0.0

25 Oct 18:52
794e99c
Compare
Choose a tag to compare

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 to thathoff.git-content)
  • Webhook-URLS changed: /gcapc/(push|pull) changed to /git-content/(push|pull)

v3.0.3

12 Jul 12:46
acb6593
Compare
Choose a tag to compare

Bug Fixes

  • Plugin works with Kirby 3.4 (#66)

Notes

The maintainer has switched, be prepared for config option name changes in version 4 which will be released shortly.

v3.0.2

24 May 10:33
Compare
Choose a tag to compare

Bug Fixes

  • Only handle files attached to pages