Skip to content

Commit e7b4424

Browse files
committed
Bump version to 0.5.0
1 parent 23c3cbf commit e7b4424

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

autogit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

changelog.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Change Log
22
All 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)