Plugin Directory

Changeset 3295137


Ignore:
Timestamp:
05/17/2025 09:56:15 AM (10 months ago)
Author:
tanvirul
Message:

Release 1.0.15

Location:
quick-buy-now-button-for-woocommerce
Files:
16 added
2 edited

Legend:

Unmodified
Added
Removed
  • quick-buy-now-button-for-woocommerce/trunk/quick-buy-now-button-for-woocommerce.php

    r3175954 r3295137  
    55* Description: Makes your customers' checkout process easier and faster and allows you to redirect customers directly to the checkout, cart or any external link for quick purchase.
    66* Author: Tanvirul Haque
    7 * Version: 1.0.14
     7* Version: 1.0.15
    88* Author URI: https://wpxpress.net
    99* Text Domain: woo-buy-now-button
     
    1212* Requires PHP: 7.4
    1313* Requires at least: 4.8
    14 * Tested up to: 6.6
    15 * WC tested up to: 9.3
     14* Tested up to: 6.8
     15* WC tested up to: 9.8
    1616* WC requires at least: 4.6
    1717* License: GPLv2+
     
    2121
    2222if ( ! defined( 'WOO_BUY_NOW_BUTTON_PLUGIN_VERSION' ) ) {
    23     define( 'WOO_BUY_NOW_BUTTON_PLUGIN_VERSION', '1.0.14' );
     23    define( 'WOO_BUY_NOW_BUTTON_PLUGIN_VERSION', '1.0.15' );
    2424}
    2525
  • quick-buy-now-button-for-woocommerce/trunk/readme.txt

    r3175954 r3295137  
    44Requires PHP: 7.4
    55Requires at least: 4.8
    6 Tested up to: 6.6
     6Tested up to: 6.8
    77WC requires at least: 4.5
    8 WC tested up to: 9.3
    9 Stable tag: 1.0.14
     8WC tested up to: 9.8
     9Stable tag: 1.0.15
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    112112== Changelog ==
    113113
     114= 1.0.15 =
     115* Add - WordPress 6.8+ compatibility
     116* Add - WooCommerce 9.8+ compatibility
     117
    114118= 1.0.14 =
    115119* Add - WooCommerce 9.3+ compatibility
Note: See TracChangeset for help on using the changeset viewer.