Skip to content

Commit

Permalink
V2.1.47 (#631)
Browse files Browse the repository at this point in the history
* Fix foreach null array

* V2.1.47

* Update config.php
  • Loading branch information
hhunderter authored Jan 18, 2023
1 parent f808951 commit 7caccc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions application/modules/admin/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,8 @@ public function getUpdate($installedVersion)
break;
case "2.1.45":
break;
case "2.1.46":
break;
}

return 'Update function executed.';
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
$serverTimeZone = @date_default_timezone_get();
date_default_timezone_set('UTC');

define('VERSION', '2.1.46');
define('VERSION', '2.1.47');
define('SERVER_TIMEZONE', $serverTimeZone);
define('DEFAULT_MODULE', 'page');
define('DEFAULT_LAYOUT', 'index');
Expand Down

0 comments on commit 7caccc6

Please sign in to comment.