diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d012b8..ee314db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Catch possible thrown Error by getting DataClientToken - [0007719](https://bugs.oxid-esales.com/view.php?id=7719): Tracking code also be stored in standard DB field for backwards compatibility +- add possibility to ignore cached tokens. It helps e.g. for webhook registration +- use PayPal-Client v2.0.17 ## [2.5.1] - 2024-09-20 diff --git a/composer.json b/composer.json index 4572713c..4a272022 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "giggsey/libphonenumber-for-php": "^8.12", "viison/address-splitter": "^0.3.4", "webmozart/path-util": "^2.3.0", - "oxid-solution-catalysts/paypal-client": "v2.0.16" + "oxid-solution-catalysts/paypal-client": "v2.0.17" }, "require-dev": { "codeception/module-rest": "^1.4.2", diff --git a/metadata.php b/metadata.php index 437c1bfb..ab15987b 100755 --- a/metadata.php +++ b/metadata.php @@ -61,7 +61,7 @@ 'en' => 'Use of the online payment service from PayPal. Documentation: PayPal Checkout' ], 'thumbnail' => 'out/img/paypal.png', - 'version' => '2.5.2-rc.1', + 'version' => '2.5.2-rc.2', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',