Plugin Directory

Changeset 2388317


Ignore:
Timestamp:
09/25/2020 01:30:25 PM (6 years ago)
Author:
devbunch
Message:

woo archive Fixed

Location:
master-elements/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • master-elements/trunk/addons/widgets/woo-product-archive/woo-product-archive.php

    r2387560 r2388317  
    571571            ]
    572572        );
    573         $this->start_controls_tabs('product_addtocartbutton_style_tabs');
     573        $this->start_controls_tabs('me_product_addtocartbutton_style_tabs');
    574574
    575575        // Add to cart normal style
     
    580580            ]
    581581        );
     582
    582583        $this->add_control(
    583584            'me_cart_button_text_color',
     
    10341035                ],
    10351036                'condition' => [
    1036                     'product_show_onsale_flash' => 'yes',
     1037                    'me_product_show_onsale_flash' => 'yes',
    10371038                ],
    10381039            ]
  • master-elements/trunk/changelog.txt

    r2387560 r2388317  
     125/09/2020
     2
     3Version 6.3
     4
     5    [Fix] Woo-Archive Control
     6
    1724/09/2020
    28
  • master-elements/trunk/masterelements.php

    r2387560 r2388317  
    1010 * Plugin URI: https://akdesigner.com/
    1111 * Author: TeamDevBunch
    12  * Version: 6.2
     12 * Version: 6.3
    1313 * Tested up to: 5.5
    1414 * Author URI: https://devbunch.com/
  • master-elements/trunk/readme.txt

    r2387560 r2388317  
    6464
    6565== Changelog ==
     66= 25/09/2020 Version 6.3 =
     67*  [Fix] Woo-Archive Control
     68
    6669= 23/09/2020 Version 6.2 =
    6770*  [Fix] Woo-Archive
Note: See TracChangeset for help on using the changeset viewer.