Skip to content

Commit 0f42f15

Browse files
Merge pull request #2366 from sagarkumar-webkul/2.1
Update CHANGELOG.md
2 parents 0e0b2d3 + 2a5b775 commit 0f42f15

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## **v2.1.3 (02 of Sep 2025)** - *Release*
28

39
* #2236[fixed] Save button now responsive when linking email to lead during lead creation.

packages/Webkul/Core/src/Core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Core
1414
*
1515
* @var string
1616
*/
17-
const KRAYIN_VERSION = '2.1.3';
17+
const KRAYIN_VERSION = '2.1.4';
1818

1919
/**
2020
* Create a new instance.

0 commit comments

Comments
 (0)