Clever Fox - Version 11.2

Version Description

  • Techine Theme Upsale Links Added
Download this release

Release Info

Developer nayrathemes
Plugin Icon 128x128 Clever Fox
Version 11.2
Comparing to
See all releases

Code changes from version 11.1 to 11.2

clever-fox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 50000+ trusted websites with Nayra Themes. It provides intuitive features to your website. 20+ Themes compatible with Clever Fox. See below free themes listed here. Avril is one of Popular themes in our collections.
6
- Version: 11.1
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 50000+ trusted websites with Nayra Themes. It provides intuitive features to your website. 20+ Themes compatible with Clever Fox. See below free themes listed here. Avril is one of Popular themes in our collections.
6
+ Version: 11.2
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/conceptly/features/conceptly-features.php CHANGED
@@ -176,6 +176,12 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
176
  }elseif ( 'Azwa' == $theme->name){
177
  ?>
178
  <a class="customizer_feature_upgrade_section up-to-pro" href="https://www.nayrathemes.com/azwa-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
 
 
 
 
 
 
179
  <?php
180
  }else{
181
  ?>
176
  }elseif ( 'Azwa' == $theme->name){
177
  ?>
178
  <a class="customizer_feature_upgrade_section up-to-pro" href="https://www.nayrathemes.com/azwa-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
179
+
180
+ <?php
181
+ }elseif ( 'Techine' == $theme->name){
182
+ ?>
183
+ <a class="customizer_feature_upgrade_section up-to-pro" href="https://www.nayrathemes.com/techine-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
184
+
185
  <?php
186
  }else{
187
  ?>
inc/conceptly/features/conceptly-service.php CHANGED
@@ -183,6 +183,12 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
183
  }elseif ( 'Azwa' == $theme->name){
184
  ?>
185
  <a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/azwa-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
 
 
 
 
 
 
186
  <?php
187
  }else{
188
  ?>
183
  }elseif ( 'Azwa' == $theme->name){
184
  ?>
185
  <a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/azwa-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
186
+
187
+ <?php
188
+ }elseif ( 'Techine' == $theme->name){
189
+ ?>
190
+ <a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/techine-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
191
+
192
  <?php
193
  }else{
194
  ?>
inc/conceptly/features/conceptly-slider.php CHANGED
@@ -118,6 +118,12 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
118
  }elseif ( 'Azwa' == $theme->name){
119
  ?>
120
  <a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/azwa-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
 
 
 
 
 
 
121
  <?php
122
  }else{
123
  ?>
118
  }elseif ( 'Azwa' == $theme->name){
119
  ?>
120
  <a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/azwa-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
121
+
122
+ <?php
123
+ }elseif ( 'Techine' == $theme->name){
124
+ ?>
125
+ <a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/techine-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
126
+
127
  <?php
128
  }else{
129
  ?>
inc/conceptly/features/conceptly-sponsers.php CHANGED
@@ -113,6 +113,12 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
113
  }elseif ( 'Azwa' == $theme->name){
114
  ?>
115
  <a class="customizer_sponsors_upgrade_section up-to-pro" href="https://www.nayrathemes.com/azwa-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
 
 
 
 
 
 
116
  <?php
117
  }else{
118
  ?>
113
  }elseif ( 'Azwa' == $theme->name){
114
  ?>
115
  <a class="customizer_sponsors_upgrade_section up-to-pro" href="https://www.nayrathemes.com/azwa-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
116
+
117
+ <?php
118
+ }elseif ( 'Techine' == $theme->name){
119
+ ?>
120
+ <a class="customizer_sponsors_upgrade_section up-to-pro" href="https://www.nayrathemes.com/techine-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
121
+
122
  <?php
123
  }else{
124
  ?>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: homepage, companion, demo, sections, customizer, widget, settings
4
  Requires at least: 4.0
5
  Tested up to: 5.9
6
  Requires PHP: 5.6
7
- Stable tag: 11.1
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -126,6 +126,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
126
 
127
  == Changelog ==
128
 
 
 
 
129
  = 11.1 =
130
  * Techine Theme Functionality Added
131
 
4
  Requires at least: 4.0
5
  Tested up to: 5.9
6
  Requires PHP: 5.6
7
+ Stable tag: 11.2
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
126
 
127
  == Changelog ==
128
 
129
+ = 11.2 =
130
+ * Techine Theme Upsale Links Added
131
+
132
  = 11.1 =
133
  * Techine Theme Functionality Added
134