Skip to content

Commit a62ce74

Browse files
committed
Update CHANGELOG.md: update release notes and compare links for release 2025-11-11
- CHANGELOG.md: - update release info for 2025-11-11 - plugin.info.txt: - align release date
1 parent 7c633d2 commit a62ce74

File tree

2 files changed

+58
-33
lines changed

2 files changed

+58
-33
lines changed

CHANGELOG.md

Lines changed: 57 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
<!-- The subsequent comment lines start with a space - not to irritate the release scripts parser!
1111
## [yyyy-mm-dd]
1212
<empty line> - optional sub sections may follow like:
13-
### Added:
13+
### 💥 Breaking Change(s):
14+
- This feature was changed
15+
<empty line>
16+
### 🚀 Added:
1417
- This feature was added
1518
<empty line>
16-
### Changed:
19+
### 👷 Changed:
1720
- This feature was changed
1821
<empty line>
19-
### Removed:
22+
### 👻 Removed:
2023
- This feature was removed
2124
<empty line>
22-
### Fixed:
25+
### 🐛 Fixed:
2326
- This issue was fixed
2427
<empty line>
2528
<empty line> - next line is the starting of the previous release
@@ -40,75 +43,94 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4043
<!--
4144
## [Unreleased]
4245
43-
### Added
46+
### 💥 Breaking Change
47+
- TBD
48+
49+
### 🚀 Added
50+
- TBD
51+
52+
### 👷 Changed
4453
- TBD
4554
46-
### Changed
55+
### ⚠️ Deprecated
4756
- TBD
4857
49-
### Deprecated
58+
### 👻 Removed
5059
- TBD
5160
52-
### Removed
61+
### 🐛 Fixed
5362
- TBD
5463
55-
### Fixed
64+
### 🛡️ Security
5665
- TBD
5766
58-
### Security
67+
### 📝 Documentation
5968
- TBD
6069
-->
6170

6271
## [Unreleased]
6372

64-
### Changed
73+
### 👷 Changed
6574
- TBD
6675

6776

68-
## [2025-03-03]
77+
## [2025-11-11]
6978

70-
### Added
79+
### 🚀 Added
7180
- Add code style config files
7281
- Add code style check
7382
- Add auto loader `loader.php`
7483

