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 9f32d3f commit 5be7081Copy full SHA for 5be7081
CHANGELOG.md
@@ -18,9 +18,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
### Fixed
19
### Removed --->
20
21
+## 1.3.4 - 2025-0609
22
+### Fixed
23
+- Fixed bug when uploading files
24
+- Fixed bug when deleting acitivity and the component not refreshing
25
+
26
27
## 1.3.3 - 2025-05-24
28
-- Fixed ug when adding new emails, phone numbers and addresses and setting as primary
29
+- Fixed bug when adding new emails, phone numbers and addresses and setting as primary
30
31
## 1.3.2 - 2025-05-06
32
### Added
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '1.3.3',
+ 'version' => '1.3.4',
17
];
0 commit comments