Releases: calcinai/xero-php
Releases · calcinai/xero-php
v2.4.1
What's Changed
- Update Readme with extra scope information by @Good4zb in #831
- Add the reference date to the model properties and the getMethod by @lionslair in #830
- document custom connections by @Josh-G in #834
- Additional get/set methods for TrackingCategory and Payment. by @hillsinfoodle in #837
New Contributors
- @Good4zb made their first contribution in #831
- @lionslair made their first contribution in #830
- @hillsinfoodle made their first contribution in #837
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- Fix reference in deprecation tag for LineItem tax types by @NickMolloy in #819
- Fix return types by @NickMolloy in #820
- Rename reserved empty() to isEmpty() by @davidwindell in #821
- Added termination-reason property to employee modal by @victormacko in #823
New Contributors
- @victormacko made their first contribution in #823
Full Changelog: v2.3.0...v2.4.0
Payroll support
Also includes misc big fixes and model updates
Model updates
Specifically #782
Even more new models!
Merge pull request #773 from gurucomkz/gurucomkz-patch-issue-772 fix: Declared Payments as pageable
New Models
Merge pull request #767 from Healyhatman/AU-tracking-cat-settings Fix for Tracking Category in settings
Patch to fix PHP5.5 compatibility
v2.2.1 Fix PHP5.5 compat
Maintenance Release
- Lower PHP requirement to allow use on AppEngine Standard
- Throw missing exceptions on Forbidden responses
- Create common LineItem class and deprecate child instance.
Many wonderful improvements
- Collection fixes
- Fixed TrackingOptions (again)
- Now throws exceptions on all non-200 codes
- RateLimitExceededException for OAuth2 apps
- Also match GUIDs without dot notation
Thanks to all the contributors of this release
Use v1.0 of oauth2-xero provider
Merge pull request #721 from calcinai/calcinai-patch-1 Use version 1.0 of oauth2-xero