# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Changed - TBD ## [2022-01-20] ### Fixed - Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes #69 ## [2021-03-19] ### Added - Extended to send error messages to a configurable eMail address - implements #53 - Added config `'emailAddressOnError'` - Added config `'notifyByMailOnSuccess'` - Added localizations for error messages - Added eMail templates for mail notifications - German translations added ## [2016-08-14] ### Changed - Updated last change date to current date - fix #38 ### Fixed - Adjusted method signatures to match parent in action/editcommit.php - Corrected method signature for php7-compatibility in action/editcommit.php ## [2015-10-03] ### Added - Allow name and mail user variables in addParams. - Add an option for customizing git working tree - Added setting ignorePaths to ignore specified paths in add/commit-process ### Changed - Use Markdown for the GitHub README. - Update plugin date and URL, added Carsten Teibes as author - Pull latest git php library (0.1.4) - Allow to set the path to the git binary - implements #8 - Use relative path for Git.php and `$conf['tempdir']` for temp file. - Coding compliance change: move handle_periodic_pull down, together with other "handle"s. ### Fixed - Fix passing additional arguments to git binary - Fix lang typos. - Coding compliance change, tabs to spaces, fix typos. - dokuwiki Farm fix ## [2012-10-31] ### Added - Initial release ### Comments - The release name complies with the date property of plugin.info.txt - The recent commit within this release is [2dbc1a5](https://github.com/woolfg/dokuwiki-plugin-gitbacked/commit/2dbc1a5564516b801dbda239b68152edb5be0303) of 13-Nov-2012 [Unreleased]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-01-20..HEAD [2022-01-20]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2021-03-19..v2022-01-20 [2021-03-19]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2016-08-14..v2021-03-19 [2016-08-14]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2015-10-03..v2016-08-14 [2015-10-03]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2012-10-31..v2015-10-03 [2012-10-31]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases/tag/v2012-10-31