xero_gateway v2.7.0 Release Notes

Release Date: 2019-03-26 // about 5 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.g report.rows.first[0] or report.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