Clever Fox - Version 6.7

Version Description

  • Aravalli Theme Upsale Links Added
  • Readme Updated
Download this release

Release Info

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

Code changes from version 6.6 to 6.7

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 40000+ trusted websites with us. Clever Fox contains all features which are required to create a complete website. See below free themes.
6
- Version: 6.6
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 40000+ trusted websites with us. Clever Fox contains all features which are required to create a complete website. See below free themes.
6
+ Version: 6.7
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/aravalli/extras.php CHANGED
@@ -164,7 +164,7 @@ function aravalli_get_social_icon_default() {
164
  'id' => 'customizer_repeater_amenities_007',
165
  ),
166
  array(
167
- 'title' => esc_html__( 'Airport & Local Transfers', 'clever-fox' ),
168
  'icon_value' => 'fa-taxi',
169
  'id' => 'customizer_repeater_amenities_008',
170
  ),
164
  'id' => 'customizer_repeater_amenities_007',
165
  ),
166
  array(
167
+ 'title' => esc_html__( 'Airport Transfers', 'clever-fox' ),
168
  'icon_value' => 'fa-taxi',
169
  'id' => 'customizer_repeater_amenities_008',
170
  ),
inc/aravalli/features/aravalli-amenities.php CHANGED
@@ -187,7 +187,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
187
  class Aravalli_amenities__section_upgrade extends WP_Customize_Control {
188
  public function render_content() {
189
  ?>
190
- <a class="customizer_amenities_upgrade_section up-to-pro" href="#" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
191
 
192
  <?php
193
  }
187
  class Aravalli_amenities__section_upgrade extends WP_Customize_Control {
188
  public function render_content() {
189
  ?>
190
+ <a class="customizer_amenities_upgrade_section up-to-pro" href="https://www.nayrathemes.com/aravalli-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
191
 
192
  <?php
193
  }
inc/aravalli/features/aravalli-features.php CHANGED
@@ -189,7 +189,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
189
  class Aravalli_feature__section_upgrade extends WP_Customize_Control {
190
  public function render_content() {
191
  ?>
192
- <a class="customizer_feature_upgrade_section up-to-pro" href="#" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
193
 
194
  <?php
195
  }
189
  class Aravalli_feature__section_upgrade extends WP_Customize_Control {
190
  public function render_content() {
191
  ?>
192
+ <a class="customizer_feature_upgrade_section up-to-pro" href="https://www.nayrathemes.com/aravalli-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
193
 
194
  <?php
195
  }
inc/aravalli/features/aravalli-header.php CHANGED
@@ -282,7 +282,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
282
  class Aravalli_social__section_upgrade extends WP_Customize_Control {
283
  public function render_content() {
284
  ?>
285
- <a class="customizer_social_upgrade_section up-to-pro" href="#" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
286
  <?php
287
  }
288
  }
282
  class Aravalli_social__section_upgrade extends WP_Customize_Control {
283
  public function render_content() {
284
  ?>
285
+ <a class="customizer_social_upgrade_section up-to-pro" href="https://www.nayrathemes.com/aravalli-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
286
  <?php
287
  }
288
  }
inc/aravalli/features/aravalli-room.php CHANGED
@@ -191,7 +191,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
191
  class Aravalli_room__section_upgrade extends WP_Customize_Control {
192
  public function render_content() {
193
  ?>
194
- <a class="customizer_room_upgrade_section up-to-pro" href="#" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
195
 
196
  <?php
197
  }
191
  class Aravalli_room__section_upgrade extends WP_Customize_Control {
192
  public function render_content() {
193
  ?>
194
+ <a class="customizer_room_upgrade_section up-to-pro" href="https://www.nayrathemes.com/aravalli-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
195
 
196
  <?php
197
  }
inc/aravalli/features/aravalli-slider.php CHANGED
@@ -69,7 +69,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
69
  class Aravalli_slider__section_upgrade extends WP_Customize_Control {
70
  public function render_content() {
71
  ?>
72
- <a class="customizer_slider_upgrade_section up-to-pro" href="#" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
73
 
74
  <?php
75
  }
69
  class Aravalli_slider__section_upgrade extends WP_Customize_Control {
70
  public function render_content() {
71
  ?>
72
+ <a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/aravalli-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
73
 
74
  <?php
75
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: 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: 6.6
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -47,6 +47,7 @@ Clever Fox plugin to enhance the functionality of free themes made by Nayra Them
47
  - [Fiona Food](https://wordpress.org/themes/fiona-food/)
48
  - [Fiona News](https://wordpress.org/themes/fiona-news/)
49
  - [Axtria](https://wordpress.org/themes/axtria/)
 
50
 
51
 
52
 
@@ -94,6 +95,8 @@ Yes, This plugin is specially make for Nayra Themes . You can install theme for
94
  - [Fiona Food](https://wordpress.org/themes/fiona-food/)
95
  - [Fiona News](https://wordpress.org/themes/fiona-news/)
96
  - [Axtria](https://wordpress.org/themes/axtria/)
 
 
97
 
98
  == License ==
99
 
@@ -103,6 +106,10 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
103
 
104
  == Changelog ==
105
 
 
 
 
 
106
  = 6.6 =
107
  * Aravalli Theme Functionality Added
108
 
4
  Requires at least: 4.0
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
+ Stable tag: 6.7
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
47
  - [Fiona Food](https://wordpress.org/themes/fiona-food/)
48
  - [Fiona News](https://wordpress.org/themes/fiona-news/)
49
  - [Axtria](https://wordpress.org/themes/axtria/)
50
+ - [Aravalli](https://wordpress.org/themes/aravalli/)
51
 
52
 
53
 
95
  - [Fiona Food](https://wordpress.org/themes/fiona-food/)
96
  - [Fiona News](https://wordpress.org/themes/fiona-news/)
97
  - [Axtria](https://wordpress.org/themes/axtria/)
98
+ - [Aravalli](https://wordpress.org/themes/aravalli/)
99
+
100
 
101
  == License ==
102
 
106
 
107
  == Changelog ==
108
 
109
+ = 6.7 =
110
+ * Aravalli Theme Upsale Links Added
111
+ * Readme Updated
112
+
113
  = 6.6 =
114
  * Aravalli Theme Functionality Added
115