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.
2 parents 0e0b2d3 + 2a5b775 commit 0f42f15Copy full SHA for 0f42f15
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## **v2.1.4 (16 of Sep 2025)** - *Release*
2
+
3
+* #2355[fixed] Improved database setup compatibility—now supports longer table prefixes during installation.
4
5
+* #2328[fixed] Enhanced IMAP integration to ensure all incoming emails are reliably received.
6
7
## **v2.1.3 (02 of Sep 2025)** - *Release*
8
9
* #2236[fixed] Save button now responsive when linking email to lead during lead creation.
packages/Webkul/Core/src/Core.php
@@ -14,7 +14,7 @@ class Core
14
*
15
* @var string
16
*/
17
- const KRAYIN_VERSION = '2.1.3';
+ const KRAYIN_VERSION = '2.1.4';
18
19
/**
20
* Create a new instance.
0 commit comments