xero_gateway v2.7.0 Release Notes
Release Date: 2019-03-26 // almost 6 years ago-
๐ Features/Improvements
- โ Add BrandingTheme setting to Contact records
- Add ability to request list of invoice_ids in get_invoices call (@jumzijie)
- ๐ Fix deprecation warnings for BigDecimal use
Previous changes from v2.6.0
-
๐ Deprecations
- ๐ Accessing report rows via #column_1 etc will be deprecated,
please use the column title (e.g
report.rows.first.account
) or an array/hash-style accessor (e.greport.rows.first[0]
orreport.rows.first["Account"]
๐ Features/Improvements
- Ability to grab Payroll API Pay Runs and Payroll Calendars (thanks @lordmortis)
- โ Add support for page param when fetching bank transactions
- Populate Invoice#fully_paid_on from FullyPaidOnDate
- โ Adds the ability to get attributes for Report Cells
- โ Added the ability to get the section name for a Row by calling #section_name on the Row
- โ Add ContactPerson to Contact XML
- โ Add DiscountRate to line items
๐ Bug Fixes
- ๐ Fixed a bug where we weren't including all Sections in the report object
- ๐ Accessing report rows via #column_1 etc will be deprecated,
please use the column title (e.g