All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- user configuration for setting cache on or off
- fix handle/renderer signature; missing
Doku_Handler, etc. attributes
1.1.2 - 2020-06-08
- removed pass-by-reference on
handleandrenderfunction calls; this is inline with changes to Dokuwiki starting with version "Hogfather" RC2
1.1.1 - 2019-10-10
- added missing LaTeX tilde characters (thanks rrfeup!)
1.1.0 - 2019-10-08
- extended sanitizer to include more 'tilda' characters
- updated dokuwiki meta file
1.0.0 - 2019-10-08
- changed version number and changelog format for project (the existing changelog details are potentially incomplete.
- reformated README
Versions beyond this point do not exist within the Git History!
0.1.1 - 2013-03-22
- minor bugfixes for
- added a new optional parameter "authors", which allows linking to websites of co-authors by creating an additional file/wiki page with "URL Author Name" entries
0.1.0 - 2013-03-12
- bib2tpl updated to v2 with additional modifications (see changelog in bib2tpl folder).
- Included simple (optional) TeX to utf8 sanitiser in syntax.php.
- Included Spanish (es) language file.
- "handle" function (syntax.php) parser code corrections. "only" option not correctly parsed when using a single condition. E.g. "only:a=b" would yield 'only' => 'a=b' instead of 'only' => ['a' => 'b'].
- Language option: set default from "translation" plugin (if installed & enabled) or global language configuration. "lang:xx" option is not needed now in most cases.
- Added/updated administrative files: COPYING, etc.