Plugin Directory

Changeset 3444412


Ignore:
Timestamp:
01/21/2026 09:14:37 PM (2 months ago)
Author:
sharaz
Message:

1.4.9 release

Location:
sticky-add-to-cart-woo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sticky-add-to-cart-woo/trunk/readme.txt

    r3344474 r3444412  
    55Tags: sticky add to cart, woocommerce, stick bar for woocommerce, woocommerce sticky bar, woocommerce upsells,
    66Requires at least: 5.0
    7 Tested up to: 6.8.2
     7Tested up to: 6.9.1
    88Requires PHP: 7.0
    9 Stable tag: 1.4.8
     9Stable tag: 1.4.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494
    9595
    96 = 1.4.7  22-04-2025 =
     96
     97= 1.4.9  21-01-2025 =
     98* [compatible] : WP 6.9.1 compatibility added
     99* [compatible] : WC 10.4.3 compatibility added
     100
     101
     102= 1.4.8  22-04-2025 =
    97103* [Bugfix]     : Don't count admin view on analytics
    98104* [compatible] : WP 6.8.2 compatibility added
  • sticky-add-to-cart-woo/trunk/woo-sticky-add-to-cart.php

    r3344474 r3444412  
    44 * Plugin URI: https://solbox.dev/plugins/sticky-cart/?utm_source=freemium&utm_medium=author-uri&utm_campaign=go_pro
    55 * Description: Simple Sticky Add To Cart For WooCommerce use to show sticky add to cart on product page. Its helps to grab more sale rather than boring WooCommerce add to cart button. It support ajax add to cart, color customization according to theme, variable product sticky cart and much more.
    6  * Version: 1.4.8
     6 * Version: 1.4.9
    77 * Author: Solution Box
    88 * Author URI: https://solbox.dev/
     
    1313 * Domain Path: /languages
    1414 * WC requires at least: 5.0
    15  * WC tested up to: 9.8.2
     15 * WC tested up to: 10.4.3
    1616 */
    1717
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define( 'WSATC_VERSION', '1.4.7' );
     29define( 'WSATC_VERSION', '1.4.9' );
    3030define( 'WSATC_DIR_PATH', plugin_dir_path( __FILE__ ) );
    3131define( 'WSATC_DIR_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.