Skip to content

Commit 5da18e1

Browse files
authored
Merge pull request #307 from webreinvent/2.x-hotfix/v2.3.3
2.x hotfix -> 2.x | v2.3.3
2 parents eb46118 + 5cb12ea commit 5da18e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.3.2',
11+
'version' => '2.3.3',
1212
'php_version_required' => '8.1',
1313
'get_config_version' => false,
1414
'website' => 'https://vaah.dev/cms',

Helpers/country.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ function vh_get_countries_calling_codes()
704704
['slug'=>'670', 'name'=>'Northern Marianas (+670)'],
705705
['slug'=>'47', 'name'=>'Norway (+47)'],
706706
['slug'=>'968', 'name'=>'Oman (+968)'],
707+
['slug'=>'92', 'name'=>'Pakistan (+92)'],
707708
['slug'=>'680', 'name'=>'Palau (+680)'],
708709
['slug'=>'507', 'name'=>'Panama (+507)'],
709710
['slug'=>'675', 'name'=>'Papua New Guinea (+675)'],

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.3.2",
3+
"version": "2.3.3",
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)