Skip to content

Latest commit

 

History

History
184 lines (94 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

184 lines (94 loc) · 1.92 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

3.0.0 - 2020-01-27

Added

  • Nothing.

Changed

  • Updated Zend dependencies to use Laminas equivalents.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.4.1 - 2019-09-13

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Bug: each batch of IDs in log file was missing trailing line break.

2.4.0 - 2018-05-23

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • PHP 5 support.

Fixed

  • Nothing.

2.3.0 - 2017-04-06

Added

  • New globalSearch / globalReplace parameters.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • PHP 5.4/5.5 support.

Fixed

  • Bug: xmlns namespace attributes injected incorrectly.

2.2.0 - 2016-12-16

Added

  • New sanitizeRegex setting to optionally allow override of default XML sanitization regular expression.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Bug: authentication credentials cleared between requests.

2.1.0 - 2016-07-14

Added

  • Better support for SSL certificate configuration

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.0.0 - 2016-07-13

Added

  • Expanded command-line functionality.
  • Documentation.
  • More complete test suite.

Changed

  • Complete rewrite of code for better separation of concerns.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.1.0 - 2016-06-14

Added

  • Simple stand-alone console interface

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.0.0 - 2016-06-08

Initial extraction of library code from the VuFind project