Changeset 2550201
- Timestamp:
- 06/18/2021 04:42:25 AM (5 years ago)
- Location:
- woo-sale-product-info
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.10 (copied) (copied from woo-sale-product-info/trunk)
-
tags/1.0.10/readme.txt (modified) (1 diff)
-
tags/1.0.10/woo-sale-product-info.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/woo-sale-product-info.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-sale-product-info/tags/1.0.10/readme.txt
r2315107 r2550201 3 3 Tags: WooCommerce, E-commerce, product, sale product, sale product list, product list, sale product tag, sale product info, WooCommerce product 4 4 Requires at least: 4.0 5 Tested up to: 5. 45 Tested up to: 5.7 6 6 Requires PHP : 5.4 7 Stable tag: 1.0. 97 Stable tag: 1.0.10 8 8 License: GPLv2 or later 9 9 -
woo-sale-product-info/tags/1.0.10/woo-sale-product-info.php
r2315107 r2550201 3 3 Plugin Name: WooCommerce sale product info 4 4 Description: Customize WooCommerce products "Sale" tag. 5 Version: 1.0. 95 Version: 1.0.10 6 6 Author: Motpr355 7 7 Text Domain: woo-sale-product-info 8 8 Domain Path: /languages/ 9 9 License: GPLv2 or later 10 WC requires at least: 3.4.3 11 WC tested up to: 5.4.1 10 12 */ 11 13 … … 172 174 plugins_url( 'js/admin.js', __FILE__ ), 173 175 array( 'wp-color-picker' ), 174 '1.0. 9',176 '1.0.10', 175 177 true 176 178 ); … … 185 187 plugins_url( 'js/admin-extensions.js', __FILE__ ), 186 188 array(), 187 '1.0. 9',189 '1.0.10', 188 190 true 189 191 ); … … 213 215 plugins_url( 'css/admin.css', __FILE__ ), 214 216 array(), 215 '1.0. 9'217 '1.0.10' 216 218 ); 217 219 wp_enqueue_style( 'motpr355_woo_sale_product_info_style' ); -
woo-sale-product-info/trunk/readme.txt
r2315107 r2550201 3 3 Tags: WooCommerce, E-commerce, product, sale product, sale product list, product list, sale product tag, sale product info, WooCommerce product 4 4 Requires at least: 4.0 5 Tested up to: 5. 45 Tested up to: 5.7 6 6 Requires PHP : 5.4 7 Stable tag: 1.0. 97 Stable tag: 1.0.10 8 8 License: GPLv2 or later 9 9 -
woo-sale-product-info/trunk/woo-sale-product-info.php
r2315107 r2550201 3 3 Plugin Name: WooCommerce sale product info 4 4 Description: Customize WooCommerce products "Sale" tag. 5 Version: 1.0. 95 Version: 1.0.10 6 6 Author: Motpr355 7 7 Text Domain: woo-sale-product-info 8 8 Domain Path: /languages/ 9 9 License: GPLv2 or later 10 WC requires at least: 3.4.3 11 WC tested up to: 5.4.1 10 12 */ 11 13 … … 172 174 plugins_url( 'js/admin.js', __FILE__ ), 173 175 array( 'wp-color-picker' ), 174 '1.0. 9',176 '1.0.10', 175 177 true 176 178 ); … … 185 187 plugins_url( 'js/admin-extensions.js', __FILE__ ), 186 188 array(), 187 '1.0. 9',189 '1.0.10', 188 190 true 189 191 ); … … 213 215 plugins_url( 'css/admin.css', __FILE__ ), 214 216 array(), 215 '1.0. 9'217 '1.0.10' 216 218 ); 217 219 wp_enqueue_style( 'motpr355_woo_sale_product_info_style' );
Note: See TracChangeset
for help on using the changeset viewer.