Plugin Directory

Changeset 3315771


Ignore:
Timestamp:
06/22/2025 03:42:09 AM (9 months ago)
Author:
redefiningtheweb
Message:

version 3.3.1 released

Location:
affiliaa-affiliate-program-with-mlm
Files:
155 added
2 edited

Legend:

Unmodified
Added
Removed
  • affiliaa-affiliate-program-with-mlm/trunk/README.txt

    r3308732 r3315771  
    77Requires PHP: 5.6.2
    88WC requires at least: 4.2.0
    9 WC tested up to: 9.8.5
    10 Stable tag: 3.3.0
     9WC tested up to: 9.9.3
     10Stable tag: 3.3.1
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • affiliaa-affiliate-program-with-mlm/trunk/wp-wc-affiliate-program.php

    r3306771 r3315771  
    1717 * Plugin URI:        https://redefiningtheweb.com/product/wordpress-woocommerce-affiliate-program/1117/
    1818 * Description:       This plugin helps you to turn your E-commerce Site into an Affiliate System, which eventually boost your overall Sales.
    19  * Version:           3.3.0
     19 * Version:           3.3.1
    2020 * Author:            RedefiningTheWeb
    2121 * Author URI:        http://www.redefiningtheweb.com
     
    2626 * Tested up to:      6.8
    2727 * WC requires at least: 4.2.0
    28  * WC tested up to: 9.8.5
     28 * WC tested up to: 9.9.3
    2929 */
    3030
     
    119119    return;
    120120}
     121
     122if( in_array('affiliate-and-referral-for-woocommerce/affiliate-and-referral-for-woocommerce.php', apply_filters('active_plugins', get_option('active_plugins') ) ) )
     123{
     124    return;
     125}
    121126//Plugin Constant
    122127define('RTWALWM_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.