Skip to content

Releases: multnomah-county-it/libilsws

v2.0.4

20 Nov 23:36
8b3b288

Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

09 Oct 17:39
7fd2025

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

28 Aug 17:31
ef7e64c

Choose a tag to compare

What's Changed

  • New internal validation rule for patron ID. New test/validate.php by @john-c-houser in #169

Full Changelog: v2.0.1...v2.0.2

v2.0.1

26 Aug 22:02
7b63280

Choose a tag to compare

What's Changed

Full Changelog: v2.0...v2.0.1

v2.0

24 Jul 20:45
233d5a8

Choose a tag to compare

  • All library code rewritten to meet PSR-12 coding standard.
    • Strict typing in all classes.
    • All variables and function names changed to camelCase.
    • Patron registration function options array variables changed to camelCase.
  • All test scripts rewritten to meet PSR-12 coding standard.
  • Test scripts now produce print_r output instead of JSON to display response arrays.
  • Composer updates.
  • README.md updated to show new function and variable names.
  • New test scripts.
  • Code comments added and updated.

WARNING: this release is not backwards compatible due to the variable and function name changes. However, there are no other changes to functionality, so most users will only need to update the LibILSWS function names they are calling in their code.

v1.4.4

30 May 22:35
a9f916f

Choose a tag to compare

  • Added support for patron customInformation. Functions to get, add, modify, and delete patron custom information.
  • Added more test scripts
  • Bug fixes

Full Changelog: v1.4.3...v1.4.4

v1.4.3

14 May 15:00
d7f5992

Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

13 May 15:04
93a93e2

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

31 Mar 15:43
93f2cb7

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

07 Mar 15:52
131bf2c

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0