Skip to content

Commit c89ef9b

Browse files
update change log and version for v2.1.5
1 parent ef38804 commit c89ef9b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## **v2.1.5 (19 of Sep 2025)** - *Release*
2+
3+
* #2355[fixed] db_prefix support — installation and dashboard now function as expected
4+
15
## **v2.1.4 (16 of Sep 2025)** - *Release*
26

37
* #2355[fixed] Improved database setup compatibility—now supports longer table prefixes during installation.

packages/Webkul/Core/src/Core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Core
1414
*
1515
* @var string
1616
*/
17-
const KRAYIN_VERSION = '2.1.4';
17+
const KRAYIN_VERSION = '2.1.5';
1818

1919
/**
2020
* Create a new instance.

0 commit comments

Comments
 (0)