Skip to content

Commit

Permalink
Merge pull request #656 from hhunderter/update_v2.1.49
Browse files Browse the repository at this point in the history
v2.1.49
  • Loading branch information
hhunderter authored Apr 11, 2023
2 parents ac990f3 + 5f92cea commit 8507ce0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions application/modules/admin/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,9 @@ public function getUpdate($installedVersion)
case "2.1.47":
replaceVendorDirectory();
break;
case "2.1.48":
replaceVendorDirectory();
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.48');
define('VERSION', '2.1.49');
define('SERVER_TIMEZONE', $serverTimeZone);
define('DEFAULT_MODULE', 'page');
define('DEFAULT_LAYOUT', 'index');
Expand Down

0 comments on commit 8507ce0

Please sign in to comment.