Releases: nerun/dokuwiki-plugin-templater
Releases · nerun/dokuwiki-plugin-templater
Release 2024-05-19
- removed function getInfo(), replaced by plugin.info.txt since 2009.
- removed version numbering (0.8.4 etc): date is better.
- Dealing with Conflicting Versions and Basenames.
Release 0.8.4 of 2023-12-14
2023-12-14 v0.8.4:
- Rollback: removed
#ifemp
, it's broken.
2023-12-09 v0.8.3:
- A better fix for "Uninitialized string offset".
Release 0.8.2 of 2023-12-07
2023-12-07 v0.8.2:
- Included Chinese (simplified) translation. (by 粗音未来, aka Miku).
2023-12-06 v0.8.1:
- Fixed "Uninitialized string offset" when user provides "parameter=" without value.
2023-12-05 v0.8:
- Fixed deprecation warning (PageResolver).
- Fixed undefined array keys and other minor errors.
- Implemented
#ifemp
delimiter to hide parameters not provided. (by Turq Whiteside)
Release 0.7.1 of 2023-08-17
- Fixed deprecation warning. Removed:
require_once(DOKU_PLUGIN.'syntax.php');
Release 0.7 of 2023-06-17
- Included Dutch translation (by G. Uitslag).
- Some modifications to facilitate the translation by DokuWiki Translation Tool.
Release 0.6.2 of 2023-05-23
- 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. (PR #2)
Release 0.6.1 of 2023-01-03
- 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. (PR #1)
Release v0.6 of 2022-11-27
- Fixed doesn't show the heading when calling just a section
- Complete rework of function _ getSection()
Release v0.5.2 of 2022-11-25a
- Better fix for
{{template>page#section}}
doesn't exist: added error message - Updated error messages to look better
- Updated english and brazilian portuguese translations
Release v0.5.1 of 2022-11-25
- Internationalization: added lang/en and lang/pt-br
- Bug fix for when
{{template>page#section}}
doesn't exist