1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7## [Unreleased]
8
9## [1.1.3] - 2021-02-03
10### Added
11  * user configuration for setting cache on or off
12
13### Changed
14  * fix handle/renderer signature; missing `Doku_Handler`, etc. attributes
15
16## [1.1.2] - 2020-06-08
17### Changed
18  * removed pass-by-reference on `handle` and `render` function calls; this is inline
19    with changes to Dokuwiki starting with version "Hogfather" RC2
20
21## [1.1.1] - 2019-10-10
22### Fixed
23  * added missing LaTeX tilde characters (thanks rrfeup!)
24
25## [1.1.0] - 2019-10-08
26### Added
27  * extended sanitizer to include more 'tilda' characters
28
29### Changed
30  * updated dokuwiki meta file
31
32## [1.0.0] - 2019-10-08
33### Changed
34  * changed version number and changelog format for project (the existing changelog
35    details are potentially incomplete.
36  * reformated README
37
38_Versions beyond this point do not exist within the Git History!_
39
40## [0.1.1] - 2013-03-22
41### Added
42  * minor bugfixes for
43  * added a new optional parameter "authors", which allows linking to websites of
44    co-authors by creating an additional file/wiki page with "URL Author Name"
45    entries
46
47## [0.1.0] - 2013-03-12
48### Added
49  * bib2tpl updated to v2 with additional modifications (see changelog in
50    bib2tpl folder).
51  * Included simple (optional) TeX to utf8 sanitiser in syntax.php.
52  * Included Spanish (es) language file.
53  * "handle" function (syntax.php) parser code corrections. "only" option
54    not correctly parsed when using a single condition. E.g. "only:a=b" would
55    yield 'only' => 'a=b' instead of 'only' => ['a' => 'b'].
56  * Language option: set default from "translation" plugin (if installed &
57    enabled) or global language configuration. "lang:xx" option is not needed
58    now in most cases.
59  * Added/updated administrative files: COPYING, etc.
60
61[Unreleased]: https://github.com/SacBase/publistf/compare/1.1.2...HEAD
62[1.1.2]: https://github.com/SacBase/publistf/compare/1.1.1..1.1.2
63[1.1.1]: https://github.com/SacBase/publistf/compare/1.1.0..1.1.1
64[1.1.0]: https://github.com/SacBase/publistf/compare/1.0.0..1.1.0
65[1.0.0]: https://github.com/SacBase/publistf/releases/tag/1.0.0
66[0.1.1]: #
67[0.1.0]: #
68