We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e2ce3 commit e9208f4Copy full SHA for e9208f4
CHANGELOG.md
@@ -20,6 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
### Fixed
21
### Removed --->
22
23
+## 0.19.3 - 2023-08-28
24
+### Added
25
+- Show quote orders
26
+- Show order invoices
27
+- Show order deliveries
28
+### Changed
29
+- Update command for order related deliveries
30
+
31
## 0.19.2 - 2023-08-28
32
33
- Version 0.19.1 database update check
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.19.2',
+ 'version' => '0.19.3',
17
18
];
0 commit comments