Skip to content

Latest commit

 

History

History
117 lines (74 loc) · 6.2 KB

CHANGELOG.md

File metadata and controls

117 lines (74 loc) · 6.2 KB

CHANGELOG

2.2.5 2020-12-06

  • Bugfix for 94: Missing space between date parts, when date parts have no affixes

2.2.4 2020-11-22

  • Bugfix for 95: Missing space between authors and chapter

2.2.3 2020-10-18

  • Bugfix for an error that occurred when accessing a missing plural form for a label.

2.2.2 2020-09-26

  • Bugfix for 92
  • Bugfix for 93

2.2.1 2020-09-12

  • Bugfix for issue 82
  • Bugfix for 84
  • Merged PR 86
  • Bugfix for 89

2.2.0 2020-04-04

  • Compatibility for PHP 7.2, 7.3 and 7.4. This solves the issues 76, 78, 80 and 81.
  • Merged Pull Requests 75 and 79

Thanks to @kchoong and @westcomputerconsultancy.

2.1.9 2019-11-04

  • bugfix for issue 68
  • bugfix for issue 69
  • bugfix for issue 70
  • feature/enhancement for issue 71
  • refactoring of the code parts for rendering date ranges
  • redesign/refactoring of constraints (condition handling for choose elements)

2.1.8 - 2019-09-13

  • bugfix of PR 66
  • bugfix for displaced delimiters that appear when in the name list more than one empty entry exists.

2.1.7 - 2019-03-24

  • bugfix of PR 64 Call to a member function getRangeDelimiter() on null
  • bugfix of PR 63 Don't show "et-al" text for citation witch don't reach et-al number

2.1.6 - 2018-10-13

2.1.5 - 2018-09-23

2.1.4 - 2018-07-30

  • 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 - 2018-06-15

  • bugfix for issue 50: In some cases punctuation in quote did not work.

2.1.2 - 2018-04-18

  • bugfix for issue 49: Stylesheets that used the text-case="title" option, in combination with some in Slavic (or Serbo-Croatian) language, caused errors that destroyed the entire output. This was caused by the capitalization of non-letter characters.

2.1.1 - 2018-02-08

  • 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 - 2017-11-23

  • 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 - 2017-11-15

  • bugfix for issue 46: initialize names didn't work for cyrillic characters

2.0.3 - 2017-11-11

  • 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 - 2017-10-04

  • 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
  • citeproc-php uses now version 1.2 of seboettg/collection

2.0.1 - 2017-05-23

  • 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 triggered from composer update.

2.0.0 - 2017-05-11

  • 1st stable release
  • fix issues that causing if styles using uncertain dates
  • add info node parser and getInfo() method in Context class. Thus, it's now possible to get meta data of given stylesheet
  • fix issues in et-al abbreviation which was appearing in citation

2.0.0-beta 2017-05-01

  • beta release
  • all features of milestone "Version 2.0" have been implemented