diff --git a/includes/class-wc-gateway-dummy.php b/includes/class-wc-gateway-dummy.php index ea937c5..fcccb96 100644 --- a/includes/class-wc-gateway-dummy.php +++ b/includes/class-wc-gateway-dummy.php @@ -16,7 +16,7 @@ * Dummy Gateway. * * @class WC_Gateway_Dummy - * @version 1.0.7 + * @version 1.10.0 */ class WC_Gateway_Dummy extends WC_Payment_Gateway { diff --git a/package.json b/package.json index a384b7b..17bae4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-gateway-dummy", "title": "WooCommerce Dummy Payments", - "version": "1.0.6", + "version": "1.10.0", "author": "WooCommerce", "license": "GPL-3.0+", "keywords": [], diff --git a/woocommerce-gateway-dummy.php b/woocommerce-gateway-dummy.php index 43282dd..bc7bb2e 100644 --- a/woocommerce-gateway-dummy.php +++ b/woocommerce-gateway-dummy.php @@ -3,18 +3,18 @@ * Plugin Name: WooCommerce Dummy Payments Gateway * Plugin URI: https://somewherewarm.com/ * Description: Adds the Dummy Payments gateway to your WooCommerce website. - * Version: 1.0.9 + * Version: 1.10.0 * - * Author: SomewhereWarm + * Author: Woo * Author URI: https://somewherewarm.com/ * * Text Domain: woocommerce-gateway-dummy * Domain Path: /i18n/languages/ * * Requires at least: 4.2 - * Tested up to: 4.9 + * Tested up to: 6.6 * - * Copyright: © 2009-2023 Emmanouil Psychogyiopoulos. + * Copyright: © 2009-2024 Automattic. * License: GNU General Public License v3.0 * License URI: http://www.gnu.org/licenses/gpl-3.0.html */