Skip to content

Commit

Permalink
chore: release v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Dec 11, 2023
1 parent 2863ba7 commit d95a22a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monei-woocommerce",
"version": "5.7.0",
"version": "5.7.1",
"main": "index.js",
"repository": "[email protected]:MONEI/MONEI-WooCommerce.git",
"author": "MONEI <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions class-woocommerce-gateway-monei.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author Manuel Rodriguez
* @category Core
* @package Woocommerce_Gateway_Monei
* @version 5.7.0
* @version 5.7.1
*/
if ( ! class_exists( 'Woocommerce_Gateway_Monei' ) ) :

Expand All @@ -16,7 +16,7 @@ final class Woocommerce_Gateway_Monei {
*
* @var string
*/
public $version = '5.7.0';
public $version = '5.7.1';

/**
* The single instance of the class.
Expand Down
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Tags: woocommerce, credit card, payment gateway, payments, ecommerce
Contributors: monei, furi3r
Requires at least: 5.0
Tested up to: 6.4.1
Stable tag: 5.7.0
Stable tag: 5.7.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
WC requires at least: 3.0
Expand Down Expand Up @@ -95,16 +95,16 @@ Please contact [email protected] with your MONEI ID. Describe your problem in de
2. Google Pay, Bizum, PayPal, credit Card

== Changelog ==
= 5.7.0 =
= 5.7.1 =
* Monei PHP SDK upgrade. Guzzle 7.x

= 5.7.0 =
= 5.7.1 =
* Hide/Show Payment request button on tokenised card selection

= 5.7.0 =
= 5.7.1 =
* Pass billing and shipping information when transaction is created

= 5.7.0 =
= 5.7.1 =
* Readme Update.

= 5.6 =
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-gateway-monei.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: WooCommerce MONEI Gateway
* Plugin URI: https://wordpress.org/plugins/monei/
* Description: Accept Credit Card / PayPal / Bizum / Cofidis payments through MONEI.
* Version: 5.7.0
* Version: 5.7.1
* Author: MONEI
* Author URI: https://www.monei.com/
* Tested up to: 6.1.1
Expand Down

0 comments on commit d95a22a

Please sign in to comment.