Changeset 3279328
- Timestamp:
- 04/22/2025 05:39:27 PM (11 months ago)
- Location:
- complete-mini-cart-for-woocommerce
- Files:
-
- 35 added
- 3 edited
-
tags/2.0.1 (added)
-
tags/2.0.1/LICENSE.txt (added)
-
tags/2.0.1/complete-mini-cart-for-woocommerce.php (added)
-
tags/2.0.1/includes (added)
-
tags/2.0.1/includes/admin (added)
-
tags/2.0.1/includes/admin/AdminLoaderCMCW.php (added)
-
tags/2.0.1/includes/elementor-widget (added)
-
tags/2.0.1/includes/elementor-widget/widget-loader.php (added)
-
tags/2.0.1/includes/elementor-widget/widget.php (added)
-
tags/2.0.1/includes/shortcode (added)
-
tags/2.0.1/includes/shortcode/Shortcode.php (added)
-
tags/2.0.1/includes/sidebar (added)
-
tags/2.0.1/includes/sidebar/Sidebar.php (added)
-
tags/2.0.1/readme.txt (added)
-
tags/2.0.1/src (added)
-
tags/2.0.1/src/css (added)
-
tags/2.0.1/src/css/elementor-widget.css (added)
-
tags/2.0.1/src/css/fontawesome-all.min.css (added)
-
tags/2.0.1/src/css/fontawesome-iconpicker.min.css (added)
-
tags/2.0.1/src/css/style.css (added)
-
tags/2.0.1/src/js (added)
-
tags/2.0.1/src/js/admin.js (added)
-
tags/2.0.1/src/js/fontawesome-iconpicker.min.js (added)
-
tags/2.0.1/src/js/script.js (added)
-
tags/2.0.1/src/webfonts (added)
-
tags/2.0.1/src/webfonts/fa-brands-400.ttf (added)
-
tags/2.0.1/src/webfonts/fa-brands-400.woff2 (added)
-
tags/2.0.1/src/webfonts/fa-regular-400.ttf (added)
-
tags/2.0.1/src/webfonts/fa-regular-400.woff2 (added)
-
tags/2.0.1/src/webfonts/fa-solid-900.ttf (added)
-
tags/2.0.1/src/webfonts/fa-solid-900.woff2 (added)
-
tags/2.0.1/src/webfonts/fa-v4compatibility.ttf (added)
-
tags/2.0.1/src/webfonts/fa-v4compatibility.woff2 (added)
-
tags/2.0.1/templates (added)
-
tags/2.0.1/templates/admin_submenu_markup.php (added)
-
trunk/complete-mini-cart-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/css/style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
complete-mini-cart-for-woocommerce/trunk/complete-mini-cart-for-woocommerce.php
r3279279 r3279328 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: 2.0. 07 * Version: 2.0.1 8 8 * Requires at least: 6.0 9 9 * Requires PHP: 7.4 … … 93 93 define('CMCW_PATH', plugin_dir_path(__FILE__)); 94 94 define('CMCW_URL', plugin_dir_url(__FILE__)); 95 define('CMCW_VERSION', '2.0. 0');95 define('CMCW_VERSION', '2.0.1'); 96 96 } 97 97 -
complete-mini-cart-for-woocommerce/trunk/readme.txt
r3279279 r3279328 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 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 … … 78 78 **Major release** (22/04/2025) 79 79 80 *Added: Sidecart feature for the shortcode and Elementor Widget 81 *Improved: Compatibility with woocommerce 80 * Added: Sidecart feature for the shortcode and Elementor Widget 81 * Improved: Compatibility with woocommerce 82 83 = 2.0.1 = 84 * Minor bug fix 82 85 83 86 == Upgrade Notice == -
complete-mini-cart-for-woocommerce/trunk/src/css/style.css
r3279279 r3279328 41 41 border-radius: 8px; 42 42 overflow: hidden; 43 display: none; 43 44 opacity: 0; 44 45 max-height: 500px; … … 62 63 63 64 .cmcw-opened { 65 display: block !important; 64 66 max-height: 500px !important; /* Adjust based on your content */ 65 67 opacity: 1 !important;
Note: See TracChangeset
for help on using the changeset viewer.