Changeset 2234509
- Timestamp:
- 01/28/2020 02:19:26 PM (6 years ago)
- Location:
- wc-remove-bg
- Files:
-
- 2 edited
-
tags/1.1/wc-remove-bg.php (modified) (3 diffs)
-
trunk/wc-remove-bg.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-remove-bg/tags/1.1/wc-remove-bg.php
r2234505 r2234509 7 7 * Description: Remove/change background of WooCommerce product images. 8 8 * Plugin URI: http://fresh-d.biz/wocommerce-remove-background.html 9 * Version: 1. 0.09 * Version: 1.1 10 10 * Author: Fresh-d 11 11 * Author URI: https://fresh-d.biz/about-us.html 12 12 * Requires at least: 4.1 13 * Tested up to: 5. 2.313 * Tested up to: 5.3.2 14 14 * License: GPL-2.0+ 15 15 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 18 18 19 19 * WC requires at least: 3.1 20 * WC tested up to: 3. 720 * WC tested up to: 3.9 21 21 */ 22 22 … … 27 27 28 28 29 define( 'Remove_BG_VERSION', '1. 0.0' );29 define( 'Remove_BG_VERSION', '1.1' ); 30 30 31 31 /** -
wc-remove-bg/trunk/wc-remove-bg.php
r2164019 r2234509 7 7 * Description: Remove/change background of WooCommerce product images. 8 8 * Plugin URI: http://fresh-d.biz/wocommerce-remove-background.html 9 * Version: 1. 0.09 * Version: 1.1 10 10 * Author: Fresh-d 11 11 * Author URI: https://fresh-d.biz/about-us.html 12 12 * Requires at least: 4.1 13 * Tested up to: 5. 2.313 * Tested up to: 5.3.2 14 14 * License: GPL-2.0+ 15 15 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 18 18 19 19 * WC requires at least: 3.1 20 * WC tested up to: 3. 720 * WC tested up to: 3.9 21 21 */ 22 22 … … 27 27 28 28 29 define( 'Remove_BG_VERSION', '1. 0.0' );29 define( 'Remove_BG_VERSION', '1.1' ); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.