Changeset 2442002
- Timestamp:
- 12/18/2020 04:51:53 AM (5 years ago)
- Location:
- themefarmer-companion/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
themefarmer-companion.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
themefarmer-companion/trunk/readme.txt
r2192371 r2442002 3 3 Tags: ThemeFarmer Companion, ThemeFarmer, Slider, Testimonial, Team 4 4 Requires at least: 4.0 5 Tested up to: 5. 35 Tested up to: 5.6 6 6 Stable tag: trunk 7 7 Requires PHP: 5.4 -
themefarmer-companion/trunk/themefarmer-companion.php
r2197166 r2442002 6 6 Author URI: https://www.themefarmer.com/ 7 7 Domain Path: /lang/ 8 Version: 1.3. 18 Version: 1.3.2 9 9 Text Domain: themefarmer-companion 10 10 … … 30 30 define('THEMEFARMER_COMPANION_DIR', plugin_dir_path(__FILE__)); 31 31 define('THEMEFARMER_COMPANION_URI', plugin_dir_url(__FILE__)); 32 define('THEMEFARMER_COMPANION_VAR', '1. 0.3');32 define('THEMEFARMER_COMPANION_VAR', '1.3.2'); 33 33 34 34 function themefarmer_companion_init() { … … 94 94 if ($theme->name === 'Scope' || $theme->parent_theme === 'Scope') { 95 95 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/'); 97 97 } 98 98 99 99 if ($theme->name === 'Amazica' || $theme->parent_theme === 'Amazica') { 100 100 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/'); 102 102 } 103 103 104 104 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/'); 106 106 } 107 108 107 109 108 }
Note: See TracChangeset
for help on using the changeset viewer.