Plugin Directory

Changeset 3268077


Ignore:
Timestamp:
04/07/2025 06:59:49 PM (12 months ago)
Author:
moinuddinmunna
Message:

Minor SEO

Location:
complete-mini-cart-for-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • complete-mini-cart-for-woocommerce/trunk/complete-mini-cart-for-woocommerce.php

    r3265479 r3268077  
    55 * Plugin URI:        https://cmcw.mnddn.site/
    66 * 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.0
     7 * Version:           1.0.1
    88 * Requires at least: 6.0
    99 * Requires PHP:      7.4
     
    5858        define('CMCW_PATH', plugin_dir_path(__FILE__));
    5959        define('CMCW_URL', plugin_dir_url(__FILE__));
    60         define('CMCW_VERSION', '1.0.0');
     60        define('CMCW_VERSION', '1.0.1');
    6161    }
    6262
  • complete-mini-cart-for-woocommerce/trunk/includes/shortcode/Shortcode.php

    r3265479 r3268077  
    4646        $count_bg_color = get_option('cmcw_count_bg_color') !== '' ? get_option('cmcw_count_bg_color') : '#dd9933';
    4747        $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
    4949
    5050
  • complete-mini-cart-for-woocommerce/trunk/readme.txt

    r3265479 r3268077  
    11=== Complete Mini Cart for WooCommerce ===
    22Contributors: moinuddinmunna
    3 Tags: woocommerce mini cart, ajax cart, floating cart, woocommerce cart, sticky cart
     3Tags: Complete Mini Cart for WooCommerce, mini cart, Complete Mini Cart, woocommerce mini cart, ajax cart, floating cart, woocommerce cart
    44Requires at least: 6.0
    55Tested up to: 6.7
     
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 A powerful, lightweight, and fully customizable mini cart plugin to improve user experience with an AJAX-powered cart and real-time updates.
     12Complete 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.
    1313
    1414== Description ==
     
    1919- 🛒 **Mini Cart as Menu Item** – Improve accessibility and boost conversions.
    2020- 📑 **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.
    2222- 🔄 **Live Quantity** – Display real-time cart changes.
    2323- 📱 **Mobile-Friendly & Responsive** – Works perfectly on all devices.
    2424- ⚡ **Lightweight & Fast** – Optimized for performance and speed.
    2525 
    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!**
    2727
    2828== Screenshots ==
     
    5858* Fully controllable Elementor Widget
    5959* Customizable styling and layout options.
     60= 1.0.1 =
     61* Minor SEO for the plugin
    6062
    6163== Upgrade Notice ==
    6264= 1.0.0 =
    6365First version of **Complete Mini Cart for WooCommerce**.
     66= 1.0.1 =
     67Second version of **Complete Mini Cart for WooCommerce**.
    6468
    6569== Support ==
Note: See TracChangeset for help on using the changeset viewer.