Changeset 3268077
- Timestamp:
- 04/07/2025 06:59:49 PM (12 months ago)
- Location:
- complete-mini-cart-for-woocommerce/trunk
- Files:
-
- 3 edited
-
complete-mini-cart-for-woocommerce.php (modified) (2 diffs)
-
includes/shortcode/Shortcode.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
complete-mini-cart-for-woocommerce/trunk/complete-mini-cart-for-woocommerce.php
r3265479 r3268077 5 5 * Plugin URI: https://cmcw.mnddn.site/ 6 6 * Description: This plugin adds a mini cart feature to your WooCommerce store. An Elementor Widget and a shortcode. All that you needed in one simple plugin. 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Requires at least: 6.0 9 9 * Requires PHP: 7.4 … … 58 58 define('CMCW_PATH', plugin_dir_path(__FILE__)); 59 59 define('CMCW_URL', plugin_dir_url(__FILE__)); 60 define('CMCW_VERSION', '1.0. 0');60 define('CMCW_VERSION', '1.0.1'); 61 61 } 62 62 -
complete-mini-cart-for-woocommerce/trunk/includes/shortcode/Shortcode.php
r3265479 r3268077 46 46 $count_bg_color = get_option('cmcw_count_bg_color') !== '' ? get_option('cmcw_count_bg_color') : '#dd9933'; 47 47 $count_text_color = get_option('cmcw_text_color') !== '' ? get_option('cmcw_text_color') : '#ffffff'; 48 $count_icon_color = get_option('cmcw_icon_color') !== '' ? get_option('cmcw_icon_color') : '#000000'; 48 $count_icon_color = get_option('cmcw_icon_color') !== '' ? get_option('cmcw_icon_color') : '#000000'; // Need to change the name 49 49 50 50 -
complete-mini-cart-for-woocommerce/trunk/readme.txt
r3265479 r3268077 1 1 === Complete Mini Cart for WooCommerce === 2 2 Contributors: moinuddinmunna 3 Tags: woocommerce mini cart, ajax cart, floating cart, woocommerce cart, stickycart3 Tags: Complete Mini Cart for WooCommerce, mini cart, Complete Mini Cart, woocommerce mini cart, ajax cart, floating cart, woocommerce cart 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 … … 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Apowerful, lightweight, and fully customizable mini cart plugin to improve user experience with an AJAX-powered cart and real-time updates.12 Complete Mini Cart for WooCommerce is a powerful, lightweight, and fully customizable mini cart plugin to improve user experience with an AJAX-powered cart and real-time updates. 13 13 14 14 == Description == … … 19 19 - 🛒 **Mini Cart as Menu Item** – Improve accessibility and boost conversions. 20 20 - 📑 **Elementor Widget** – Get a fully customizable Elementor Widget. 21 - 🎨 **Fully Customizable ** – Modify colors, typography, and layout to match your theme.21 - 🎨 **Fully Customizable Mini Cart** – Modify colors, typography, and layout to match your theme. 22 22 - 🔄 **Live Quantity** – Display real-time cart changes. 23 23 - 📱 **Mobile-Friendly & Responsive** – Works perfectly on all devices. 24 24 - ⚡ **Lightweight & Fast** – Optimized for performance and speed. 25 25 26 💡 **Boost your WooCommerce store’s conversion rate with a user-friendly mini cart experience!**26 💡 **Boost your WooCommerce store’s conversion rate with a user-friendly and a complete mini cart experience!** 27 27 28 28 == Screenshots == … … 58 58 * Fully controllable Elementor Widget 59 59 * Customizable styling and layout options. 60 = 1.0.1 = 61 * Minor SEO for the plugin 60 62 61 63 == Upgrade Notice == 62 64 = 1.0.0 = 63 65 First version of **Complete Mini Cart for WooCommerce**. 66 = 1.0.1 = 67 Second version of **Complete Mini Cart for WooCommerce**. 64 68 65 69 == Support ==
Note: See TracChangeset
for help on using the changeset viewer.