File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020### Fixed
2121### Removed --->
2222
23+ ## 0.18.0 - 2023-06-02
24+ ### Added
25+ - Show product code on quote, order & invoice lines
26+ - Default sales account for xero integration
27+ - Purchase & sales account codes on products
28+ - Quote prefix setting
29+ - Order prefix setting
30+ - Indicate related invoice order
31+ - Indicate related quote on order
32+ - Split quote into multiple orders
33+ - Split order into multiple deliveries
34+ - Added checks on totals and indicted when errors
35+ ### Changed
36+ - Activate select2 when adding quote, order & invoice items
37+ - Improved PDF formatting
38+ ### Fixed
39+ - Copy reference to invoice created from order
40+ - Bug with deleting notes & related activity
41+ - Bug with issue & due dates on xero invoices
42+ - Fixed error when creating order without a quote
43+ - Don't show unordered list when zero notes, removes extra padding above tabs
44+
2345## 0.17.1 - 2023-04-23
2446### Added
2547- Date & time format setting
Original file line number Diff line number Diff line change 3434 "minimum-stability" : " dev" ,
3535 "prefer-stable" : true ,
3636 "require" : {
37- "php" : " ^7.3|^7.4|^ 8.0" ,
37+ "php" : " ^8.0" ,
3838 "barryvdh/laravel-dompdf" : " ^2.0" ,
3939 "cknow/laravel-money" : " ^4.0|^5.0|^6.0|^7.0" ,
4040 "dcblogdev/laravel-xero" : " 1.1.3" ,
Original file line number Diff line number Diff line change 1313 |
1414 */
1515
16- 'version ' => '0.17.1 ' ,
16+ 'version ' => '0.18.0 ' ,
1717
1818 ];
You can’t perform that action at this time.
0 commit comments