Plugin Directory

Changeset 3279358


Ignore:
Timestamp:
04/22/2025 06:24:00 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

    r3279328 r3279358  
    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.1
     7 * Version:           2.0.2
    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.1');
     95        define('CMCW_VERSION', '2.0.2');
    9696    }
    9797
  • complete-mini-cart-for-woocommerce/trunk/includes/elementor-widget/widget.php

    r3279279 r3279358  
    134134
    135135        $this->add_control(
    136             'color',
     136            'cmcw_icon_color',
    137137            [
    138138                'label' => esc_html__('Color', 'complete-mini-cart-for-woocommerce'),
     
    140140                'default' => '#000000',
    141141                'selectors' => [
    142                     '{{WRAPPER}} .cmcw-widget-container svg' => 'color: {{VALUE}}; fill: {{VALUE}};',
    143                 ],
    144             ]
    145         );
    146 
    147         $this->add_control(
    148             'size',
     142                    '{{WRAPPER}} .cmcw-widget-container svg' => 'fill: {{VALUE}};',
     143                    '{{WRAPPER}} .cmcw-widget-container i' => 'color: {{VALUE}};',
     144                ],
     145            ]
     146        );
     147
     148        $this->add_control(
     149            'cmcw_icon_size',
    149150            [
    150151                'label' => esc_html__('Size', 'complete-mini-cart-for-woocommerce'),
     
    160161                'selectors' => [
    161162                    '{{WRAPPER}} .cmcw-widget-container' => 'height: {{SIZE}}{{UNIT}}; width: {{SIZE}}{{UNIT}};',
     163                    '{{WRAPPER}} .cmcw-widget-container i' => 'font-size:{{SIZE}}{{UNIT}};',
    162164                ],
    163165            ]
  • complete-mini-cart-for-woocommerce/trunk/readme.txt

    r3279328 r3279358  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 2.0.1
     7Stable tag: 2.0.2
    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
     
    8484* Minor bug fix
    8585
     86= 2.0.2 =
     87* Minor bug fix
     88
    8689== Upgrade Notice ==
    8790= 1.0.0 =
Note: See TracChangeset for help on using the changeset viewer.