Skip to content

Commit 1212a63

Browse files
committed
Version 1
1 parent eb1859e commit 1212a63

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The free Laravel CRM you have been looking for, this package will add CRM functi
2323
- Quote builder
2424
- Send quotes with accept/reject functionality
2525
- Orders & Invoicing
26+
- Purchase orders
2627
- Deliveries
2728
- Customer management
2829
- Contact database management

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' => '0.19.10',
16+
'version' => '1.0.0',
1717

1818
];

0 commit comments

Comments
 (0)