Changeset 3444412
- Timestamp:
- 01/21/2026 09:14:37 PM (2 months ago)
- Location:
- sticky-add-to-cart-woo/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
woo-sticky-add-to-cart.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sticky-add-to-cart-woo/trunk/readme.txt
r3344474 r3444412 5 5 Tags: sticky add to cart, woocommerce, stick bar for woocommerce, woocommerce sticky bar, woocommerce upsells, 6 6 Requires at least: 5.0 7 Tested up to: 6. 8.27 Tested up to: 6.9.1 8 8 Requires PHP: 7.0 9 Stable tag: 1.4. 89 Stable tag: 1.4.9 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 94 94 95 95 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 = 97 103 * [Bugfix] : Don't count admin view on analytics 98 104 * [compatible] : WP 6.8.2 compatibility added -
sticky-add-to-cart-woo/trunk/woo-sticky-add-to-cart.php
r3344474 r3444412 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. 86 * Version: 1.4.9 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.8.215 * WC tested up to: 10.4.3 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. 7' );29 define( 'WSATC_VERSION', '1.4.9' ); 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.