Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjasson committed Oct 16, 2024
1 parent dee5f30 commit a94c476
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion includes/class-wc-gateway-dummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [],
Expand Down
8 changes: 4 additions & 4 deletions woocommerce-gateway-dummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit a94c476

Please sign in to comment.