diff --git a/mollie-payments-for-woocommerce.php b/mollie-payments-for-woocommerce.php index 08f006fdf..96c2c742b 100644 --- a/mollie-payments-for-woocommerce.php +++ b/mollie-payments-for-woocommerce.php @@ -2,8 +2,8 @@ /** * Plugin Name: Mollie Payments for WooCommerce * Plugin URI: https://www.mollie.com - * Description: Refactor Accept payments in WooCommerce with the official Mollie plugin - * Version: 6.4.0 + * Description: Accept payments in WooCommerce with the official Mollie plugin + * 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 */ declare(strict_types=1); diff --git a/src/Mollie/WC/Plugin.php b/src/Mollie/WC/Plugin.php new file mode 100644 index 000000000..e69de29bb