Changeset 2388317
- Timestamp:
- 09/25/2020 01:30:25 PM (6 years ago)
- Location:
- master-elements/trunk
- Files:
-
- 4 edited
-
addons/widgets/woo-product-archive/woo-product-archive.php (modified) (3 diffs)
-
changelog.txt (modified) (1 diff)
-
masterelements.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
master-elements/trunk/addons/widgets/woo-product-archive/woo-product-archive.php
r2387560 r2388317 571 571 ] 572 572 ); 573 $this->start_controls_tabs(' product_addtocartbutton_style_tabs');573 $this->start_controls_tabs('me_product_addtocartbutton_style_tabs'); 574 574 575 575 // Add to cart normal style … … 580 580 ] 581 581 ); 582 582 583 $this->add_control( 583 584 'me_cart_button_text_color', … … 1034 1035 ], 1035 1036 'condition' => [ 1036 ' product_show_onsale_flash' => 'yes',1037 'me_product_show_onsale_flash' => 'yes', 1037 1038 ], 1038 1039 ] -
master-elements/trunk/changelog.txt
r2387560 r2388317 1 25/09/2020 2 3 Version 6.3 4 5 [Fix] Woo-Archive Control 6 1 7 24/09/2020 2 8 -
master-elements/trunk/masterelements.php
r2387560 r2388317 10 10 * Plugin URI: https://akdesigner.com/ 11 11 * Author: TeamDevBunch 12 * Version: 6. 212 * Version: 6.3 13 13 * Tested up to: 5.5 14 14 * Author URI: https://devbunch.com/ -
master-elements/trunk/readme.txt
r2387560 r2388317 64 64 65 65 == Changelog == 66 = 25/09/2020 Version 6.3 = 67 * [Fix] Woo-Archive Control 68 66 69 = 23/09/2020 Version 6.2 = 67 70 * [Fix] Woo-Archive
Note: See TracChangeset
for help on using the changeset viewer.