Kirby Git Content Versions Save

Commit and Push changes made via the Panel

v5.2.0

5 months ago

Features

  • Add support for Kirby 4
  • Configurable panel menu item

v5.1.0

7 months ago

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

11 months ago

Bugfixes

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

v5.0.1

1 year ago

Bugfixes

  • restore php 7.4 support

v5.0.0

1 year ago

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

3 years ago

Features

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

v4.0.1

3 years ago

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

3 years ago

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

3 years ago

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

3 years ago

Bug Fixes

  • Only handle files attached to pages