Skip to content

Commit

Permalink
Update version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malmo-monei committed Nov 22, 2024
1 parent fe96779 commit 3eb92f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 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.9.0",
"version": "6.0.0",
"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 MONEI
* @category Core
* @package Woocommerce_Gateway_Monei
* @version 5.9.0
* @version 6.0.0
*/
if ( ! class_exists( 'Woocommerce_Gateway_Monei' ) ) :

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

/**
* The single instance of the class.
Expand Down
5 changes: 4 additions & 1 deletion 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.7
Stable tag: 5.8.13
Stable tag: 6.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WC requires at least: 3.0
Expand Down Expand Up @@ -102,6 +102,9 @@ By using this plugin you agree with MONEI [Terms of Service](https://monei.com/l

== Changelog ==

= 6.0.0 =
* Fix - Bump release number to 6.0.0

= 5.9.0 =
* Add - Credit card to block checkout
* Add - Bizum button to block checkout without redirect
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-gateway-monei.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
* Plugin Name: MONEI Payments for WooCommerce
* Plugin URI: https://wordpress.org/plugins/monei/
* Description: Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your store.
* Version: 5.9.0
* Version: 6.0.0
* Author: MONEI
* Author URI: https://www.monei.com/
* Tested up to: 6.6
* Tested up to: 6.7
* WC requires at least: 3.0
* WC tested up to: 9.3
* WC tested up to: 9.4
* Requires PHP: 7.2
* Text Domain: monei
* Domain Path: /languages/
Expand Down

0 comments on commit 3eb92f3

Please sign in to comment.