Plugin Directory

Changeset 2442002


Ignore:
Timestamp:
12/18/2020 04:51:53 AM (5 years ago)
Author:
ThemeFarmer
Message:

links fixed and tested up to

Location:
themefarmer-companion/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themefarmer-companion/trunk/readme.txt

    r2192371 r2442002  
    33Tags: ThemeFarmer Companion, ThemeFarmer, Slider, Testimonial, Team
    44Requires at least: 4.0
    5 Tested up to: 5.3
     5Tested up to: 5.6
    66Stable tag: trunk
    77Requires PHP: 5.4
  • themefarmer-companion/trunk/themefarmer-companion.php

    r2197166 r2442002  
    66Author URI: https://www.themefarmer.com/
    77Domain Path: /lang/
    8 Version: 1.3.1
     8Version: 1.3.2
    99Text Domain: themefarmer-companion
    1010
     
    3030define('THEMEFARMER_COMPANION_DIR', plugin_dir_path(__FILE__));
    3131define('THEMEFARMER_COMPANION_URI', plugin_dir_url(__FILE__));
    32 define('THEMEFARMER_COMPANION_VAR', '1.0.3');
     32define('THEMEFARMER_COMPANION_VAR', '1.3.2');
    3333
    3434function themefarmer_companion_init() {
     
    9494    if ($theme->name === 'Scope' || $theme->parent_theme === 'Scope') {
    9595        require_once trailingslashit(THEMEFARMER_COMPANION_DIR) . 'theme-files/scope-customizer.php';
    96         define('THEMEFARMER_COMPANION_PRO_LINK', 'https://www.themefarmer.com/themes/scope-pro/?utm_source=customizer&utm_medium=scope-limited-link&utm_campaign=upgrade-to-pro');
     96        define('THEMEFARMER_COMPANION_PRO_LINK', 'https://themefarmer.com/product/scope-pro/');
    9797    }
    9898
    9999    if ($theme->name === 'Amazica' || $theme->parent_theme === 'Amazica') {
    100100        require_once trailingslashit(THEMEFARMER_COMPANION_DIR) . 'theme-files/amazica-customizer.php';
    101         define('THEMEFARMER_COMPANION_PRO_LINK', 'https://www.themefarmer.com/themes/amazica-pro/?utm_source=customizer&utm_medium=amazica-limited-link&utm_campaign=upgrade-to-pro');
     101        define('THEMEFARMER_COMPANION_PRO_LINK', 'https://themefarmer.com/product/amazica-pro/');
    102102    }
    103103
    104104    if ($theme->name === 'NewStore' || $theme->parent_theme === 'NewStore') {
    105         define('THEMEFARMER_COMPANION_PRO_LINK', 'https://www.themefarmer.com/themes/newstore-pro/?utm_source=customizer&utm_medium=newstore-limited-link&utm_campaign=upgrade-to-pro');
     105        define('THEMEFARMER_COMPANION_PRO_LINK', 'https://themefarmer.com/product/newestore-pro/');
    106106    }
    107 
    108107
    109108}
Note: See TracChangeset for help on using the changeset viewer.