Skip to content

Commit

Permalink
Merge pull request #221 from Invertus/release-v1.2.4
Browse files Browse the repository at this point in the history
Release v1.2.4
  • Loading branch information
MarijusCoding authored Nov 7, 2024
2 parents e185635 + 23c830a commit da24530
Show file tree
Hide file tree
Showing 101 changed files with 4,055 additions and 336 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,10 @@
- FO : AccountToAccount Pay payment method added
- BO : Security improvements
- BO : Bug fixes and improvements

## [1.2.4]
- Fixed credit card saving
- Implemented code logging
- Requiring card holder name when entering card details
- Removed depreciated feature for custom CSS
- Compatibility with most popular OPC modules (The Checkout, Super Checkout, One Page Checkout PS)
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@
"php": "5.6"
}
},
"repositories": [
{
"repositories": {
"knapsack": {
"type": "vcs",
"url": "https://github.com/Invertus/Knapsack.git"
},
"lock": {
"type": "vcs",
"url": "https://github.com/Invertus/lock.git",
"no-api": true
}
],
},
"require": {
"vlucas/phpdotenv": "^3.6",
"symfony/expression-language": "^3.4",
Expand All @@ -37,7 +41,8 @@
"apimatic/unirest-php": "^2.3",
"symfony/yaml": "^3.4",
"league/container": "2.5.0",
"invertus/lock": "^1.0.0"
"invertus/lock": "^1.0.0",
"invertus/knapsack": "^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
Expand Down
2 changes: 2 additions & 0 deletions controllers/admin/AdminSaferPayOfficialFieldsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

use Invertus\SaferPay\Config\SaferPayConfig;

require_once dirname(__FILE__) . '/../../vendor/autoload.php';

if (!defined('_PS_VERSION_')) {
exit;
}
Expand Down
Loading

0 comments on commit da24530

Please sign in to comment.