Skip to content

Commit 0561a63

Browse files
Merge pull request #1769 from shivendra-webkul/Changelog
Update Changelog For 2.0.3 Update Version in Core.php
2 parents 46c789e + 07b504b commit 0561a63

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

CHANGELOG.md

+70
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1+
## **v2.0.3 (6th of December 2024)** - *Release*
2+
3+
Added support for Brazilian Portuguese (PT_BR) Language.
4+
5+
* #1727[fixed] Fix: vulnerability issues.
6+
7+
* #1713[fixed] Refactor the datagrid.
8+
9+
* #1712[fixed] Fix the lead mass update action.
10+
11+
* #1711[fixed] Fix tinymce dark mode more button ui.
12+
13+
* #1710[fixed] Fix sidebar border on rtl.
14+
15+
* #1708[fixed] Fix translation of arabic and publish build as missing assets.
16+
17+
* #1705[fixed] Update mass-update method
18+
19+
* #1702[fixed] Fix users index page console error, ui and refactor code.
20+
21+
* #1687[fixed] Need to add correct translation for the Sources text in Settings section.
22+
23+
* #1690[fixed] Compose Mail, Mail To Entry issue is appearing. This issue is appearing in almost all mail related section.
24+
25+
* #1687[fixed] Need to add correct translation for the Sources text in Settings section.
26+
27+
* #1686[fixed] remove dark mode from sessions pages.
28+
29+
* #1676[fixed] Translation issue at webform.
30+
31+
* #1683[fixed] Update installation link for docker.
32+
33+
* #1673[fixed] Update composer for development phase.
34+
35+
* #1673[fixed] Add missing translation.
36+
37+
* #1668[fixed] Activities datagrid total counts.
38+
39+
* #1663[fixed] Numerical Validation Filed is appearing Empty in Attribute Text Field Validation.
40+
41+
* #1664[fixed] Fix format date and after validation.
42+
43+
* #1662[fixed] fix datagrid shimmers.
44+
45+
* #1660[fixed] In Attribute Filter, there we can enhance the filter in drop-down.
46+
47+
* #1658[fixed] Entity Type must be clickable and should work and filter just like other options in Attributes Settings.
48+
49+
* #1655[fixed] Getting issue in the warehouse view when we add unwanted String in the Description.
50+
51+
* #1653[fixed] fix div can not be child of p.
52+
53+
* #1650[fixed] fix lead kanban sort order issue.
54+
55+
* #1643[fixed] Missing translation.
56+
57+
* #1642[fixed] Fix activities mass action destroy.
58+
59+
* #1640[fixed] Need to Correct translation on Configuration Locale Settings.
60+
61+
* #1639[fixed] Fix Errors blade file.
62+
63+
* #1637[fixed] Datagrid checkbox.
64+
65+
* #1636[fixed] Quote pdf download error fix.
66+
67+
* #1594[fixed] Stage Sorting in Pipeline not working - Krayin CRM Version.
68+
69+
* #1594[fixed] Stage Sorting in Pipeline not working - Krayin CRM Version.
70+
171
## **v2.0.2 (24th of September 2024)** - *Release*
272

373
* #1633[enhancement] Use variable instead of calling every time of use db table prefix.

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.2';
17+
const KRAYIN_VERSION = '2.0.3';
1818

1919
/**
2020
* Create a new instance.

0 commit comments

Comments
 (0)