Changeset 3269086
- Timestamp:
- 04/08/2025 04:55:17 PM (12 months ago)
- Location:
- complete-mini-cart-for-woocommerce/trunk
- Files:
-
- 2 edited
-
complete-mini-cart-for-woocommerce.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
complete-mini-cart-for-woocommerce/trunk/complete-mini-cart-for-woocommerce.php
r3268083 r3269086 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. 27 * Version: 1.0.3 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. 2');60 define('CMCW_VERSION', '1.0.3'); 61 61 } 62 62 -
complete-mini-cart-for-woocommerce/trunk/readme.txt
r3269078 r3269086 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 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 … … 65 65 * Added settings link 66 66 67 = 1.0.3 = 68 * readme fix 69 67 70 == Upgrade Notice == 68 71 = 1.0.0 = … … 75 78 Third version of **Complete Mini Cart for WooCommerce**. 76 79 80 = 1.0.3 = 81 Fourth version of **Complete Mini Cart for WooCommerce**. 82 77 83 78 84 == Support ==
Note: See TracChangeset
for help on using the changeset viewer.