1# CHANGELOG
2
32023-12-14 v0.8.4:
4* Rollback: removed `#ifemp`.
5
62023-12-09 v0.8.3:
7* A better fix for "Uninitialized string offset".
8
92023-12-07 v0.8.2:
10* Included Chinese (simplified) translation. (by [粗音未来](miku39@onsei.fans), aka "Miku").
11
122023-12-06 v0.8.1:
13* Fixed "Uninitialized string offset" when user provides "parameter=" without value.
14
152023-12-05 v0.8:
16* Fixed deprecation warning (PageResolver).
17* Fixed undefined array keys and other minor errors.
18* Implemented `#ifemp` delimiter to hide parameters not provided. (by [Turq Whiteside](https://github.com/TurqW))
19
202023-08-17 v0.7.1
21* Fixed deprecation warning (`require_once(DOKU_PLUGIN.'syntax.php')`).
22
232023-06-17 v0.7
24* Included Dutch translation. (by [Gerrit Uitslag](https://github.com/Klap-in), aka "Klap-in")
25* Some modifications to facilitate the translation by DokuWiki Translation Tool.
26
272023-05-23 v0.6.2
28* Previous changes didn't allow the actual displayed string to start or end with quotation marks. This fixes that by allowing such strings to be ""double quoted"" and only removing the outermost quotes. (by [Turq Whiteside](https://github.com/TurqW))
29
302023-01-03 v0.6.1
31* 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. (by [Turq Whiteside](https://github.com/TurqW))
32
332022-11-27 v0.6
34* Fixed doesn't show the heading when calling just a section.
35* Complete rework of function _ _getSection()_.
36
372022-11-25a v0.5.2
38* Better fix for `{{template>page#section}}` doesn't exist with error message.
39* Updated error messages to look better.
40* Updated english and brazilian portuguese translations.
41
422022-11-25 v0.5.1
43* Internationalization: added lang/en and lang/pt-br.
44* Bug fix for when `{{template>page#section}}` doesn't exist.
45
462022-11-24 v0.5
47* Fixed some warnings.
48* Doesn't show the heading when calling just a section of a template `{{template>page#section}}`.
49
502022-11-21 v0.4
51* Updated v0.3.1 to work with DokuWiki 2022-07-31 "Igor":
52  * Updated functions _handle_ (line 91) and _render_ (line 117).
53  * Fixed _array_search()_ warning at line 152. (by [Jack126Guy](https://github.com/jack126guy))
54  * Fixed PHP 7+ error (line 171).
55  * Fixed PHP curly braces (line 229).
56* This is Daniel Dias Rodrigues' first update.
57
582009-03-21 v0.3.1
59* Vincent de Lau's update:
60  * Added escaping `|` as `\|`.
61  * Trimming keys and variables.
62  * Allowing multiple instances of a template and default values (default default = '').
63
642005-10-26 v0.2
65* Changed the substitution delimiters from `{ }` to `@`.
66* Perform substitution on parsing rather then on output.
67* When the template does not exist show a link to create the template.
68
692005-10-25 v0.1
70* First Version.
71