Skip to content

Commit

Permalink
Merge pull request #111 from SwedbankPay/feature/bump-release
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
olegisk authored Sep 1, 2021
2 parents 1c7c52a + 728479e commit 18aa743
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 4.4.0
* Add "Enable IP checking" option
* Fix Transactions::import() notice

Version 4.3.0
* Add transaction link in WC admin
* Add details of failed transactions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swedbank-pay-woocommerce-payments",
"version": "4.3.0",
"version": "4.4.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
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.3.0
* Stable tag: 4.4.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.3.0
Stable tag: 4.4.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.3.0
* Version: 4.4.0
* Text Domain: swedbank-pay-woocommerce-payments
* Domain Path: /languages
* WC requires at least: 5.5.1
* WC tested up to: 5.5.2
* WC tested up to: 5.6.0
*/

use SwedbankPay\Payments\WooCommerce\WC_Swedbank_Plugin;
Expand Down

0 comments on commit 18aa743

Please sign in to comment.