Skip to content

Latest commit

 

History

History
350 lines (179 loc) · 9.22 KB

CHANGELOG.md

File metadata and controls

350 lines (179 loc) · 9.22 KB

5.2.0 (2023-12-09)

Features

  • Add support for Kirby 4
  • Configurable panel menu item

5.1.0 (2023-10-16)

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

5.0.2 (2023-06-13)

Bugfixes

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

5.0.1 (2022-08-10)

Bugfixes

  • restore php 7.4 support

5.0.0 (2022-08-10)

Features

  • only add modified files with git add instead of iterating over entire directory tree (git add .) (see #90)
  • 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

4.1.0 (2021-02-19)

Features

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

4.0.1 (2020-11-17)

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)

4.0.0 (2020-10-25)

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)

3.0.3 (2020-07-12)

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

Bug Fixes

  • Plugin works with Kirby 3.4 (#66)

3.0.2 (2020-03-06)

Bug Fixes

  • Only handle files attached to pages

3.0.1 (2019-09-24)

Bug Fixes

  • Fix hook for file:delete

3.0.0 (2019-09-24)

Features

  • add support for kirby 3 (f4393b8)
  • commit by default when plugin is installed (48cd099)
  • install Git.php with composer only (6d1b9d3)
  • only log errors by default (3f4e771)
  • use users email and name as commit author (ebcba17)

BREAKING CHANGES

  • The commit option now defaults to true
  • Support for Kirby 2 and the panel widget has been removed.
  • Remove support for installation with git submodules

2.2.2 (2018-01-24)

Bug Fixes

  • rename main file tow work with new install method (2e96543)

2.2.1 (2018-01-24)

2.2.0 (2017-08-21)

Features

  • track changes made to site.txt (7aaf3be)

2.1.0 (2017-03-29)

Bug Fixes

  • init repo if no branch is specified (f69515e)

Features

  • do not initialise repository twice (f32e90e)

2.0.2 (2017-03-29)

Bug Fixes

  • init repo if no branch is specified (f69515e)

Features

  • do not initialise repository twice (f32e90e)

2.0.1 (2017-03-29)

Bug Fixes

  • allow usage of currently checked out branch (25b57a4)

2.0.0 (2017-02-20)

Bug Fixes

  • use slashes for url, not DS (d4e24b7)

Features

  • allow usage of currently checked out branch (033d10f)

BREAKING CHANGES

  • the default branch is not the master anymore

1.5.0 (2017-02-24)

Features

  • implemented gcapc-path configuration (151e6d1)
  • improved error handling (ff36ea4)

1.4.2 (2017-02-09)

1.4.1 (2017-02-08)

Bug Fixes

1.4.0 (2017-01-17)

Features

  • use composer dependency if applicable (bd45077)

1.3.0 (2016-07-10)

Features

1.2.0 (2016-06-27)

Features

  • add cron-hooks-enabled option (2118b28)

1.1.1 (2016-04-21)

Bug Fixes

  • make branch available for git pull and git push (d1e17c3)

1.1.0 (2016-04-21)

Features

  • add option to manually push and pull content (833960f)

1.0.0 (2015-12-17)

0.0.7 (2015-12-11)

Features

  • make plugin opt-in instead of opt-out
  • git commit -A to include deletions

0.0.6 (2015-10-29)

Bug Fixes

  • remove User and Avatar hook 1582ddc

0.0.5 (2015-09-29)

Features

  • add debug information 1486a6e
  • add instructions how to use multi git user env d1e699e

v0.0.4 - 2015-09-23

Bug Fixes

  • git/environment: use $gitBin if set

v0.0.3 - 2015-09-23

Refactoring

v0.0.2 - 2015-09-21

Refactoring

  • use Multi-environment setup, provide more variables

v0.0.1 - 2015-09-18

  • Initial release