We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef38804 commit c89ef9bCopy full SHA for c89ef9b
CHANGELOG.md
@@ -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
5
## **v2.1.4 (16 of Sep 2025)** - *Release*
6
7
* #2355[fixed] Improved database setup compatibility—now supports longer table prefixes during installation.
packages/Webkul/Core/src/Core.php
@@ -14,7 +14,7 @@ class Core
14
*
15
* @var string
16
*/
17
- const KRAYIN_VERSION = '2.1.4';
+ const KRAYIN_VERSION = '2.1.5';
18
19
/**
20
* Create a new instance.
0 commit comments