Releases: calcinai/xero-php
Releases · calcinai/xero-php
Minor bugfixes
v1.8.2 Remove version from readme
Catchup Collection methods from last release
v1.8.1 Formatting and addition of last() method
Minor compatibility updates
There is a slight API change that shouldn't affect any users, but bumping the minor just in case.
Bigfixes and Model Updates
This release contains several small bug fixes and updates to Payroll models.
PHP 7.2 Compatibility
This release renames the Object
class to Model
, but should maintain backward compatibility.
Maintenance Release
Merge pull request #327 from sparkdevio/master Don't make ReportTaxType mandatory
Maintenance Release
Merge pull request #280 from timacdonald/move-client-oauth-url-logic Moved authorize url query string logic to Client
Model updates, updated tests and much more.
This release contains a lot of updates, some not completely BC, although in the minor cases where it isn't, it is fixing otherwise broken code.
- Fixed Journal Line Tracking Category selecting - #231
- Fixed incorrect example of loadByGUID in README
- URL-encode filenames for attachments
- Model property updates
- Added BankStatement Report model
- Added ability to add arbitrary parameters to send to the API
- Drop the assumption that microtime() has a decimal in noonce
- Workarounds for objects that nest themselves an extra level deep
- Made handling for TrackingCategory parsing more robust
- Added methods to get and set config options
- Added ability to get the online invoice url - #246
- Allow FQN in model refs
->saveAll()
now gets the API stem for the resource being saved- Updated Xero docs link for pagination
- Only validate missing fields for non-xero elements
Maintenance Release
- Updates models
- Return Response object from save and delete shorthand methods
- Fix return value in doc blocks
- Added IncludeOnline functionality
- Removes entrust ssl certificates
- Removes config defaults from Partner App
- Save multiple Units on timesheets, use correct api
- Reset keys as error handling relies on them being sequential
- Adds includeArchived() to query
- General code cleanup