Releases: seboettg/citeproc-php
Releases · seboettg/citeproc-php
2.1.5
2.1.4
2.1.3
2.1.2
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
2.0.3
2.0.2
2.0.1
- bugfix for issue 36.
- bugfix for issue 37.
- solves a problem of exceeded script runtime which sometimes occurs while running
composer update
. Now, the depended citation styles and locales are not longer composer dependencies but will be cloned by a shell script instead which simply will be triggered bycomposer update
.