@@ -20,6 +20,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020### Fixed
2121### Removed --->
2222
23+ ## 1.0.0 - 2024-03-09
24+ ### Added
25+ - Comments on invoice lines
26+ - Purchase orders
27+ - Purchase order Xero integration
28+ - Some statistics totals widgets on dashboard
29+ - Set default tax rate when creating products
30+ - Setting to disable adding products dynamically when creating quotes, orders, invoices
31+ - Added VAT / Sales Tax number
32+ - Added some extra fields to organisations
33+ - Email validate helper
34+ - Tax type on tax rates
35+ ### Changed
36+ - Updated form request validation on settings
37+ - Moved global view settings to view composer
38+ - Updated some setting variable names to avoid conflicts
39+ - Don't apply the teams scope when using Laravel Nova
40+ - Order search results on leads, orders & quotes by latest
41+ ### Fixed
42+ - Issue when query string too long when many filters added
43+ - Allow null tax name and rate on settings
44+ - But in multi-tenant mode when adding orders
45+ - Bug when adding invoice line items
46+ ### Removed
47+ - Duplicated notes tab removed
48+ - Auth checker package removed
49+
2350## 0.19.10 - 2023-09-25
2451### Added
2552- Phone, emails & address to settings and users
@@ -31,7 +58,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3158### Fixed
3259- Adding new organisation or person bug when creating invoice
3360- Produce code required to post products to Xero api
34- ### Removed
3561
3662## 0.19.9 - 2023-09-04
3763### Fixed
0 commit comments