Changeset 3279343
- Timestamp:
- 04/22/2025 06:09:01 PM (8 months ago)
- Location:
- sticky-add-to-cart-woo/trunk
- Files:
-
- 4 edited
-
includes/class-wsatc-activator.php (modified) (1 diff)
-
includes/class-wsatc.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woo-sticky-add-to-cart.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sticky-add-to-cart-woo/trunk/includes/class-wsatc-activator.php
r2981332 r3279343 31 31 */ 32 32 public static function activate() { 33 34 35 if ( ! get_option( 'wastc_activation_time') ){ 36 update_option( 'wastc_activation_time', current_time( 'timestamp' ) ); 37 } 38 33 39 } 34 40 } -
sticky-add-to-cart-woo/trunk/includes/class-wsatc.php
r3266615 r3279343 173 173 $this->loader->add_action( 'wp_dashboard_setup', $plugin_admin, 'admin_home_widget' ); 174 174 $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' ); 176 176 177 177 $this->loader->add_filter( 'plugin_row_meta', $plugin_admin, 'plugin_row_meta', 10, 2 ); -
sticky-add-to-cart-woo/trunk/readme.txt
r3266615 r3279343 7 7 Tested up to: 6.7.2 8 8 Requires PHP: 7.0 9 Stable tag: 1.4. 69 Stable tag: 1.4.7 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 93 93 == Changelog == 94 94 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 = 96 99 * [compatible] : WP 6.7.2 compatibility added 97 100 * [compatible] : WC 9.7.1 compatibility added -
sticky-add-to-cart-woo/trunk/woo-sticky-add-to-cart.php
r3266615 r3279343 4 4 * Plugin URI: https://solbox.dev/plugins/sticky-cart/?utm_source=freemium&utm_medium=author-uri&utm_campaign=go_pro 5 5 * 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. 66 * Version: 1.4.7 7 7 * Author: Solution Box 8 8 * Author URI: https://solbox.dev/ … … 13 13 * Domain Path: /languages 14 14 * WC requires at least: 5.0 15 * WC tested up to: 9. 7.115 * WC tested up to: 9.8.2 16 16 */ 17 17 … … 27 27 * Rename this for your plugin and update it as you release new versions. 28 28 */ 29 define( 'WSATC_VERSION', '1.4. 6' );29 define( 'WSATC_VERSION', '1.4.7' ); 30 30 define( 'WSATC_DIR_PATH', plugin_dir_path( __FILE__ ) ); 31 31 define( 'WSATC_DIR_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.