Skip to content

Commit b820c15

Browse files
committed
Version 1.1
1 parent d7b8b1e commit b820c15

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### Fixed
2121
### Removed --->
2222

23+
## 1.1.0 - 2023-06-17
24+
### Added
25+
- Support for Laravel 11
26+
- Product barcode
27+
- Create multiple purchase orders from an order
28+
- Show purchase orders tab on orders
29+
- Custom fields to various models
30+
- Download, show and send Xero invoices
31+
- Search invoices, deliveries & purchase orders
32+
- Email purchase orders
33+
- Delivery types
34+
### Changed
35+
- Product code renamed as SKU
36+
- Updates to custom fields
37+
- Updated purchase order PDF
38+
- Added setting for checking for global field scope
39+
- Updated totals, tax totals checks
40+
### Fixed
41+
- Edit/delete purchase orders
42+
### Removed
43+
2344
## 1.0.0 - 2024-03-09
2445
### Added
2546
- Comments on invoice lines

config/package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
|
1414
*/
1515

16-
'version' => '1.0.0',
16+
'version' => '1.1.0',
1717

1818
];

0 commit comments

Comments
 (0)