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 f808c73 commit c250244Copy full SHA for c250244
CHANGELOG.md
@@ -20,6 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
### Fixed
21
### Removed --->
22
23
+## 0.19.1 - 2023-08-28
24
+### Changed
25
+- Now using Laravel Pint and Laravel preset for code style
26
+- Create multiple invoices from an order
27
+### Fixed
28
+- Typo on quote show view
29
+### Removed
30
+- Travis config
31
+- cs fixer config
32
+
33
## 0.19.0 - 2023-08-25
34
### Added
35
- Update command for updating database
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.19.0',
+ 'version' => '0.19.1',
17
18
];
0 commit comments