Skip to content

Commit 4e3ec51

Browse files
committed
Release 0.6.0
1 parent 834da85 commit 4e3ec51

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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.5.0
6+
* @version 0.6.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [0.6.0] - 2018-02-13
5+
### Added
6+
- `autogit` option: disables the plugin.
7+
8+
### Changed
9+
- 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.
10+
- 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.
11+
12+
### Removed
13+
- `autogit.branch` option: Auto Git will always use local current branch.
14+
415
## [0.5.0] - 2016-07-15
516
### Added
617
- `autogit()` global function.

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.5.0",
4+
"version": "0.6.0",
55
"description": "Kirby Auto Git",
66
"type": "kirby-plugin",
77
"license": "MIT"

0 commit comments

Comments
 (0)