Skip to content

Commit

Permalink
Merge branch '2.x-release/v2.2.12' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
themodernpk committed Jun 3, 2024
2 parents 190bd3f + 003704c commit 059fde6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Config/vaahcms.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$settings = [
'app_name' => 'VaahCMS',
'app_slug' => 'vaahcms',
'version' => '2.2.11',
'version' => '2.2.12',
'php_version_required' => '8.1',
'get_config_version' => false,
'website' => 'https://vaah.dev/cms',
Expand Down
2 changes: 1 addition & 1 deletion Routes/frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function () {
[
'prefix' => 'media',
'middleware' => ['web'],
'namespace' => 'WebReinvent\VaahCms\Http\Controllers\backend'
'namespace' => 'WebReinvent\VaahCms\Http\Controllers\Backend'
],
function () {
//------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webreinvent/vaahcms",
"version": "2.2.11",
"version": "2.2.12",
"description": "VaahCMS is a laravel based open-source web application development platform shipped with headless content management system.",
"keywords": ["vaahcms", "headless", "hmvc", "laravel", "cms", "vue", "pinia"],
"homepage": "https://webreinvent.com",
Expand Down

0 comments on commit 059fde6

Please sign in to comment.