Skip to content

Commit 6b7b767

Browse files
committed
Actually 2.1.1
1 parent 39f3e9a commit 6b7b767

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

CHANGELOG.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
# v2.1.2
2-
## 07/17/2020
3-
4-
1. [](#bugfix)
5-
* Fixed regression wrongly returning the installed Git version and causing all sort of problems, including unrelated histories not kicking off (#61, #168, #171, #173)
6-
* Fixed potential issue where the new feature `no_user` my throw an error
7-
* Fixed issue with autoload
8-
1. [](#improved)
9-
* Bumped modules versions
10-
111
# v2.1.1
12-
## 05/17/2020
2+
## 07/17/2020
133

144
1. [](#new)
155
* Added `No User` option to allow disabling the username requirement. This is useful for when you have a token and the user is not required. (#166, thanks GwynethLlewelyn)
166
* Added `passwd` command for programmatically change user/password (use: `bin/plugin git-sync passwd`) (#146)
7+
* Fixed regression wrongly returning the installed Git version and causing all sort of problems, including unrelated histories not kicking off (#61, #168, #171, #173)
8+
* Fixed potential issue where the new feature `no_user` my throw an error
9+
* Fixed issue with autoload
1710
1. [](#bugfix)
1811
* Fixed classes not being loaded in `cli` commands due to Grav changes (#167)
1912
* Updated dependencies / recompiled JS for production
13+
1. [](#improved)
14+
* Bumped modules versions
2015

2116
# v2.1.0
2217
## 03/13/2020

blueprints.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Git Sync
2-
version: 2.1.2
2+
version: 2.1.1
33
description: Allows to synchronize portions of Grav with Git Repositories (GitHub, BitBucket, GitLab)
44
icon: git
55
author:

0 commit comments

Comments
 (0)