File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 33/**
44 * Kirby Auto Git Plugin
55 *
6- * @version 0.4 .0
6+ * @version 0.5 .0
77 * @author Pedro Borges <[email protected] > 88 * @copyright Pedro Borges <[email protected] > 99 * @link https://github.com/pedroborges/kirby-autogit
Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4- ## [ Unreleased ]
4+ ## [ 0.5.0 ] - 2016-07-15
55### Added
6- - Warn user when a remote repo has not been setup yet.
6+ - ` autogit() ` global function.
7+ - Auto Git now triggers its own hooks: ` autogit.pull ` and ` autogit.push ` .
8+ - Enable webhooks only when a remote repository has been setup.
9+ - Show error on the widget when a remote repository has not been setup yet.
710
811### Changed
12+ - Allow Auto Git to run on older Git releases.
13+ - Redirect to error page when webhooks secret mismatches.
14+ - Show Git errors on the widget when pulling/pushing.
915- Widget title to "Sync Content".
10- - Show Git error on the widget when pulling/pushing.
16+
17+ ### Fixed
18+ - Disable button when another action is in progress.
1119
1220## [ 0.4.0] - 2016-07-13
1321### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " autogit" ,
33 "author" :
" Pedro Borges <[email protected] >" ,
4- "version" : " 0.4 .0" ,
4+ "version" : " 0.5 .0" ,
55 "description" : " Kirby Auto Git" ,
66 "type" : " kirby-plugin" ,
77 "license" : " MIT"
You can’t perform that action at this time.
0 commit comments