Grav Plugin Git Sync Versions Save

Collaboratively Synchronize your Grav `user` folder hosted on GitHub, BitBucket or GitLab

2.3.2

2 years ago

2.3.1

2 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

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

4 years ago

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

5 years ago

Bugfix

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

2.0.4

5 years ago

Improved

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

2.0.3

5 years ago

Bugifx

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

2.0.2

5 years ago

Improved

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

Bugfix

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