Clever Fox - Version 9.4

Version Description

  • Gradiant Theme Upsale Links Added
Download this release

Release Info

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

Code changes from version 9.3 to 9.4

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: 9.3
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: 9.4
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/gradiant/features/gradiant-footer.php CHANGED
@@ -62,7 +62,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
62
  public function render_content() {
63
  $theme = wp_get_theme(); // gets the current theme
64
  ?>
65
- <a class="customizer_footer_above_upgrade_section up-to-pro" href="#" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
66
 
67
  <?php
68
  }
62
  public function render_content() {
63
  $theme = wp_get_theme(); // gets the current theme
64
  ?>
65
+ <a class="customizer_footer_above_upgrade_section up-to-pro" href="https://www.nayrathemes.com/gradiant-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
66
 
67
  <?php
68
  }
inc/gradiant/features/gradiant-header.php CHANGED
@@ -114,7 +114,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
114
  public function render_content() {
115
  $theme = wp_get_theme(); // gets the current theme
116
  ?>
117
- <a class="customizer_social_upgrade_section up-to-pro" href="#" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
118
  <?php
119
  }
120
  }
114
  public function render_content() {
115
  $theme = wp_get_theme(); // gets the current theme
116
  ?>
117
+ <a class="customizer_social_upgrade_section up-to-pro" href="https://www.nayrathemes.com/gradiant-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
118
  <?php
119
  }
120
  }
inc/gradiant/features/gradiant-service.php CHANGED
@@ -173,7 +173,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
173
  public function render_content() {
174
  $theme = wp_get_theme(); // gets the current theme
175
  ?>
176
- <a class="customizer_service_upgrade_section up-to-pro" href="#" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
177
 
178
  <?php
179
  }
173
  public function render_content() {
174
  $theme = wp_get_theme(); // gets the current theme
175
  ?>
176
+ <a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/gradiant-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
177
 
178
  <?php
179
  }
inc/gradiant/features/gradiant-slider.php CHANGED
@@ -118,7 +118,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
118
  public function render_content() {
119
  $theme = wp_get_theme(); // gets the current theme
120
  ?>
121
- <a class="customizer_slider_upgrade_section up-to-pro" href="#" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
122
 
123
  <?php
124
  }
118
  public function render_content() {
119
  $theme = wp_get_theme(); // gets the current theme
120
  ?>
121
+ <a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/gradiant-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
122
 
123
  <?php
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.8
6
  Requires PHP: 5.6
7
- Stable tag: 9.3
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -110,6 +110,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
110
 
111
  == Changelog ==
112
 
 
 
 
113
  = 9.3 =
114
  * Gradiant Theme Sections Hide Show Settings Added
115
 
4
  Requires at least: 4.0
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
+ Stable tag: 9.4
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
110
 
111
  == Changelog ==
112
 
113
+ = 9.4 =
114
+ * Gradiant Theme Upsale Links Added
115
+
116
  = 9.3 =
117
  * Gradiant Theme Sections Hide Show Settings Added
118