Skip to content

Releases: seboettg/citeproc-php

2.1.5

23 Sep 17:27
Compare
Choose a tag to compare

2.1.4

30 Jul 18:25
Compare
Choose a tag to compare
  • 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

15 Jun 06:55
Compare
Choose a tag to compare
  • bugfix for issue 50: In some cases punctuation in quote did not work.

2.1.2

18 Apr 06:22
Compare
Choose a tag to compare
  • 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

08 Feb 15:43
Compare
Choose a tag to compare
  • 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

23 Nov 16:22
Compare
Choose a tag to compare
  • 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

15 Nov 13:28
Compare
Choose a tag to compare
  • bugfix for issue 46: initialize names didn't work for cyrillic characters

2.0.3

11 Nov 09:49
Compare
Choose a tag to compare
  • 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

04 Oct 21:40
Compare
Choose a tag to compare
  • 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

2.0.1

23 May 16:48
Compare
Choose a tag to compare
  • 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 by composer update.