Changeset 3274457
- Timestamp:
- 04/16/2025 09:53:02 AM (12 months ago)
- Location:
- complete-mini-cart-for-woocommerce
- Files:
-
- 33 added
- 2 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/LICENSE.txt (added)
-
tags/1.0.5/complete-mini-cart-for-woocommerce.php (added)
-
tags/1.0.5/includes (added)
-
tags/1.0.5/includes/admin (added)
-
tags/1.0.5/includes/admin/AdminLoaderCMCW.php (added)
-
tags/1.0.5/includes/elementor-widget (added)
-
tags/1.0.5/includes/elementor-widget/widget-loader.php (added)
-
tags/1.0.5/includes/elementor-widget/widget.php (added)
-
tags/1.0.5/includes/shortcode (added)
-
tags/1.0.5/includes/shortcode/Shortcode.php (added)
-
tags/1.0.5/readme.txt (added)
-
tags/1.0.5/src (added)
-
tags/1.0.5/src/css (added)
-
tags/1.0.5/src/css/elementor-widget.css (added)
-
tags/1.0.5/src/css/fontawesome-all.min.css (added)
-
tags/1.0.5/src/css/fontawesome-iconpicker.min.css (added)
-
tags/1.0.5/src/css/style.css (added)
-
tags/1.0.5/src/js (added)
-
tags/1.0.5/src/js/admin.js (added)
-
tags/1.0.5/src/js/fontawesome-iconpicker.min.js (added)
-
tags/1.0.5/src/js/script.js (added)
-
tags/1.0.5/src/webfonts (added)
-
tags/1.0.5/src/webfonts/fa-brands-400.ttf (added)
-
tags/1.0.5/src/webfonts/fa-brands-400.woff2 (added)
-
tags/1.0.5/src/webfonts/fa-regular-400.ttf (added)
-
tags/1.0.5/src/webfonts/fa-regular-400.woff2 (added)
-
tags/1.0.5/src/webfonts/fa-solid-900.ttf (added)
-
tags/1.0.5/src/webfonts/fa-solid-900.woff2 (added)
-
tags/1.0.5/src/webfonts/fa-v4compatibility.ttf (added)
-
tags/1.0.5/src/webfonts/fa-v4compatibility.woff2 (added)
-
tags/1.0.5/templates (added)
-
tags/1.0.5/templates/admin_submenu_markup.php (added)
-
trunk/complete-mini-cart-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
complete-mini-cart-for-woocommerce/trunk/complete-mini-cart-for-woocommerce.php
r3271221 r3274457 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. 47 * Version: 1.0.5 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. 4');60 define('CMCW_VERSION', '1.0.5'); 61 61 } 62 62 -
complete-mini-cart-for-woocommerce/trunk/readme.txt
r3271221 r3274457 3 3 Tags: Complete Mini Cart for WooCommerce, mini cart, woocommerce mini cart, ajax cart, woocommerce cart 4 4 Requires at least: 6.0 5 Tested up to: 6. 75 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 Short Description: A powerful, lightweight, and fully customizable mini cart plugin to improve user experience with an AJAX-powered cart and real-time updates. 9 9 License: GPLv2 or later … … 35 35 4. Enjoy an optimized cart experience on your store! 🚀 36 36 37 Checkout the doc page - [Installation Tutorial](https://cmcw.mnddn.site/docs/installation-process/) 37 38 38 39 == Frequently Asked Questions == … … 71 72 * Elementor Widget Bug Fixed 72 73 74 = 1.0.5 = 75 * Wordpress 6.8 support 76 73 77 == Upgrade Notice == 74 78 = 1.0.0 = … … 90 94 == Support == 91 95 Need help? Visit our [support forum](https://cmcw.mnddn.site/support/). 96 Documentation link - [Docs](https://cmcw.mnddn.site/docs/) 92 97 93 98 == Source Code ==
Note: See TracChangeset
for help on using the changeset viewer.