Skip to content

Commit

Permalink
Merge pull request #120 from SwedbankPay/feature/bump3
Browse files Browse the repository at this point in the history
Bump v4.4.5
  • Loading branch information
olegisk authored Dec 17, 2021
2 parents 826e010 + 60dac9e commit 6d2b246
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 5.0.0
* Updated the core library

Version 4.4.2
* Improve data verification of transaction

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"php": ">=7.0",
"adci/full-name-parser": "^0.2.4",
"ramsey/uuid": "^3.7",
"swedbank-pay/swedbank-pay-woocommerce-core": "~4.2.0"
"swedbank-pay/swedbank-pay-woocommerce-core": "~5.0.0"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This plugin provides the Swedbank Pay Payments Gateway for WooCommerce.
* Requires at least: 5.3
* Tested up to: 5.6
* Requires PHP: 7.0
* Stable tag: 4.4.2
* Stable tag: 4.5.0
* [License: Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)

## Description
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: swedbankpay
Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, swedbank, payex, payment gateway
Requires at least: 5.3
Tested up to: 5.6
Stable tag: 4.4.2
Stable tag: 4.5.0
License: Apache License 2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0

Expand Down
4 changes: 2 additions & 2 deletions swedbank-pay-woocommerce-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
* Author URI: https://profiles.wordpress.org/swedbankpay/
* License: Apache License 2.0
* License URI: http://www.apache.org/licenses/LICENSE-2.0
* Version: 4.4.2
* Version: 4.5.0
* Text Domain: swedbank-pay-woocommerce-payments
* Domain Path: /languages
* WC requires at least: 5.5.1
* WC tested up to: 5.6.0
* WC tested up to: 6.0.0
*/

use SwedbankPay\Payments\WooCommerce\WC_Swedbank_Plugin;
Expand Down

0 comments on commit 6d2b246

Please sign in to comment.