Kirby Git Content Versions Save

Commit and Push changes made via the Panel

v3.0.1

4 years ago

Bug Fixes

  • fix hook for file:delete

v3.0.0

4 years ago

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

v3.0.0-beta.1

5 years ago

Features

  • add support for kirby 3 (41f8360)
  • commit by default when plugin is installed (b4d0812)
  • install Git.php with composer only (6d1b9d3)
  • use users email and name as commit author (3c1776c)

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

v2.2.2

6 years ago

Bug Fixes

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

v2.2.1

6 years ago

v2.2.0

6 years ago

Features

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

v2.1.0

7 years ago

Bug Fixes

  • init repo if no branch is specified (f69515e)

Features

  • do not initialise repository twice (f32e90e)

v2.0.1

7 years ago

Bug Fixes

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

v2.0.0

7 years ago

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

7 years ago

Features

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