close

Plugin Directory

Changeset 2202493


Ignore:
Timestamp:
11/28/2019 07:34:37 AM (6 years ago)
Author:
raftaar1191
Message:

Update to version 2.0.8 from GitHub

Location:
features-for-woocommerce
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • features-for-woocommerce/tags/2.0.8/features-for-woocommerce.php

    r2198531 r2202493  
    66 * Author:      raftaar1191
    77 * Author URI:  https://profiles.wordpress.org/raftaar1191/
    8  * Version:     2.0.7
     8 * Version:     2.0.6
    99 * Text Domain: ffw
    1010 * Domain Path: /i18n/languages/
     
    2424// Codebase version
    2525if ( ! defined( 'FFW_PLUGIN_VERSION' ) ) {
    26     define( 'FFW_PLUGIN_VERSION', '2.0.7' );
     26    define( 'FFW_PLUGIN_VERSION', '2.0.6' );
    2727}
    2828
  • features-for-woocommerce/tags/2.0.8/readme.txt

    r2198531 r2202493  
    66Tested up to: 5.3
    77Requires PHP: 5.6
    8 Stable tag: 2.0.7
     8Stable tag: 2.0.4
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4646
    4747== Changelog ==
    48 = 2.0.7 =
    49 Update Changelog
    50 
    5148= 2.0.6 =
    5249* Update product price on the fly in product single page
  • features-for-woocommerce/trunk/features-for-woocommerce.php

    r2198531 r2202493  
    66 * Author:      raftaar1191
    77 * Author URI:  https://profiles.wordpress.org/raftaar1191/
    8  * Version:     2.0.7
     8 * Version:     2.0.6
    99 * Text Domain: ffw
    1010 * Domain Path: /i18n/languages/
     
    2424// Codebase version
    2525if ( ! defined( 'FFW_PLUGIN_VERSION' ) ) {
    26     define( 'FFW_PLUGIN_VERSION', '2.0.7' );
     26    define( 'FFW_PLUGIN_VERSION', '2.0.6' );
    2727}
    2828
  • features-for-woocommerce/trunk/readme.txt

    r2198531 r2202493  
    66Tested up to: 5.3
    77Requires PHP: 5.6
    8 Stable tag: 2.0.7
     8Stable tag: 2.0.4
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4646
    4747== Changelog ==
    48 = 2.0.7 =
    49 Update Changelog
    50 
    5148= 2.0.6 =
    5249* Update product price on the fly in product single page
Note: See TracChangeset for help on using the changeset viewer.