Version Description
- Added Upgrade to Pro Link of StartKit Theme
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 1.1.5 |
Comparing to | |
See all releases |
Code changes from version 1.1.4 to 1.1.5
clever-fox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Clever Fox
|
4 |
Plugin URI:
|
5 |
Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
|
6 |
-
Version: 1.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: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
|
6 |
+
Version: 1.1.5
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/startkit/features/section-service.php
CHANGED
@@ -143,7 +143,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
143 |
//Pro feature
|
144 |
class Startkit_services__section_upgrade extends WP_Customize_Control {
|
145 |
public function render_content() { ?>
|
146 |
-
<
|
147 |
<?php
|
148 |
}
|
149 |
}
|
143 |
//Pro feature
|
144 |
class Startkit_services__section_upgrade extends WP_Customize_Control {
|
145 |
public function render_content() { ?>
|
146 |
+
<a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/startkit-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','startkit'); ?></a>
|
147 |
<?php
|
148 |
}
|
149 |
}
|
inc/startkit/features/section-testimonial.php
CHANGED
@@ -136,7 +136,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
136 |
//Pro feature
|
137 |
class Startkit_testimonial__section_upgrade extends WP_Customize_Control {
|
138 |
public function render_content() { ?>
|
139 |
-
<
|
140 |
<?php
|
141 |
}
|
142 |
}
|
136 |
//Pro feature
|
137 |
class Startkit_testimonial__section_upgrade extends WP_Customize_Control {
|
138 |
public function render_content() { ?>
|
139 |
+
<a class="customizer_testimonial_upgrade_section up-to-pro" href="https://www.nayrathemes.com/startkit-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','startkit'); ?></a>
|
140 |
<?php
|
141 |
}
|
142 |
}
|
readme.txt
CHANGED
@@ -31,6 +31,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
31 |
|
32 |
|
33 |
== Changelog ==
|
|
|
|
|
|
|
34 |
= 1.1.4 =
|
35 |
* Hantus Theme Functionality Added
|
36 |
|
31 |
|
32 |
|
33 |
== Changelog ==
|
34 |
+
= 1.1.5 =
|
35 |
+
* Added Upgrade to Pro Link of StartKit Theme
|
36 |
+
|
37 |
= 1.1.4 =
|
38 |
* Hantus Theme Functionality Added
|
39 |
|