Skip to content

Releases: scriptotek/php-marc

Version 3.0.0

27 Feb 22:46
057ab6d
Compare
Choose a tag to compare

See CHANGELOG.md for changes.

Version 2.2.0

16 Sep 19:15
v2.2.0
ebd60ce
Compare
Choose a tag to compare

See CHANGELOG.md for changes.

Version 2.1.1

16 Sep 19:15
v2.1.1
6346e81
Compare
Choose a tag to compare

See CHANGELOG.md for changes.

Version 2.1.0

16 Sep 19:15
v2.1.0
70d45e3
Compare
Choose a tag to compare

See CHANGELOG.md for changes.

Version 2.0.2

13 Nov 23:14
74652a3
Compare
Choose a tag to compare

See CHANGELOG.md for changes.

Version 2.0.1

13 Nov 23:14
v2.0.1
558b268
Compare
Choose a tag to compare

See CHANGELOG.md for changes.

Version 2.0.0

23 Oct 10:17
v2.0.0
9b0f0e8
Compare
Choose a tag to compare

See CHANGELOG.md for changes

Version 1.0.1

04 Dec 10:58
v1.0.1
84e9b0c
Compare
Choose a tag to compare
  • fix(84e9b0c): Fix QueryResult::count()

Version 1.0.0

02 Jul 13:00
v1.0.0
Compare
Choose a tag to compare
  • Removed support for PHP 5.5, now requires PHP 5.6 or 7.x

Version 0.3.2

14 Jan 23:53
Compare
Choose a tag to compare
  • Added JsonSerializable implementations to the Field classes to make them behave better when passed through json_encode().
  • Improved code quality
  • Officially removed PHP 5.4 support
  • Re-licensed as MIT (But since the dependency File_MARC is licensed under LGPL-2.1, the library cannot be used without complying with LGPL-2.1).