Skip to content

Commit 7354041

Browse files
committed
version 3.0.4
1 parent d3b5579 commit 7354041

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 3.0.4 - 2026-02-07
4+
5+
### Added
6+
- Add `commerce-xero/orders/send` console command.
7+
- Add debug logs for sending orders to Xero.
8+
- Add “Send to Xero” button when editing an order in the control panel.
9+
10+
### Changed
11+
- Update line item tax default value to be “Inclusive”.
12+
13+
### Fixed
14+
- Fix line item discounts and tax not being calculated correctly.
15+
- Fix a redirect error when connecting to a organisation in the control panel.
16+
- Fix an error when creating a new organisation.
17+
- Fix handling of tax items for orders.
18+
- Fix “Line Item Tax” and “Invoices Status” not saving correctly for organisation settings.
19+
- Fix non-GST tax not going through to Xero.
20+
- Fix `Order::getUser()` Commerce deprecation.
21+
322
## 3.0.3 - 2026-01-13
423

524
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/xero",
33
"description": "Send invoices to Xero including contacts, payments and even inventory updates.",
44
"type": "craft-plugin",
5-
"version": "3.0.3",
5+
"version": "3.0.4",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)