Skip to content

Releases: thathoff/kirby-git-content

v5.4.0

01 Nov 18:12

Choose a tag to compare

Features

  • Add support for buttons configuration (Thanks to @chrfickinger)
  • Add fetch, reset and remove index lock buttons
  • Add webhook for resetting the local repository to the remote repository (requires secret to be set)

Bugfixes

  • Fix git log parsing for messages containing pipe characters (See #118)

v5.3.0

24 May 12:35
03cc582

Choose a tag to compare

  • Support for Kirby 5 (thanks @bastianallgeier)
  • Display author in list of commits (thanks @hariom147)
  • make error message for detected dubious ownership error more helpful (#108)
  • Update docs with required functions (#114)

v5.2.0

09 Dec 15:55
fca7bc5

Choose a tag to compare

Features

  • Add support for Kirby 4
  • Configurable panel menu item

v5.1.0

16 Oct 08:23
443223a

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

Choose a tag to compare

Bugfixes

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

v5.0.1

10 Aug 07:01
85d1c3b

Choose a tag to compare

Bugfixes

  • restore php 7.4 support

v5.0.0

10 Aug 06:30
126e232

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

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

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

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)