Skip to content

Releases: trilbymedia/grav-plugin-git-sync

2.3.2

03 Jun 20:09
2.3.2
a8745c0
Compare
Choose a tag to compare
Release v2.3.2

2.3.1

03 Jun 19:57
2.3.1
4fb7d0d
Compare
Choose a tag to compare
Release v2.3.1

2.3.0

27 Apr 18:56
2.3.0
0a3a6cf
Compare
Choose a tag to compare
Release v2.3.0

2.2.0

17 Apr 20:59
2.2.0
cee10eb
Compare
Choose a tag to compare
Release v2.2.0

2.1.1

17 Jul 20:58
2.1.1
6b7b767
Compare
Choose a tag to compare

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

Bugfix

  • Fixed classes not being loaded in cli commands due to Grav changes (#167)
  • Updated dependencies / recompiled JS for production

Improved

  • Bumped modules versions

2.1.0

13 Mar 23:17
4f67608
Compare
Choose a tag to compare

New

  • Requires Grav v1.6.0
  • Pass phpstan level 2 tests

Improved

  • Code cleanup
  • Added support for Gitea / Gogs webhook secret (#149, thanks @aisbergg)

2.0.5

07 May 00:42
009b1d6
Compare
Choose a tag to compare

Bugfix

  • Fixed validation error with commalist in Folders to Sync field (#141)

2.0.4

22 Apr 22:03
2501fd9
Compare
Choose a tag to compare

Improved

  • urlencode username to allow for special characters (#139)

2.0.3

07 Mar 20:05
bc258fe
Compare
Choose a tag to compare

Bugifx

  • Properly fallback to config message if not there yet (#134)

2.0.2

22 Feb 01:06
23a1b8e
Compare
Choose a tag to compare

Improved

  • Fixed InitCommand spelling (#132, thanks @alex-mohemian)

Bugfix

  • Fixed PHP 5.6 incompatibility introduced by v2.0.1 release.