Skip to content

Commit

Permalink
Version Update (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhunderter authored Mar 24, 2024
1 parent d779da8 commit 58fb68d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions application/modules/admin/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,10 @@ public function getUpdate(string $installedVersion): string
$databaseConfig->set('page_title_moduledata_separator', ' | ');
$databaseConfig->set('page_title_moduledata_order', '0');
break;
case "2.1.57":
break;
case "2.1.58":
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 @@ -31,7 +31,7 @@
$serverTimeZone = @date_default_timezone_get();
date_default_timezone_set('UTC');

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

0 comments on commit 58fb68d

Please sign in to comment.