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
-`'repoWorkDir'` is configured empty by default now
103
122
-`--work-tree` option is ommited, if `'repoWorkDir'` is empty - addressing [#79]
104
123
105
-
### Fixed
124
+
### 🐛 Fixed
106
125
- Cyrillic commit messages not being corrupted anymore - fixes [#82]
107
126
127
+
### ❤️ Thanks
128
+
Many thanks for collaboration on this release for: @sjv0, @zlobniyshurik
129
+
108
130
109
131
## [2022-02-06]
110
132
111
-
### Changed
133
+
### 👷 Changed
112
134
- Created LICENSE file and removed corresponding text from the README.md - implements [#67]
113
135
- Use DokuWiki's user name & email address as commit author - implements [#63], [#66]
114
136
- Updated default setting for `$conf['addParams']` to apply DokuWiki user name as commit author and DokuWiki user eMail as eMail.
@@ -117,19 +139,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
117
139
- Added a link to the referred COPYING license file originally hosted on the DokuWiki master branch to simplify a probable lookup.
118
140
- Issues linked on startpage, motivate people to contribute
119
141
120
-
### Fixed
142
+
### 🐛 Fixed
121
143
- Allow empty commits - fixes [#39]
122
144
145
+
### ❤️ Thanks
146
+
Many thanks for collaboration on this release for: @SECtim, @ochurlaud
147
+
123
148
124
149
## [2022-01-20]
125
150
126
-
### Fixed
151
+
### 🐛 Fixed
127
152
- Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes [#69]
128
153
129
154
130
155
## [2021-03-19]
131
156
132
-
### Added
157
+
### 🚀 Added
133
158
- Extended to send error messages to a configurable eMail address - implements [#53]
134
159
- Added config `'emailAddressOnError'`
135
160
- Added config `'notifyByMailOnSuccess'`
@@ -140,30 +165,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
140
165
141
166
## [2016-08-14]
142
167
143
-
### Changed
168
+
### 👷 Changed
144
169
- Updated last change date to current date - fix [#38]
145
170
146
-
### Fixed
171
+
### 🐛 Fixed
147
172
- Adjusted method signatures to match parent in action/editcommit.php
148
173
- Corrected method signature for php7-compatibility in action/editcommit.php
149
174
150
175
151
176
## [2015-10-03]
152
177
153
-
### Added
178
+
### 🚀 Added
154
179
- Allow name and mail user variables in addParams.
155
180
- Add an option for customizing git working tree
156
181
- Added setting ignorePaths to ignore specified paths in add/commit-process
157
182
158
-
### Changed
183
+
### 👷 Changed
159
184
- Use Markdown for the GitHub README.
160
185
- Update plugin date and URL, added Carsten Teibes as author
161
186
- Pull latest git php library (0.1.4)
162
187
- Allow to set the path to the git binary - implements [#8]
163
188
- Use relative path for Git.php and `$conf['tempdir']` for temp file.
164
189
- Coding compliance change: move handle_periodic_pull down, together with other "handle"s.
165
190
166
-
### Fixed
191
+
### 🐛 Fixed
167
192
- Fix passing additional arguments to git binary
168
193
- Fix lang typos.
169
194
- Coding compliance change, tabs to spaces, fix typos.
@@ -172,10 +197,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
172
197
173
198
## [2012-10-31]
174
199
175
-
### Added
200
+
### 🚀 Added
176
201
- Initial release
177
202
178
-
### Comments
203
+
### 📝 Comments
179
204
- The release name complies with the date property of plugin.info.txt
180
205
- The recent commit within this release is [2dbc1a5](https://github.com/woolfg/dokuwiki-plugin-gitbacked/commit/2dbc1a5564516b801dbda239b68152edb5be0303) of 13-Nov-2012
181
206
@@ -186,8 +211,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
186
211
- This is just a dummy placeholder to make the parser of GHCICD/release-notes-from-changelog@v1 happy!
0 commit comments