Plugin Directory

Changeset 2913056


Ignore:
Timestamp:
05/16/2023 02:37:18 PM (23 months ago)
Author:
harmz
Message:

Bump Version, changelog with tested versions

Location:
woocommerce-payment-gateway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified woocommerce-payment-gateway/trunk/gateway-inspire.php

    r2879327 r2913056  
    44 * Plugin URI: http://www.inspirecommerce.com/woocommerce/
    55 * 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.21
     6 * Version: 2.1.22
    77 * Author: innerfire
    88 * Author URI: http://www.inspirecommerce.com/
     
    2424     */
    2525    public function __construct() {
    26         define( 'WC_INSPIRE_VERSION', '2.1.21' );
     26        define( 'WC_INSPIRE_VERSION', '2.1.22' );
    2727        define( 'WC_INSPIRE_TEMPLATE_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) . '/templates/' );
    2828        define( 'WC_INSPIRE_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
  • TabularUnified woocommerce-payment-gateway/trunk/readme.txt

    r2879327 r2913056  
    44Tags: WooCommerce, Payment, Gateway, Credit Cards, Shopping Cart, Inspire, Inspire Commerce, Extension, Subscriptions, Recurring Billing, Membership
    55Requires at least: 4.7
    6 Tested up to: 6.1.1
     6Tested up to: 6.2
    77Requires PHP: 5.6
    88Requires WooCommerce: 3.0
    9 Stable tag: 2.1.21
     9Stable tag: 2.1.22
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9393
    9494== Changelog ==
     95= 2.1.22 =
     96* Bumped supported WordPress version to 6.2
     97* Tested WooCommerce up to version 7.7.0
     98
    9599= 2.1.21 =
    96100* Tested WooCommerce up to version 7.4.1
Note: See TracChangeset for help on using the changeset viewer.