Kirby Autogit Versions Save

⬢ Saves every change made via Kirby Panel to a Git repository

v0.6.1

6 years ago

Fixed

  • Bug where panel routes where not being registered.

v0.6.0

6 years ago

Added

  • autogit option: disables the plugin.

Changed

  • Git user.name and user.email local configuration are no longer replaced. Instead, the plugin now sets the author with the git commit --author flag.
  • The plugin no longer checks if the content folder is a Git repo since it required an extra command to be run. Use the autogit option to disable the plugin when needed.

Removed

  • autogit.branch option: Auto Git will always use local current branch.

v0.5.0

7 years ago

I'm really excited about the possibilities that this release's enhancements brings to Auto Git. Enjoy!

If you've been using Auto Git, I'd love to hear your feedback 😉


Added

  • autogit() global function.
  • Auto Git now triggers its own hooks: autogit.pull and autogit.push.
  • Enable webhooks only when a remote repository has been setup.
  • Show error on the widget when a remote repository has not been setup yet.

Changed

  • Allow Auto Git to run on older Git releases, see #1.
  • Redirect to error page when webhooks secret mismatches.
  • Show Git errors on the widget when pulling/pushing.
  • Widget title to "Sync Content".

Fixed

  • Disable button when another action is in progress.

v0.1

7 years ago
  • Panel hooks.
  • en, pt-BR and pt-PT translation.

v0.4.0

7 years ago

Added

  • Panel widget with pull/push buttons.

v.0.3.0

7 years ago

Fixed

  • Library sebastian/git was not being included on the release tarball.

v0.2.0

7 years ago

Added

  • Webhooks.