diff --git a/mollie-payments-for-woocommerce.php b/mollie-payments-for-woocommerce.php index 72e846a83..b3451bf58 100644 --- a/mollie-payments-for-woocommerce.php +++ b/mollie-payments-for-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: Mollie Payments for WooCommerce * Plugin URI: https://www.mollie.com * Description: Accept payments in WooCommerce with the official Mollie plugin - * Version: 6.4.0 + * Version: 6.5.0 * Author: Mollie * Author URI: https://www.mollie.com * Requires at least: 5.0 @@ -12,7 +12,7 @@ * Domain Path: /languages * License: GPLv2 or later * WC requires at least: 3.0 - * WC tested up to: 5.3 + * WC tested up to: 5.4 * Requires PHP: 7.2 */ diff --git a/src/Mollie/WC/Plugin.php b/src/Mollie/WC/Plugin.php index 304b2f749..862e49d33 100644 --- a/src/Mollie/WC/Plugin.php +++ b/src/Mollie/WC/Plugin.php @@ -8,7 +8,7 @@ class Mollie_WC_Plugin { const PLUGIN_ID = 'mollie-payments-for-woocommerce'; const PLUGIN_TITLE = 'Mollie Payments for WooCommerce'; - const PLUGIN_VERSION = '6.4.0'; + const PLUGIN_VERSION = '6.5.0'; const DB_VERSION = '1.0'; const DB_VERSION_PARAM_NAME = 'mollie-db-version';