Skip to content

Commit 059fde6

Browse files
committed
Merge branch '2.x-release/v2.2.12' into 2.x
2 parents 190bd3f + 003704c commit 059fde6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Config/vaahcms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$settings = [
99
'app_name' => 'VaahCMS',
1010
'app_slug' => 'vaahcms',
11-
'version' => '2.2.11',
11+
'version' => '2.2.12',
1212
'php_version_required' => '8.1',
1313
'get_config_version' => false,
1414
'website' => 'https://vaah.dev/cms',

Routes/frontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function () {
5353
[
5454
'prefix' => 'media',
5555
'middleware' => ['web'],
56-
'namespace' => 'WebReinvent\VaahCms\Http\Controllers\backend'
56+
'namespace' => 'WebReinvent\VaahCms\Http\Controllers\Backend'
5757
],
5858
function () {
5959
//------------------------------------------------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webreinvent/vaahcms",
3-
"version": "2.2.11",
3+
"version": "2.2.12",
44
"description": "VaahCMS is a laravel based open-source web application development platform shipped with headless content management system.",
55
"keywords": ["vaahcms", "headless", "hmvc", "laravel", "cms", "vue", "pinia"],
66
"homepage": "https://webreinvent.com",

0 commit comments

Comments
 (0)