Skip to content

Commit 68e5831

Browse files
Merge pull request #1585 from suraj-webkul/update-changelog
Update changelog.
2 parents 30d22ed + 1dbbc57 commit 68e5831

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed

CHANGELOG.md

+33-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
# **v2.0.0 (30th of August 2024)** - *Release*
1+
## **v2.0.1 (6th of September 2024)** - *Release*
2+
3+
* #1583[enhancement] Workflow create and edit page ui enhancement.
4+
5+
* #1580[enhancement] Donut chart, ui enhancement.
6+
7+
* #1570[enhancement] Kanban Leads add empty placeholder.
8+
9+
* #1575[enhancement] sidebar menu width.
10+
11+
* #1584[fixed] User is not being saved when status is not active.
12+
13+
* #1582[fixed] Remove unused links of font family.
14+
15+
* #1581[fixed] Product Inventories Migration have be updated.
16+
17+
* #1576[fixed] Database Table prefix does not working while installation from CLI and GUI.
18+
19+
* #1574[fixed] Inline component ui issues.
20+
21+
* #1573[fixed] Add missing mail inbound parse route.
22+
23+
* #1572[fixed] Fix modal ui issues.
24+
25+
* #1571[fixed] Fixed lookup component.
26+
27+
* #1560[fixed] Add description to leads view
28+
29+
## **v2.0.0 (30th of August 2024)** - *Release*
230

331
* #1492[feature] Mega Search.
432

@@ -114,9 +142,9 @@
114142

115143
* #1405[fixed] Status Color is missing for Inactive.
116144

117-
* #1406[fixed] Blank Page and consle error is appearing when we click on Tags Section in Settings.
145+
* #1406[fixed] Blank Page and console error is appearing when we click on Tags Section in Settings.
118146

119-
* #1411[fixed] Unappropriate Warning Message is appearing when we send a mail In Leads.
147+
* #1411[fixed] Unappropriated Warning Message is appearing when we send a mail In Leads.
120148

121149
* #1418[fixed] Mail Section Checkbox's are missing
122150

@@ -134,8 +162,8 @@
134162

135163
* #1438[fixed] Favicon Icon for Krayin must be available.
136164

137-
* #1445[fixed] Getting Exceptional Error when we click on the Product Number in Warehouse Datagrid.
165+
* #1445[fixed] Getting Exceptional Error when we click on the Product Number in Warehouse DataGrid.
138166

139-
* #1450[fixed] After fresh Installtion when we click on the link it is not redirected to Admin login page.
167+
* #1450[fixed] After fresh installation when we click on the link it is not redirected to Admin login page.
140168

141169
* #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.

packages/Webkul/Core/src/Core.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Core
1414
*
1515
* @var string
1616
*/
17-
const KRAYIN_VERSION = '2.0.0';
17+
const KRAYIN_VERSION = '2.0.1';
1818

1919
/**
2020
* Create a new instance.

0 commit comments

Comments
 (0)