You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes #69
72
+
73
+
74
+
## [2021-03-19]
75
+
76
+
### Added
77
+
- Extended to send error messages to a configurable eMail address - implements #53
78
+
- Added config `'emailAddressOnError'`
79
+
- Added config `'notifyByMailOnSuccess'`
80
+
- Added localizations for error messages
81
+
- Added eMail templates for mail notifications
82
+
- German translations added
83
+
84
+
85
+
## [2016-08-14]
86
+
87
+
### Changed
88
+
- Updated last change date to current date - fix #38
89
+
90
+
### Fixed
91
+
- Adjusted method signatures to match parent in action/editcommit.php
92
+
- Corrected method signature for php7-compatibility in action/editcommit.php
93
+
94
+
95
+
## [2015-10-03]
96
+
97
+
### Added
98
+
- Allow name and mail user variables in addParams.
99
+
- Add an option for customizing git working tree
100
+
- Added setting ignorePaths to ignore specified paths in add/commit-process
101
+
102
+
### Changed
103
+
- Use Markdown for the GitHub README.
104
+
- Update plugin date and URL, added Carsten Teibes as author
105
+
- Pull latest git php library (0.1.4)
106
+
- Allow to set the path to the git binary - implements #8
107
+
- Use relative path for Git.php and `$conf['tempdir']` for temp file.
108
+
- Coding compliance change: move handle_periodic_pull down, together with other "handle"s.
109
+
110
+
### Fixed
111
+
- Fix passing additional arguments to git binary
112
+
- Fix lang typos.
113
+
- Coding compliance change, tabs to spaces, fix typos.
114
+
- dokuwiki Farm fix
115
+
116
+
117
+
## [2012-10-31]
118
+
119
+
### Added
120
+
- Initial release
121
+
122
+
### Comments
123
+
- The release name complies with the date property of plugin.info.txt
124
+
- The recent commit within this release is [2dbc1a5](https://github.com/woolfg/dokuwiki-plugin-gitbacked/commit/2dbc1a5564516b801dbda239b68152edb5be0303) of 13-Nov-2012
125
+
126
+
<!--
127
+
## []
128
+
129
+
### NeverReleased
130
+
- This is just a dummy placeholder to make the parser of GHCICD/release-notes-from-changelog@v1 happy!
0 commit comments