| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: WCPOS – Point of Sale for WooCommerce |
| 4 | 4 | * Plugin URI: https://wordpress.org/plugins/woocommerce-pos/ |
| 5 | 5 | * Description: A simple front-end for taking WooCommerce orders at the Point of Sale. Requires <a href="http://wordpress.org/plugins/woocommerce/">WooCommerce</a>. |
| 6 | - * Version: 1.10.9 | |
| 6 | + * Version: 1.10.20 | |
| 7 | 7 | * Author: kilbot |
| 8 | 8 | * Author URI: http://wcpos.com |
| 9 | 9 | * Text Domain: woocommerce-pos |
| 10 | 10 | * License: GPL-3.0+ |
| @@ -13,9 +13,9 @@ | ||
| 13 | 13 | * Requires at least: 5.6 |
| 14 | 14 | * Tested up to: 7.1 |
| 15 | 15 | * Requires PHP: 7.4 |
| 16 | 16 | * Requires Plugins: woocommerce |
| 17 | - * WC tested up to: 11.1.0 | |
| 17 | + * WC tested up to: 11.1.1 | |
| 18 | 18 | * WC requires at least: 5.3 |
| 19 | 19 | * |
| 20 | 20 | * @see http://wcpos.com |
| 21 | 21 | * @package WCPOS\WooCommercePOS |
| @@ -24,9 +24,9 @@ | ||
| 24 | 24 | namespace WCPOS\WooCommercePOS; |
| 25 | 25 | |
| 26 | 26 | // Define plugin constants (use define() with checks to avoid conflicts when Pro plugin is active). |
| 27 | 27 | if ( ! \defined( __NAMESPACE__ . '\VERSION' ) ) { |
| 28 | - \define( __NAMESPACE__ . '\VERSION', '1.10.9' ); | |
| 28 | + \define( __NAMESPACE__ . '\VERSION', '1.10.20' ); | |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | /* |
| 32 | 32 | * Serve the lightweight ping before the rest of the stack loads. |
| @@ -42,9 +42,9 @@ | ||
| 42 | 42 | } |
| 43 | 43 | API\V2\Ping::maybe_serve(); |
| 44 | 44 | |
| 45 | 45 | if ( ! \defined( __NAMESPACE__ . '\TRANSLATION_VERSION' ) ) { |
| 46 | - \define( __NAMESPACE__ . '\TRANSLATION_VERSION', '2026.9.8' ); | |
| 46 | + \define( __NAMESPACE__ . '\TRANSLATION_VERSION', '2026.9.12' ); | |
| 47 | 47 | } |
| 48 | 48 | if ( ! \defined( __NAMESPACE__ . '\PLUGIN_NAME' ) ) { |
| 49 | 49 | \define( __NAMESPACE__ . '\PLUGIN_NAME', 'woocommerce-pos' ); |
| 50 | 50 | } |
| @@ -213,5 +213,5 @@ | ||
| 213 | 213 | } |
| 214 | 214 | } |
| 215 | 215 | }, |
| 216 | 216 | 0 |
| 217 | -); | |
| 217 | +); | |