Skip to content

Commit

Permalink
Update PHPMailer and Fontawesome.
Browse files Browse the repository at this point in the history
PHPMailer 6.9.3
FontAwesome 6.7.1
  • Loading branch information
blackcoder87 committed Nov 25, 2024
1 parent 683038e commit 6a4000f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
4 changes: 4 additions & 0 deletions application/modules/admin/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,10 @@ public function getUpdate(string $installedVersion): string
// Update vendor folder
replaceVendorDirectory();
break;
case "2.2.5":
// Update vendor folder
replaceVendorDirectory();
break;
}

return 'Update function executed.';
Expand Down
46 changes: 23 additions & 23 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a4000f

Please sign in to comment.