Skip to content

Commit

Permalink
Actually 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fz committed Jul 17, 2020
1 parent 39f3e9a commit 6b7b767
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
# v2.1.2
## 07/17/2020

1. [](#bugfix)
* Fixed regression wrongly returning the installed Git version and causing all sort of problems, including unrelated histories not kicking off (#61, #168, #171, #173)
* Fixed potential issue where the new feature `no_user` my throw an error
* Fixed issue with autoload
1. [](#improved)
* Bumped modules versions

# v2.1.1
## 05/17/2020
## 07/17/2020

1. [](#new)
* 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)
* Added `passwd` command for programmatically change user/password (use: `bin/plugin git-sync passwd`) (#146)
* Fixed regression wrongly returning the installed Git version and causing all sort of problems, including unrelated histories not kicking off (#61, #168, #171, #173)
* Fixed potential issue where the new feature `no_user` my throw an error
* Fixed issue with autoload
1. [](#bugfix)
* Fixed classes not being loaded in `cli` commands due to Grav changes (#167)
* Updated dependencies / recompiled JS for production
1. [](#improved)
* Bumped modules versions

# v2.1.0
## 03/13/2020
Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Git Sync
version: 2.1.2
version: 2.1.1
description: Allows to synchronize portions of Grav with Git Repositories (GitHub, BitBucket, GitLab)
icon: git
author:
Expand Down

0 comments on commit 6b7b767

Please sign in to comment.