Changeset 2378815
- Timestamp:
- 09/10/2020 03:08:01 PM (6 years ago)
- Location:
- yikes-inc-easy-custom-woocommerce-product-tabs/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
yikes-inc-easy-custom-woocommerce-product-tabs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yikes-inc-easy-custom-woocommerce-product-tabs/trunk/readme.txt
r2365870 r2378815 5 5 Requires at least: 3.8 6 6 Tested up to: 5.5 7 Stable tag: 1.7. 37 Stable tag: 1.7.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 76 76 == Changelog == 77 78 = 1.7.4 – September 12th, 2020 = 79 * WooCommerce 4.5. 77 80 78 81 = 1.7.3 – August 19th, 2020 = -
yikes-inc-easy-custom-woocommerce-product-tabs/trunk/yikes-inc-easy-custom-woocommerce-product-tabs.php
r2365870 r2378815 6 6 * Author: YIKES, Inc. 7 7 * Author URI: http://www.yikesinc.com 8 * Version: 1.7. 38 * Version: 1.7.4 9 9 * Text Domain: yikes-inc-easy-custom-woocommerce-product-tabs 10 10 * Domain Path: languages/ 11 11 * 12 12 * WC requires at least: 3.0.0 13 * WC tested up to: 4. 413 * WC tested up to: 4.5 14 14 * 15 15 * Copyright: (c) 2014-2015 YIKES Inc. … … 106 106 */ 107 107 if ( ! defined( 'YIKES_Custom_Product_Tabs_Version' ) ) { 108 define( 'YIKES_Custom_Product_Tabs_Version', '1.7. 3' );108 define( 'YIKES_Custom_Product_Tabs_Version', '1.7.4' ); 109 109 } 110 110
Note: See TracChangeset
for help on using the changeset viewer.