Plugin Directory

Changeset 3360867


Ignore:
Timestamp:
09/13/2025 04:50:39 AM (6 months ago)
Author:
tanvirul
Message:

Release 1.0.16

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

Legend:

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

    r3295137 r3360867  
    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.15
     7* Version: 1.0.16
    88* Author URI: https://wpxpress.net
    99* Text Domain: woo-buy-now-button
     
    1313* Requires at least: 4.8
    1414* Tested up to: 6.8
    15 * WC tested up to: 9.8
     15* WC tested up to: 10.1
    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.15' );
     23    define( 'WOO_BUY_NOW_BUTTON_PLUGIN_VERSION', '1.0.16' );
    2424}
    2525
  • quick-buy-now-button-for-woocommerce/trunk/readme.txt

    r3295137 r3360867  
    66Tested up to: 6.8
    77WC requires at least: 4.5
    8 WC tested up to: 9.8
    9 Stable tag: 1.0.15
     8WC tested up to: 10.1
     9Stable tag: 1.0.16
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    112112== Changelog ==
    113113
     114= 1.0.16 =
     115* Add - WooCommerce 10.1+ compatibility
     116
    114117= 1.0.15 =
    115118* Add - WordPress 6.8+ compatibility
Note: See TracChangeset for help on using the changeset viewer.