Skip to content

Commit 2c1abea

Browse files
committed
Bumped versions
1 parent d047c22 commit 2c1abea

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

includes/classes/PPMFWC/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ private static function parseDefaultLanguage($http_accept, $deflang = "en")
316316
*/
317317
public static function getVersion()
318318
{
319-
return '3.21.1';
319+
return '3.22.0';
320320
}
321321

322322
/**

includes/classes/PPMFWC/Helper/Transaction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,11 @@ public static function getTguStatus($transactionId)
411411

412412
/**
413413
* @param $requestUrl
414-
* @param $payload
415414
* @param $tokenCode
416415
* @param $apiToken
416+
* @param $payload
417417
* @param string $method
418-
* @return array
418+
* @return mixed
419419
* @throws Exception
420420
*/
421421
public static function sendRequest($requestUrl, $tokenCode, $apiToken, $payload = null, string $method = 'POST')

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.pay.nl/webshops/plugin-woocommerce
44
Link: https://www.pay.nl
55
Tags: paynl, paymentmethods, iDEAL, betaalmethoden, pay
66
Requires at least: 3.5.1
7-
Stable tag: 3.21.1
7+
Stable tag: 3.22.0
88
Tested up to: 6.8
99
WC tested up to: 9.8.1
1010
WC requires at least: 3.0
@@ -188,6 +188,9 @@ Paid accounts have better tariffs! see: [tariffs](https://pay.nl/tarieven)
188188
8. One platform for all payments.
189189

190190
== Changelog ==
191+
= 3.22.0 =
192+
Added new payment methods
193+
Minor improvements
191194
= 3.21.1 =
192195
Updated Riverty branding
193196
Improved validation to enhance security and transaction integrity

woocommerce-payment-paynl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Pay. Payment Methods for WooCommerce
55
* Plugin URI: https://wordpress.org/plugins/woocommerce-paynl-payment-methods/
66
* Description: Pay. Payment Methods for WooCommerce
7-
* Version: 3.21.1
7+
* Version: 3.22.0
88
* Author: Pay.
99
* Author URI: https://www.pay.nl
1010
* Requires at least: 3.5.1

0 commit comments

Comments
 (0)