Changeset 2913056
- Timestamp:
- 05/16/2023 02:37:18 PM (23 months ago)
- Location:
- woocommerce-payment-gateway/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified woocommerce-payment-gateway/trunk/gateway-inspire.php ¶
r2879327 r2913056 4 4 * Plugin URI: http://www.inspirecommerce.com/woocommerce/ 5 5 * Description: Accept all major credit cards directly on your WooCommerce site in a seamless and secure checkout environment with Inspire Commerce. 6 * Version: 2.1.2 16 * Version: 2.1.22 7 7 * Author: innerfire 8 8 * Author URI: http://www.inspirecommerce.com/ … … 24 24 */ 25 25 public function __construct() { 26 define( 'WC_INSPIRE_VERSION', '2.1.2 1' );26 define( 'WC_INSPIRE_VERSION', '2.1.22' ); 27 27 define( 'WC_INSPIRE_TEMPLATE_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) . '/templates/' ); 28 28 define( 'WC_INSPIRE_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) ); -
TabularUnified woocommerce-payment-gateway/trunk/readme.txt ¶
r2879327 r2913056 4 4 Tags: WooCommerce, Payment, Gateway, Credit Cards, Shopping Cart, Inspire, Inspire Commerce, Extension, Subscriptions, Recurring Billing, Membership 5 5 Requires at least: 4.7 6 Tested up to: 6. 1.16 Tested up to: 6.2 7 7 Requires PHP: 5.6 8 8 Requires WooCommerce: 3.0 9 Stable tag: 2.1.2 19 Stable tag: 2.1.22 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 93 93 94 94 == Changelog == 95 = 2.1.22 = 96 * Bumped supported WordPress version to 6.2 97 * Tested WooCommerce up to version 7.7.0 98 95 99 = 2.1.21 = 96 100 * Tested WooCommerce up to version 7.4.1
Note: See TracChangeset
for help on using the changeset viewer.