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 871024f commit a4e0e8eCopy full SHA for a4e0e8e
CHANGELOG.md
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
### Fixed
21
### Removed --->
22
23
+## 0.18.1 - 2023-06-04
24
+### Added
25
+- Laravel 10 support
26
+
27
## 0.18.0 - 2023-06-02
28
### Added
29
- Show product code on quote, order & invoice lines
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.18.0',
+ 'version' => '0.18.1',
17
18
];
0 commit comments