Skip to content

Commit

Permalink
Version 0.6.1 of 2023-01-03
Browse files Browse the repository at this point in the history
  • Loading branch information
nerun committed Jan 3, 2023
1 parent 03ea5ed commit 7c1f2a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# CHANGELOG
2023-01-03 v0.6.1
* By trimming off quotation marks after the whitespace trim, we allow users to wrap their strings in quotation marks in order to keep any intentional leading or trailing whitespace - useful for bulleted lists, code blocks etc.

2022-11-27 v0.6
* Fixed doesn't show the heading when calling just a section
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Plugin for [DokuWiki](https://www.dokuwiki.org), available at [plugin: templater
Author : Jonathan Arkell
Updater : Daniel Dias Rodrigues
Current Version : 0.6 (2022-11-27)
Current Version : 0.6.1 (2023-01-03)
2 changes: 1 addition & 1 deletion templater/plugin.info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
base templater
author Jonathan Arkell (updated by Daniel Dias Rodrigues)
email jonnay@jonnay.net
date 2022-11-27
date 2023-01-03
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 templater/syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* with bugfix from Ximin Luo <xl269@cam.ac.uk>
* Daniel Dias Rodrigues (aka Nerun) <danieldiasr@gmail.com>
* with one bugfix from jack126guy <halfgray7e@gmail.com>
* @version 0.6 (2022-11-27)
* @version 0.6.1 (2023-01-03)
*/

define('BEGIN_REPLACE_DELIMITER', '@');
Expand All @@ -44,7 +44,7 @@ function getInfo() {
return array(
'author' => 'Jonathan Arkell (updated by Daniel Dias Rodrigues)',
'email' => 'jonnay@jonnay.net',
'date' => '2022-11-27',
'date' => '2023-01-03',
'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 7c1f2a0

Please sign in to comment.