Skip to content

Commit 23da58a

Browse files
committed
Update CHANGELOG.md: update release notes and compare links for release 2023-03-07
- CHANGELOG.md: - update issue references to appear as links - plugin.info.txt: - align release date
1 parent 8f57114 commit 23da58a

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed

CHANGELOG.md

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,39 +62,45 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6262
## [Unreleased]
6363

6464
### Changed
65-
- Allow absolute path in `'repoPath'` and/or `'repoWorkDir'` - implements #80
65+
- TBD
66+
67+
68+
## [2023-03-07]
69+
70+
### Changed
71+
- Allow absolute path in `'repoPath'` and/or `'repoWorkDir'` - implements [#80]
6672
- `'repoWorkDir'` is configured empty by default now
67-
- `--work-tree` option is ommited, if `'repoWorkDir'` is empty - addressing #79
73+
- `--work-tree` option is ommited, if `'repoWorkDir'` is empty - addressing [#79]
6874

6975
### Fixed
70-
- Cyrillic commit messages not being corrupted anymore - fixes #82
76+
- Cyrillic commit messages not being corrupted anymore - fixes [#82]
7177

7278

7379
## [2022-02-06]
7480

7581
### Changed
76-
- Created LICENSE file and removed corresponding text from the README.md - implements #67
77-
- Use DokuWiki's user name & email address as commit author - implements #63, #66
82+
- Created LICENSE file and removed corresponding text from the README.md - implements [#67]
83+
- Use DokuWiki's user name & email address as commit author - implements [#63], [#66]
7884
- Updated default setting for `$conf['addParams']` to apply DokuWiki user name as commit author and DokuWiki user eMail as eMail.
7985
- If DokuWiki user eMail is empty, then the eMail assigned to the commit will be empty as well.
8086
- Updated README.md:
8187
- Added a link to the referred COPYING license file originally hosted on the DokuWiki master branch to simplify a probable lookup.
8288
- Issues linked on startpage, motivate people to contribute
8389

8490
### Fixed
85-
- Allow empty commits - fixes #39
91+
- Allow empty commits - fixes [#39]
8692

8793

8894
## [2022-01-20]
8995

9096
### Fixed
91-
- Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes #69
97+
- Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes [#69]
9298

9399

94100
## [2021-03-19]
95101

96102
### Added
97-
- Extended to send error messages to a configurable eMail address - implements #53
103+
- Extended to send error messages to a configurable eMail address - implements [#53]
98104
- Added config `'emailAddressOnError'`
99105
- Added config `'notifyByMailOnSuccess'`
100106
- Added localizations for error messages
@@ -105,7 +111,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
105111
## [2016-08-14]
106112

107113
### Changed
108-
- Updated last change date to current date - fix #38
114+
- Updated last change date to current date - fix [#38]
109115

110116
### Fixed
111117
- Adjusted method signatures to match parent in action/editcommit.php
@@ -123,7 +129,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
123129
- Use Markdown for the GitHub README.
124130
- Update plugin date and URL, added Carsten Teibes as author
125131
- Pull latest git php library (0.1.4)
126-
- Allow to set the path to the git binary - implements #8
132+
- Allow to set the path to the git binary - implements [#8]
127133
- Use relative path for Git.php and `$conf['tempdir']` for temp file.
128134
- Coding compliance change: move handle_periodic_pull down, together with other "handle"s.
129135

@@ -150,10 +156,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
150156
- This is just a dummy placeholder to make the parser of GHCICD/release-notes-from-changelog@v1 happy!
151157
-->
152158

153-
[Unreleased]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-02-06..HEAD
159+
[Unreleased]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-03-07..HEAD
160+
[2023-03-07]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-02-06..v2023-03-07
154161
[2022-02-06]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-01-20..v2022-02-06
155162
[2022-01-20]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2021-03-19..v2022-01-20
156163
[2021-03-19]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2016-08-14..v2021-03-19
157164
[2016-08-14]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2015-10-03..v2016-08-14
158165
[2015-10-03]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2012-10-31..v2015-10-03
159166
[2012-10-31]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases/tag/v2012-10-31
167+
[#82]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/82
168+
[#80]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/80
169+
[#79]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/79
170+
[#69]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/69
171+
[#67]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/67
172+
[#66]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/66
173+
[#63]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/63
174+
[#53]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/53
175+
[#39]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/39
176+
[#38]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/38
177+
[#8]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/8

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 2022-02-06
4+
date 2023-03-07
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)