Plugin Directory

Changeset 3144071


Ignore:
Timestamp:
08/30/2024 06:36:18 AM (19 months ago)
Author:
tanvirul
Message:

Release 1.0.13

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

Legend:

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

    r3070420 r3144071  
    205205
    206206            $product_id        = $product->get_ID();
    207             $button_class      = apply_filters( 'woo_buy_now_button_class_arcive', 'wc-buy-now-btn wc-buy-now-btn-archive button add_to_cart_button', $product_id );
     207            $button_class      = apply_filters( 'woo_buy_now_button_class_archive', 'wc-buy-now-btn wc-buy-now-btn-archive button add_to_cart_button', $product_id );
    208208            $button_text       = apply_filters( 'woo_buy_now_button_text_archive', get_option( 'wbnb_button_text', 'Buy Now' ), $product_id );
    209209            $quantity          = apply_filters( 'woo_buy_now_button_quantity', get_option( 'wbnb_default_qnt', 1 ), $product_id );
  • quick-buy-now-button-for-woocommerce/trunk/quick-buy-now-button-for-woocommerce.php

    r3070420 r3144071  
    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.12
     7* Version: 1.0.13
    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.5
    15 * WC tested up to: 8.7
     14* Tested up to: 6.6
     15* WC tested up to: 9.2
    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.12' );
     23    define( 'WOO_BUY_NOW_BUTTON_PLUGIN_VERSION', '1.0.13' );
    2424}
    2525
  • quick-buy-now-button-for-woocommerce/trunk/readme.txt

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