Skip to content

Commit 7b0ae75

Browse files
committed
Version 0.16.0
1 parent 723d863 commit 7b0ae75

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Documents
1010
- Calendar
1111
- Custom Fields
12-
- Activity Feed / Timelines
1312
- CSV Import / Export
1413
- SMS
1514
- Payments
@@ -21,6 +20,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2120
### Fixed
2221
### Removed --->
2322

23+
## 0.16.0 - 2023-03-12
24+
### Added
25+
- Menu icons
26+
- User model relations trait
27+
- Client model
28+
- Invoice generation in xero integration
29+
- Billing & shipping addresses on orders
30+
- Shipping address on Deliveries
31+
### Changed
32+
- No text wrapping on responsive tables
33+
- Quote items now using Select2
34+
- Order items now using Select2
35+
- Invoice lines now using Select2
36+
- Improved layout for quote items, order items & invoice lines
37+
### Fixed
38+
- Typo in delivery products migration
39+
- Bug when retrieving related contacts by type
40+
- Bug with decimal missing from product pricing in xero integration
41+
- Layout issues fixed on smaller screens
42+
2443
## 0.15.0 - 2023-02-24
2544
### Added
2645
- Usage request logging

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The free CRM you have been looking for, this package will add CRM functionality
2727
- Send quotes with accept/reject functionality
2828
- Orders & Invoicing
2929
- Deliveries
30+
- Client management
3031
- Contact database management
3132
- Products & Product Categories
3233
- Notes & Tasks

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.15.0',
16+
'version' => '0.16.0',
1717

1818
];

0 commit comments

Comments
 (0)