@@ -61,6 +61,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
61
61
62
62
## [ Unreleased]
63
63
64
+ ### Changed
65
+ - TBD
66
+
67
+
68
+ ## [ 2025-02-26]
69
+
70
+ ### Added
71
+ - Add config ` 'updateIndexOnPull' ` - PR [ #93 ] , [ #94 ]
72
+
64
73
### Changed
65
74
- Avoid using $_ ENV in ` lib/Git.php#run_command ` - PR [ #91 ]
66
75
- ensuring more controlled and secure handling of environment variables
@@ -164,7 +173,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
164
173
- This is just a dummy placeholder to make the parser of GHCICD/release-notes-from-changelog@v1 happy!
165
174
-->
166
175
167
- [ Unreleased ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-05-07..HEAD
176
+ [ Unreleased ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2025-02-26..HEAD
177
+ [ 2025-02-26 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-05-07..v2025-02-26
168
178
[ 2023-05-07 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-03-07..v2023-05-07
169
179
[ 2023-03-07 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-02-06..v2023-03-07
170
180
[ 2022-02-06 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-01-20..v2022-02-06
@@ -173,6 +183,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
173
183
[ 2016-08-14 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2015-10-03..v2016-08-14
174
184
[ 2015-10-03 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2012-10-31..v2015-10-03
175
185
[ 2012-10-31 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases/tag/v2012-10-31
186
+ [ #94 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/pull/94
187
+ [ #93 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/pull/93
176
188
[ #91 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/pull/91
177
189
[ #86 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/86
178
190
[ #82 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/82
0 commit comments