Skip to content

Releases: nerun/dokuwiki-plugin-templater

Release 2024-05-19

19 May 14:17
dbaa014
Compare
Choose a tag to compare

Release 0.8.4 of 2023-12-14

15 Dec 01:38
Compare
Choose a tag to compare

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

07 Dec 12:17
Compare
Choose a tag to compare

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

17 Aug 16:09
Compare
Choose a tag to compare
  • Fixed deprecation warning. Removed:
require_once(DOKU_PLUGIN.'syntax.php');

Release 0.7 of 2023-06-17

17 Jun 13:19
3ea782d
Compare
Choose a tag to compare

Release 0.6.2 of 2023-05-23

23 May 14:09
Compare
Choose a tag to compare
  • 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

03 Jan 17:52
Compare
Choose a tag to compare
  • 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

27 Nov 17:56
Compare
Choose a tag to compare
  • Fixed doesn't show the heading when calling just a section
  • Complete rework of function _ getSection()

Release v0.5.2 of 2022-11-25a

25 Nov 17:40
Compare
Choose a tag to compare
  • 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

25 Nov 14:25
0837875
Compare
Choose a tag to compare
  • Internationalization: added lang/en and lang/pt-br
  • Bug fix for when {{template>page#section}} doesn't exist