Plugin Directory

Changeset 3271221


Ignore:
Timestamp:
04/11/2025 06:44:21 PM (12 months ago)
Author:
moinuddinmunna
Message:

Version release 1.0.4

Location:
complete-mini-cart-for-woocommerce
Files:
33 added
2 edited

Legend:

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

    r3269086 r3271221  
    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.3
     7 * Version:           1.0.4
    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.3');
     60        define('CMCW_VERSION', '1.0.4');
    6161    }
    6262
     
    7676    {
    7777        // Check if Elementor is active
    78         if (!did_action('elementor/loaded')) {
     78        if (did_action('elementor/loaded')) {
    7979            // Load Elementor Widget
    8080            require_once CMCW_PATH . 'includes/elementor-widget/widget-loader.php';
  • complete-mini-cart-for-woocommerce/trunk/readme.txt

    r3269086 r3271221  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    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
     
    6868* readme fix
    6969
     70= 1.0.4 =
     71* Elementor Widget Bug Fixed
     72
    7073== Upgrade Notice ==
    7174= 1.0.0 =
     
    8184Fourth version of **Complete Mini Cart for WooCommerce**.
    8285
     86= 1.0.4 =
     87Fifth version of **Complete Mini Cart for WooCommerce**.
     88
    8389
    8490== Support ==
    85 Need help? Visit our [support forum](https://wordpress.org/support/plugin/complete-mini-cart-for-woocommerce/) or contact us via email.
     91Need help? Visit our [support forum](https://cmcw.mnddn.site/support/).
    8692
    8793== Source Code ==
Note: See TracChangeset for help on using the changeset viewer.