75-
### Fixed
84+
### 🐛 Fixed
85+
- Fix warnings on periodic pulls as no user is logged in - PR [#100]
7686
- Replace references to deprecated classes by non deprecated classes
7787
- Update code to meet DokuWiki standard code style
7888
- Make use of plugin specific namespace for `classes/*.php` classes
7989

90+
### ❤️ Thanks
91+
Many thanks for collaboration on this release for: @ribsey
92+
8093

8194
## [2025-02-26]
8295

83-
### Added
96+
### 🚀 Added
8497
- Add config `'updateIndexOnPull'` - PR [#93], [#94]
8598

86-
### Changed
99+
### 👷 Changed
87100
- Avoid using $_ENV in `lib/Git.php#run_command` - PR [#91]
88101
- ensuring more controlled and secure handling of environment variables
89102
- fixes probable warning 'Array to string conversion'
90103

104+
### ❤️ Thanks
105+
Many thanks for collaboration on this release for: @msx80, @delphij
106+
91107

92108
## [2023-05-07]
93109

94-
### Fixed
110+
### 🐛 Fixed
95111
- Deprecation warnings raised on `action/editcommit.php` - fixes [#86]
96112

113+
### ❤️ Thanks
114+
Many thanks for collaboration on this release for: @mhoffrog
115+
97116

98117
## [2023-03-07]
99118

100-
### Changed
119+
### 👷 Changed
101120
- Allow absolute path in `'repoPath'` and/or `'repoWorkDir'` - implements [#80]
102121
- `'repoWorkDir'` is configured empty by default now
103122
- `--work-tree` option is ommited, if `'repoWorkDir'` is empty - addressing [#79]
104123

105-
### Fixed
124+
### 🐛 Fixed
106125
- Cyrillic commit messages not being corrupted anymore - fixes [#82]
107126

127+
### ❤️ Thanks
128+
Many thanks for collaboration on this release for: @sjv0, @zlobniyshurik
129+
108130

109131
## [2022-02-06]
110132

111-
### Changed
133+
### 👷 Changed
112134
- Created LICENSE file and removed corresponding text from the README.md - implements [#67]
113135
- Use DokuWiki's user name & email address as commit author - implements [#63], [#66]
114136
- 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/).
117139
- Added a link to the referred COPYING license file originally hosted on the DokuWiki master branch to simplify a probable lookup.
118140
- Issues linked on startpage, motivate people to contribute
119141

120-
### Fixed
142+
### 🐛 Fixed
121143
- Allow empty commits - fixes [#39]
122144

145+
### ❤️ Thanks
146+
Many thanks for collaboration on this release for: @SECtim, @ochurlaud
147+
123148

124149
## [2022-01-20]
125150

126-
### Fixed
151+
### 🐛 Fixed
127152
- Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes [#69]
128153

129154

130155
## [2021-03-19]
131156

132-
### Added
157+
### 🚀 Added
133158
- Extended to send error messages to a configurable eMail address - implements [#53]
134159
- Added config `'emailAddressOnError'`
135160
- Added config `'notifyByMailOnSuccess'`
@@ -140,30 +165,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
140165

141166
## [2016-08-14]
142167

143-
### Changed
168+
### 👷 Changed
144169
- Updated last change date to current date - fix [#38]
145170

146-
### Fixed
171+
### 🐛 Fixed
147172
- Adjusted method signatures to match parent in action/editcommit.php
148173
- Corrected method signature for php7-compatibility in action/editcommit.php
149174

150175

151176
## [2015-10-03]
152177

153-
### Added
178+
### 🚀 Added
154179
- Allow name and mail user variables in addParams.
155180
- Add an option for customizing git working tree
156181
- Added setting ignorePaths to ignore specified paths in add/commit-process
157182

158-
### Changed
183+
### 👷 Changed
159184
- Use Markdown for the GitHub README.
160185
- Update plugin date and URL, added Carsten Teibes as author
161186
- Pull latest git php library (0.1.4)
162187
- Allow to set the path to the git binary - implements [#8]
163188
- Use relative path for Git.php and `$conf['tempdir']` for temp file.
164189
- Coding compliance change: move handle_periodic_pull down, together with other "handle"s.
165190

166-
### Fixed
191+
### 🐛 Fixed
167192
- Fix passing additional arguments to git binary
168193
- Fix lang typos.
169194
- Coding compliance change, tabs to spaces, fix typos.
@@ -172,10 +197,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
172197

173198
## [2012-10-31]
174199

175-
### Added
200+
### 🚀 Added
176201
- Initial release
177202

178-
### Comments
203+
### 📝 Comments
179204
- The release name complies with the date property of plugin.info.txt
180205
- The recent commit within this release is [2dbc1a5](https://github.com/woolfg/dokuwiki-plugin-gitbacked/commit/2dbc1a5564516b801dbda239b68152edb5be0303) of 13-Nov-2012
181206

@@ -186,8 +211,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
186211
- This is just a dummy placeholder to make the parser of GHCICD/release-notes-from-changelog@v1 happy!
187212
-->
188213

189-
[Unreleased]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2025-03-01..HEAD
190-
[2025-03-01]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2025-02-26..v2025-03-01
214+
[Unreleased]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2025-11-11..HEAD
215+
[2025-11-11]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2025-02-26..v2025-11-11
191216
[2025-02-26]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-05-07..v2025-02-26
192217
[2023-05-07]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-03-07..v2023-05-07
193218
[2023-03-07]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-02-06..v2023-03-07

plugin.info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
base gitbacked
22
author Wolfgang Gassler (@woolfg), Carsten Teibes (@carstene1ns), Markus Hoffrogge (@mhoffrog)
33
4-
date 2025-02-26
4+
date 2025-11-11
55
name gitbacked plugin
66
desc Pages and Media are stored in Git
77
url https://github.com/woolfg/dokuwiki-plugin-gitbacked

0 commit comments

Comments
 (0)