Skip to content

Releases: thathoff/kirby-git-content

v3.0.1

24 Sep 14:24
Compare
Choose a tag to compare

Bug Fixes

  • fix hook for file:delete

v3.0.0

24 Sep 13:54
502721f
Compare
Choose a tag to compare

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

24 Jan 09:11
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

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

24 Jan 12:00
Compare
Choose a tag to compare

Bug Fixes

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

v2.2.1

24 Jan 11:52
Compare
Choose a tag to compare
v2.2.1

v2.2.0

21 Aug 11:54
Compare
Choose a tag to compare

Features

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

v2.1.0

29 Mar 14:27
Compare
Choose a tag to compare

Bug Fixes

  • init repo if no branch is specified (f69515e)

Features

  • do not initialise repository twice (f32e90e)

v2.0.1

29 Mar 14:03
Compare
Choose a tag to compare

Bug Fixes

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

v2.0.0

07 Mar 08:07
Compare
Choose a tag to compare

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

v1.5.0

24 Feb 10:51
Compare
Choose a tag to compare

Features

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