From 28614c6b365afa9188898c6c9d0d31b4ac1444a8 Mon Sep 17 00:00:00 2001 From: suraj kashyap Date: Fri, 6 Sep 2024 12:32:13 +0530 Subject: [PATCH 1/2] Update changelog. --- CHANGELOG.md | 38 +++++++++++++++++++++++++++---- packages/Webkul/Core/src/Core.php | 2 +- 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deb655a99..7e265cc01 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,32 @@ -# **v2.0.0 (30th of August 2024)** - *Release* +## **v2.1.0 (6th of September 2024)** - *Release* + +* #1583[enhancement] Workflow create and edit page ui enhancement. + +* #1580[enhancement] Donut chart, ui enhancement. + +* #1570[enhancement] Kanban Leads add empty placeholder. + +* #1575[enhancement] sidebar menu width. + +* #1584[fixed] User is not being saved when status is not active. + +* #1582[fixed] Remove unused links of font family. + +* #1581[fixed] Product Inventories Migration have be updated. + +* #1576[fixed] Database Table prefix does not working while installation from CLI and GUI. + +* #1574[fixed] Inline component ui issues. + +* #1573[fixed] Add missing mail inbound parse route. + +* #1572[fixed] Fix modal ui issues. + +* #1571[fixed] Fixed lookup component. + +* #1560[fixed] Add description to leads view + +## **v2.0.0 (30th of August 2024)** - *Release* * #1492[feature] Mega Search. @@ -114,9 +142,9 @@ * #1405[fixed] Status Color is missing for Inactive. -* #1406[fixed] Blank Page and consle error is appearing when we click on Tags Section in Settings. +* #1406[fixed] Blank Page and console error is appearing when we click on Tags Section in Settings. -* #1411[fixed] Unappropriate Warning Message is appearing when we send a mail In Leads. +* #1411[fixed] Unappropriated Warning Message is appearing when we send a mail In Leads. * #1418[fixed] Mail Section Checkbox's are missing @@ -134,8 +162,8 @@ * #1438[fixed] Favicon Icon for Krayin must be available. -* #1445[fixed] Getting Exceptional Error when we click on the Product Number in Warehouse Datagrid. +* #1445[fixed] Getting Exceptional Error when we click on the Product Number in Warehouse DataGrid. -* #1450[fixed] After fresh Installtion when we click on the link it is not redirected to Admin login page. +* #1450[fixed] After fresh installation when we click on the link it is not redirected to Admin login page. * #1459[fixed] Getting Exceptional error when creating a Contact Person and then we fill the required field and then click save button we can see exceptional error. diff --git a/packages/Webkul/Core/src/Core.php b/packages/Webkul/Core/src/Core.php index 4c679515c..a782bc0a4 100644 --- a/packages/Webkul/Core/src/Core.php +++ b/packages/Webkul/Core/src/Core.php @@ -14,7 +14,7 @@ class Core * * @var string */ - const KRAYIN_VERSION = '2.0.0'; + const KRAYIN_VERSION = '2.1.0'; /** * Create a new instance. From 1dbbc57e48cfcc69762bf6621362dadf7abd6144 Mon Sep 17 00:00:00 2001 From: suraj kashyap Date: Fri, 6 Sep 2024 12:44:50 +0530 Subject: [PATCH 2/2] Update release version. --- CHANGELOG.md | 2 +- packages/Webkul/Core/src/Core.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e265cc01..211180757 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## **v2.1.0 (6th of September 2024)** - *Release* +## **v2.0.1 (6th of September 2024)** - *Release* * #1583[enhancement] Workflow create and edit page ui enhancement. diff --git a/packages/Webkul/Core/src/Core.php b/packages/Webkul/Core/src/Core.php index a782bc0a4..0e4c952c7 100644 --- a/packages/Webkul/Core/src/Core.php +++ b/packages/Webkul/Core/src/Core.php @@ -14,7 +14,7 @@ class Core * * @var string */ - const KRAYIN_VERSION = '2.1.0'; + const KRAYIN_VERSION = '2.0.1'; /** * Create a new instance.