Skip to content

Commit

Permalink
Merge branch '2.x-release/v2.2.6' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
themodernpk committed Mar 12, 2024
2 parents 69208a3 + 0aa32e0 commit 67b88dc
Show file tree
Hide file tree
Showing 162 changed files with 6,564 additions and 2,441 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.5',
'version' => '2.2.6',
'php_version_required' => '8.1',
'get_config_version' => false,
'website' => 'https://vaah.dev/cms',
Expand Down
3 changes: 3 additions & 0 deletions Database/Seeders/VaahCmsTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public function seedLanguageCategories()
["name" => 'Localization'],
["name" => 'Login'],
["name" => 'Sidebar Menu'],
["name" => 'Taxonomy'],
["name" => 'Dashboard'],
["name" => 'Registration'],
["name" => 'Crud Action'],
Expand All @@ -205,6 +206,8 @@ public function seedLanguageCategories()
["name" => 'Extend Module'],
["name" => 'Extend Theme'],
["name" => 'Validation'],
["name" => 'Settings'],
["name" => 'Advanced'],
];

$this->storeSeeds('vh_lang_categories', $list);
Expand Down
Loading

0 comments on commit 67b88dc

Please sign in to comment.