File tree 2 files changed +13
-1
lines changed 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
13
## ** v2.1.1 (15 of May 2025)** - * Release*
2
14
3
15
* Fixed broken password change functionality
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Core
14
14
*
15
15
* @var string
16
16
*/
17
- const KRAYIN_VERSION = '2.1.x-dev ' ;
17
+ const KRAYIN_VERSION = '2.1.2 ' ;
18
18
19
19
/**
20
20
* Create a new instance.
You can’t perform that action at this time.
0 commit comments