Plugin Directory

Changeset 3279343


Ignore:
Timestamp:
04/22/2025 06:09:01 PM (8 months ago)
Author:
sharaz
Message:

v 1.4.7 release

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

Legend:

Unmodified
Added
Removed
  • sticky-add-to-cart-woo/trunk/includes/class-wsatc-activator.php

    r2981332 r3279343  
    3131     */
    3232    public static function activate() {
     33
     34
     35        if ( ! get_option( 'wastc_activation_time') ){
     36        update_option( 'wastc_activation_time', current_time( 'timestamp' ) );
     37        }
     38
    3339    }
    3440}
  • sticky-add-to-cart-woo/trunk/includes/class-wsatc.php

    r3266615 r3279343  
    173173        $this->loader->add_action( 'wp_dashboard_setup', $plugin_admin, 'admin_home_widget' );
    174174        $this->loader->add_action( 'admin_notices', $plugin_admin, 'black_friday_notice' );
    175         $this->loader->add_action( 'admin_notices', $plugin_admin, 'ask_review_notice' );
     175        //$this->loader->add_action( 'admin_notices', $plugin_admin, 'ask_review_notice' );
    176176
    177177        $this->loader->add_filter( 'plugin_row_meta', $plugin_admin, 'plugin_row_meta', 10, 2 );
  • sticky-add-to-cart-woo/trunk/readme.txt

    r3266615 r3279343  
    77Tested up to: 6.7.2
    88Requires PHP: 7.0
    9 Stable tag: 1.4.6
     9Stable tag: 1.4.7
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9393== Changelog ==
    9494
    95 = 1.4.5  30-11-2024 =
     95= 1.4.7  22-04-2025 =
     96* [compatible] : WP 6.7.2 compatibility added
     97
     98= 1.4.6  30-11-2024 =
    9699* [compatible] : WP 6.7.2 compatibility added
    97100* [compatible] : WC  9.7.1 compatibility added
  • sticky-add-to-cart-woo/trunk/woo-sticky-add-to-cart.php

    r3266615 r3279343  
    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.6
     6 * Version: 1.4.7
    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.7.1
     15 * WC tested up to: 9.8.2
    1616 */
    1717
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define( 'WSATC_VERSION', '1.4.6' );
     29define( 'WSATC_VERSION', '1.4.7' );
    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.