@@ -61,6 +61,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6161
6262## [ Unreleased]
6363
64+ ### Changed
65+ - TBD
66+
67+
68+ ## [ 2025-02-26]
69+
70+ ### Added
71+ - Add config ` 'updateIndexOnPull' ` - PR [ #93 ] , [ #94 ]
72+
6473### Changed
6574- Avoid using $_ ENV in ` lib/Git.php#run_command ` - PR [ #91 ]
6675 - ensuring more controlled and secure handling of environment variables
@@ -164,7 +173,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
164173- This is just a dummy placeholder to make the parser of GHCICD/release-notes-from-changelog@v1 happy!
165174-->
166175
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
168178[ 2023-05-07 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2023-03-07..v2023-05-07
169179[ 2023-03-07 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-02-06..v2023-03-07
170180[ 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/).
173183[ 2016-08-14 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2015-10-03..v2016-08-14
174184[ 2015-10-03 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2012-10-31..v2015-10-03
175185[ 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
176188[ #91 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/pull/91
177189[ #86 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/86
178190[ #82 ] : https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/82
0 commit comments