Plugin Directory

Changeset 3279328


Ignore:
Timestamp:
04/22/2025 05:39:27 PM (11 months ago)
Author:
moinuddinmunna
Message:

Minor bug fix

Location:
complete-mini-cart-for-woocommerce
Files:
35 added
3 edited

Legend:

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

    r3279279 r3279328  
    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:           2.0.0
     7 * Version:           2.0.1
    88 * Requires at least: 6.0
    99 * Requires PHP:      7.4
     
    9393        define('CMCW_PATH', plugin_dir_path(__FILE__));
    9494        define('CMCW_URL', plugin_dir_url(__FILE__));
    95         define('CMCW_VERSION', '2.0.0');
     95        define('CMCW_VERSION', '2.0.1');
    9696    }
    9797
  • complete-mini-cart-for-woocommerce/trunk/readme.txt

    r3279279 r3279328  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88Short Description: A powerful, lightweight, and fully customizable mini cart plugin to improve user experience with an AJAX-powered cart and real-time updates.
    99License: GPLv2 or later
     
    7878**Major release** (22/04/2025)
    7979
    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
    8285
    8386== Upgrade Notice ==
  • complete-mini-cart-for-woocommerce/trunk/src/css/style.css

    r3279279 r3279328  
    4141  border-radius: 8px;
    4242  overflow: hidden;
     43  display: none;
    4344  opacity: 0;
    4445  max-height: 500px;
     
    6263
    6364.cmcw-opened {
     65  display: block !important;
    6466  max-height: 500px !important; /* Adjust based on your content */
    6567  opacity: 1 !important;
Note: See TracChangeset for help on using the changeset viewer.