Skip to content

Commit 93da61d

Browse files
Merge pull request #2213 from sagarkumar-webkul/core_version_update
Core version update
2 parents 3391eb5 + 43f064c commit 93da61d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## **v2.1.2 (16 of May 2025)** - *Release*
2+
3+
* #2172[fixed] Cleaned up unnecessary label-value JSON from Email and Contact columns in export.
4+
5+
* #2171[fixed] Corrected the success message when adding a tag to a person in Contacts module.
6+
7+
* #2167[fixed] Aligned "Schedule From" and date inputs in the Workflow action UI.
8+
9+
* #2155[fixed] Resolved validation for required custom attributes when creating a Person.
10+
11+
* #1992[fixed] Removed duplicate "Stage" options when selecting "Lead" in workflow conditions.
12+
113
## **v2.1.1 (15 of May 2025)** - *Release*
214

315
* Fixed broken password change functionality

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.x-dev';
17+
const KRAYIN_VERSION = '2.1.2';
1818

1919
/**
2020
* Create a new instance.

0 commit comments

Comments
 (0)