Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroborges committed Feb 13, 2018
1 parent 834da85 commit 4e3ec51
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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.5.0
* @version 0.6.0
* @author Pedro Borges <[email protected]>
* @copyright Pedro Borges <[email protected]>
* @link https://github.com/pedroborges/kirby-autogit
Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.6.0] - 2018-02-13
### 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.

## [0.5.0] - 2016-07-15
### Added
- `autogit()` global function.
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 <[email protected]>",
"version": "0.5.0",
"version": "0.6.0",
"description": "Kirby Auto Git",
"type": "kirby-plugin",
"license": "MIT"
Expand Down

0 comments on commit 4e3ec51

Please sign in to comment.