File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
### Fixed
21
21
### Removed --->
22
22
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
+
23
44
## 1.0.0 - 2024-03-09
24
45
### Added
25
46
- Comments on invoice lines
Original file line number Diff line number Diff line change 13
13
|
14
14
*/
15
15
16
- 'version ' => '1.0 .0 ' ,
16
+ 'version ' => '1.1 .0 ' ,
17
17
18
18
];
You can’t perform that action at this time.
0 commit comments