Releases: seboettg/citeproc-php
Releases · seboettg/citeproc-php
2.1.4
- bugfix of PR 52: Fix locale overrides using inactive language
- bugfix of PR 53: Guard against unset variable
- improvement of PR 54: Add loading of primary dialect
Thanks to @jonathonwalz for these Pull Requests.
2.1.3
- bugfix for issue 50: In some cases punctuation in quote did not work.
2.1.2
- bugfix for issue 49: Stylesheets that used the
text-case="title"
option, in combination with some metadata in slavic language, caused errors that destroyed the entire output. This was caused by the capitalization of non-letter characters.
2.1.1
- Support for render variables that are using "-short" suffixes, if Text tags have a "form" attribute which is set to "short":
<text form="short" .../>
. This is used e.g. for abbreviated journal title (container-title-short) and occurred a wrong output in different styles (for example AMA American Medical Association) in previous citeproc-php versions. Have a look at issue #47.
2.1.0
- possibility to filter specific citations independently from CSL input data (inspired by @CarlosCraviotto PR #39). Have a look here.
- possibility to use custom Lambda functions to enrich bibliographies and citations with additional HTML markup. Have a look here.
2.0.4
- bugfix for issue 46: initialize names didn't work for cyrillic characters
2.0.3
- bugfix for issue #44: Missing title with chicago-fullnote-bibliography. The problem occurred because of an incorrect implementation of the "none-condition" in ChooseIf.
- bugfix for an issue that appears sometimes in connection with date-parts.
2.0.2
- bugfix for issue #41: fixed missing suppression of substituted values
- bugfix for issue #42: citeproc-php caused a fatal error if php 5.6 was used
- dependency seboettg/collection updated to version 1.2