Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroborges committed Jul 15, 2016
1 parent 23c3cbf commit e7b4424
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autogit.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Kirby Auto Git Plugin
*
* @version 0.4.0
* @version 0.5.0
* @author Pedro Borges <oi@pedroborg.es>
* @copyright Pedro Borges <oi@pedroborg.es>
* @link https://github.com/pedroborges/kirby-autogit
Expand Down
14 changes: 11 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Change Log
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.5.0] - 2016-07-15
### Added
- Warn user when a remote repo has not been setup yet.
- `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.
- Redirect to error page when webhooks secret mismatches.
- Show Git errors on the widget when pulling/pushing.
- Widget title to "Sync Content".
- Show Git error on the widget when pulling/pushing.

### Fixed
- Disable button when another action is in progress.

## [0.4.0] - 2016-07-13
### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "autogit",
"author": "Pedro Borges <oi@pedroborg.es>",
"version": "0.4.0",
"version": "0.5.0",
"description": "Kirby Auto Git",
"type": "kirby-plugin",
"license": "MIT"
Expand Down

0 comments on commit e7b4424

Please sign in to comment.