Skip to content

Commit 3e5f8e0

Browse files
chore: changelog prepared
1 parent 7bb2e53 commit 3e5f8e0

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed

CHANGELOG.md

+44-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
## **v2.0.6 (20th of March 2025)** - *Release*
2+
3+
* Leads refinement.
4+
5+
* Qoutes refinement.
6+
7+
* #2065[fixed] Uncaught Error is appearing in Tags Section of Settings.
8+
9+
* #2064[fixed] Validations are not working on different sections.
10+
11+
* #2063[fixed] Uncaught Error in appearing in console in Leads section.
12+
13+
* #2061[fixed] Update Readme.
14+
15+
* #2060[fixed] Getting Exceptional error while editing Person and Saving it.
16+
17+
* #2022[fixed] Link to License in README.md is a dead link
18+
19+
* #2011[fixed] Integrity constraint violation: Update Persons
20+
21+
* #2000[fixed] Fix in #1961 not working
22+
23+
* #1985[fixed] Draft Mail Content from IMAP Account Not Appearing Properly as it is showing coded format.
24+
25+
* #1983[fixed] Unwanted Console Error When Clicking "Reply" or "Reply All" in Mail.
26+
27+
* #1982[fixed] Unwanted Console Error When Forwarding Mail with CC and BCC
28+
29+
* #1981[fixed] Prevent Duplicate Email Addresses in the Address Bar While Composing Mail
30+
31+
* #1977[fixed] Password Encryption Needed in IMAP Password Configuration.
32+
33+
* #1976[fixed] Console Errors in Mails Sent Mail Section.
34+
35+
* #1972[fixed] Emails Can Be Sent from Draft Without an Email Address.
36+
37+
* #1971[fixed] "From" Entry Missing in Sent Mails When Sending Emails from Krayin CRM .
38+
39+
* #1970[fixed] Save Draft button visibility issue in dark theme.
40+
41+
* #1969[fixed] Console Errors in Mails Draft Section.
42+
43+
* #1968[fixed] Inbox Filters: ID Filter Appears Without Corresponding Column in Datagrid.
44+
145
## **v2.0.5 (17th of January 2025)** - *Release*
246

347
* #1953[fixed] Users get dead unauthorized page without dashboard permissions.
@@ -170,8 +214,6 @@
170214

171215
* #1954[fixed] Decimal values must be saved in product Price.
172216

173-
174-
175217
## **v2.0.4 (19th of December 2024)** - *Release*
176218

177219
Added support for Brazilian Portuguese (PT_BR) Language.

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

1919
/**
2020
* Create a new instance.

0 commit comments

Comments
 (0)