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 c43074c commit caad7d3Copy full SHA for caad7d3
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.7 - 2023-09-01
24
+### Changed
25
+- Switched cs from laravel to prs12
26
+### Fixed
27
+- Related contacts bug when deleting peron or organisation
28
+- Bug when allowing null value on custom field
29
+- Fixed bug by disabling create new labels when adding leads, contacts, etc
30
+
31
## 0.19.6 - 2023-08-29
32
33
- Error when sending quotes and missing organization name setting
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.19.6',
+ 'version' => '0.19.7',
17
18
];
0 commit comments