Releases: multnomah-county-it/libilsws
Releases · multnomah-county-it/libilsws
v2.0.4
What's Changed
- Accommodate 7-digit patron keys, composer updates, tweaks by @john-c-houser in #172
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Fix error in getPatronAttributes by @john-c-houser in #170
- Added validate function to README.md since it is now public by @john-c-houser in #171
Full Changelog: v2.0.2...v2.0.3
v2.0.2
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
What's Changed
- Fix validation rule for Patron IDs to allow shorter by @john-c-houser in #168
Full Changelog: v2.0...v2.0.1
v2.0
- 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
- 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
What's Changed
- Call number field validation and display by @john-c-houser in #161
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Composer updates by @john-c-houser in #159
- New test script by @john-c-houser in #160
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Composer updates by @john-c-houser in #157
- Composer updates by @john-c-houser in #158
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Handle API exceptions differently for CLI and web by @john-c-houser in #156
Full Changelog: v1.3.1...v1.4.0