Skip to content

Commit

Permalink
Version 0.8.2 (2023-12-07)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerun committed Dec 7, 2023
1 parent 3ff3678 commit 7b38b83
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

2023-12-07 v0.8.2:
* Translation update (zh) by [粗音未来](miku39@onsei.fans) (Miku).

2023-12-06 v0.8.1:
* Fixed "Uninitialized string offset" when user provides "parameter=" without value.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Plugin for [DokuWiki](https://www.dokuwiki.org), available at [plugin: templater
Maintainer : Daniel Dias Rodrigues
Author : Jonathan Arkell
Current Version : 0.8.1 (2023-12-06)
Current Version : 0.8.2 (2023-12-07)

Want to translate this plugin to your language? Go to [DokuWiki Localization](https://translate.dokuwiki.org/plugin/templater).
2 changes: 1 addition & 1 deletion plugin.info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
base templater
author Daniel Dias Rodrigues and Jonathan Arkell.
email danieldiasr@gmail.com
date 2023-12-06
date 2023-12-07
name Templater Plugin
desc Displays a wiki page (or a section thereof) within another, with user selectable replacements.
url https://www.dokuwiki.org/plugin:templater
4 changes: 2 additions & 2 deletions syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Ximin Luo <xl269@cam.ac.uk>
* jack126guy <halfgray7e@gmail.com>
* Turq Whiteside <turq@mage.city>
* @version 0.8.1 (2023-12-06)
* @version 0.8.2 (2023-12-07)
*/

use dokuwiki\File\PageResolver;
Expand All @@ -46,7 +46,7 @@ function getInfo() {
return array(
'author' => 'Daniel Dias Rodrigues',
'email' => 'danieldiasr@gmail.com',
'date' => '2023-12-06',
'date' => '2023-12-07',
'name' => 'Templater Plugin',
'desc' => 'Displays a wiki page (or a section thereof) within another, with user selectable replacements',
'url' => 'http://www.dokuwiki.org/plugin:templater',
Expand Down

0 comments on commit 7b38b83

Please sign in to comment.