Changeset 3271221
- Timestamp:
- 04/11/2025 06:44:21 PM (12 months ago)
- Location:
- complete-mini-cart-for-woocommerce
- Files:
-
- 33 added
- 2 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/LICENSE.txt (added)
-
tags/1.0.4/complete-mini-cart-for-woocommerce.php (added)
-
tags/1.0.4/includes (added)
-
tags/1.0.4/includes/admin (added)
-
tags/1.0.4/includes/admin/AdminLoaderCMCW.php (added)
-
tags/1.0.4/includes/elementor-widget (added)
-
tags/1.0.4/includes/elementor-widget/widget-loader.php (added)
-
tags/1.0.4/includes/elementor-widget/widget.php (added)
-
tags/1.0.4/includes/shortcode (added)
-
tags/1.0.4/includes/shortcode/Shortcode.php (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/src (added)
-
tags/1.0.4/src/css (added)
-
tags/1.0.4/src/css/elementor-widget.css (added)
-
tags/1.0.4/src/css/fontawesome-all.min.css (added)
-
tags/1.0.4/src/css/fontawesome-iconpicker.min.css (added)
-
tags/1.0.4/src/css/style.css (added)
-
tags/1.0.4/src/js (added)
-
tags/1.0.4/src/js/admin.js (added)
-
tags/1.0.4/src/js/fontawesome-iconpicker.min.js (added)
-
tags/1.0.4/src/js/script.js (added)
-
tags/1.0.4/src/webfonts (added)
-
tags/1.0.4/src/webfonts/fa-brands-400.ttf (added)
-
tags/1.0.4/src/webfonts/fa-brands-400.woff2 (added)
-
tags/1.0.4/src/webfonts/fa-regular-400.ttf (added)
-
tags/1.0.4/src/webfonts/fa-regular-400.woff2 (added)
-
tags/1.0.4/src/webfonts/fa-solid-900.ttf (added)
-
tags/1.0.4/src/webfonts/fa-solid-900.woff2 (added)
-
tags/1.0.4/src/webfonts/fa-v4compatibility.ttf (added)
-
tags/1.0.4/src/webfonts/fa-v4compatibility.woff2 (added)
-
tags/1.0.4/templates (added)
-
tags/1.0.4/templates/admin_submenu_markup.php (added)
-
trunk/complete-mini-cart-for-woocommerce.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
complete-mini-cart-for-woocommerce/trunk/complete-mini-cart-for-woocommerce.php
r3269086 r3271221 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. 37 * Version: 1.0.4 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. 3');60 define('CMCW_VERSION', '1.0.4'); 61 61 } 62 62 … … 76 76 { 77 77 // Check if Elementor is active 78 if ( !did_action('elementor/loaded')) {78 if (did_action('elementor/loaded')) { 79 79 // Load Elementor Widget 80 80 require_once CMCW_PATH . 'includes/elementor-widget/widget-loader.php'; -
complete-mini-cart-for-woocommerce/trunk/readme.txt
r3269086 r3271221 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 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 … … 68 68 * readme fix 69 69 70 = 1.0.4 = 71 * Elementor Widget Bug Fixed 72 70 73 == Upgrade Notice == 71 74 = 1.0.0 = … … 81 84 Fourth version of **Complete Mini Cart for WooCommerce**. 82 85 86 = 1.0.4 = 87 Fifth version of **Complete Mini Cart for WooCommerce**. 88 83 89 84 90 == Support == 85 Need help? Visit our [support forum](https:// wordpress.org/support/plugin/complete-mini-cart-for-woocommerce/) or contact us via email.91 Need help? Visit our [support forum](https://cmcw.mnddn.site/support/). 86 92 87 93 == Source Code ==
Note: See TracChangeset
for help on using the changeset viewer.