Skip to content

Releases: scriptotek/php-marc

Version 3.0.0

Choose a tag to compare

@danmichaelo danmichaelo released this 27 Feb 22:46
057ab6d

See CHANGELOG.md for changes.

Version 2.2.0

Choose a tag to compare

@danmichaelo danmichaelo released this 16 Sep 19:15
v2.2.0
ebd60ce

See CHANGELOG.md for changes.

Version 2.1.1

Choose a tag to compare

@danmichaelo danmichaelo released this 16 Sep 19:15
v2.1.1
6346e81

See CHANGELOG.md for changes.

Version 2.1.0

Choose a tag to compare

@danmichaelo danmichaelo released this 16 Sep 19:15
v2.1.0
70d45e3

See CHANGELOG.md for changes.

Version 2.0.2

Choose a tag to compare

@danmichaelo danmichaelo released this 13 Nov 23:14
74652a3

See CHANGELOG.md for changes.

Version 2.0.1

Choose a tag to compare

@danmichaelo danmichaelo released this 13 Nov 23:14
v2.0.1
558b268

See CHANGELOG.md for changes.

Version 2.0.0

Choose a tag to compare

@danmichaelo danmichaelo released this 23 Oct 10:17
v2.0.0
9b0f0e8

See CHANGELOG.md for changes

Version 1.0.1

Choose a tag to compare

@danmichaelo danmichaelo released this 04 Dec 10:58
v1.0.1
84e9b0c
  • fix(84e9b0c): Fix QueryResult::count()

Version 1.0.0

Choose a tag to compare

@danmichaelo danmichaelo released this 02 Jul 13:00
v1.0.0
  • Removed support for PHP 5.5, now requires PHP 5.6 or 7.x

Version 0.3.2

Choose a tag to compare

@danmichaelo danmichaelo released this 14 Jan 23:53
  • 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).