Plugin Directory

Changeset 2234509


Ignore:
Timestamp:
01/28/2020 02:19:26 PM (6 years ago)
Author:
avs2738
Message:

version increment

Location:
wc-remove-bg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wc-remove-bg/tags/1.1/wc-remove-bg.php

    r2234505 r2234509  
    77 * Description:       Remove/change background of WooCommerce product images.
    88 * Plugin URI:        http://fresh-d.biz/wocommerce-remove-background.html
    9  * Version:           1.0.0
     9 * Version:           1.1
    1010 * Author:            Fresh-d
    1111 * Author URI:        https://fresh-d.biz/about-us.html
    1212 * Requires at least: 4.1
    13  * Tested up to:      5.2.3
     13 * Tested up to:      5.3.2
    1414 * License:           GPL-2.0+
    1515 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     
    1818
    1919 * WC requires at least: 3.1
    20  * WC tested up to: 3.7
     20 * WC tested up to: 3.9
    2121 */
    2222
     
    2727
    2828
    29 define( 'Remove_BG_VERSION', '1.0.0' );
     29define( 'Remove_BG_VERSION', '1.1' );
    3030
    3131/**
  • wc-remove-bg/trunk/wc-remove-bg.php

    r2164019 r2234509  
    77 * Description:       Remove/change background of WooCommerce product images.
    88 * Plugin URI:        http://fresh-d.biz/wocommerce-remove-background.html
    9  * Version:           1.0.0
     9 * Version:           1.1
    1010 * Author:            Fresh-d
    1111 * Author URI:        https://fresh-d.biz/about-us.html
    1212 * Requires at least: 4.1
    13  * Tested up to:      5.2.3
     13 * Tested up to:      5.3.2
    1414 * License:           GPL-2.0+
    1515 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     
    1818
    1919 * WC requires at least: 3.1
    20  * WC tested up to: 3.7
     20 * WC tested up to: 3.9
    2121 */
    2222
     
    2727
    2828
    29 define( 'Remove_BG_VERSION', '1.0.0' );
     29define( 'Remove_BG_VERSION', '1.1' );
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.