Clever Fox - Version 7.0

Version Description

  • Text Domain Updated in Fiona Blog Theme
Download this release

Release Info

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

Code changes from version 6.9 to 7.0

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 us. Clever Fox contains all features which are required to create a complete website. See below free themes.
6
- Version: 6.9
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 us. Clever Fox contains all features which are required to create a complete website. See below free themes.
6
+ Version: 7.0
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/fiona-blog/extras.php CHANGED
@@ -8,23 +8,23 @@ function fiona_blog_get_social_icon_default() {
8
  'fiona_blog_get_social_icon_default', json_encode(
9
  array(
10
  array(
11
- 'icon_value' => esc_html__( 'fa-facebook', 'fiona' ),
12
- 'link' => esc_html__( '#', 'fiona' ),
13
  'id' => 'customizer_repeater_header_social_001',
14
  ),
15
  array(
16
- 'icon_value' => esc_html__( 'fa-twitter', 'fiona' ),
17
- 'link' => esc_html__( '#', 'fiona' ),
18
  'id' => 'customizer_repeater_header_social_003',
19
  ),
20
  array(
21
- 'icon_value' => esc_html__( 'fa-instagram', 'fiona' ),
22
- 'link' => esc_html__( '#', 'fiona' ),
23
  'id' => 'customizer_repeater_header_social_004',
24
  ),
25
  array(
26
- 'icon_value' => esc_html__( 'fa-pinterest', 'fiona' ),
27
- 'link' => esc_html__( '#', 'fiona' ),
28
  'id' => 'customizer_repeater_header_social_007',
29
  ),
30
  )
8
  'fiona_blog_get_social_icon_default', json_encode(
9
  array(
10
  array(
11
+ 'icon_value' => esc_html__( 'fa-facebook', 'clever-fox' ),
12
+ 'link' => esc_html__( '#', 'clever-fox' ),
13
  'id' => 'customizer_repeater_header_social_001',
14
  ),
15
  array(
16
+ 'icon_value' => esc_html__( 'fa-twitter', 'clever-fox' ),
17
+ 'link' => esc_html__( '#', 'clever-fox' ),
18
  'id' => 'customizer_repeater_header_social_003',
19
  ),
20
  array(
21
+ 'icon_value' => esc_html__( 'fa-instagram', 'clever-fox' ),
22
+ 'link' => esc_html__( '#', 'clever-fox' ),
23
  'id' => 'customizer_repeater_header_social_004',
24
  ),
25
  array(
26
+ 'icon_value' => esc_html__( 'fa-pinterest', 'clever-fox' ),
27
+ 'link' => esc_html__( '#', 'clever-fox' ),
28
  'id' => 'customizer_repeater_header_social_007',
29
  ),
30
  )
inc/fiona-blog/widgets/class-social-widget.php CHANGED
@@ -56,9 +56,9 @@ if ( ! class_exists( 'fiona_blog_social_icon_widget' ) ) :
56
  </div>
57
 
58
  <p>
59
- <label for="<?php echo $this->get_field_id( 'social_style' ); ?>"><?php _e('Select Style Style','fiona'); ?></label>
60
  <select class="widefat" id="<?php echo $this->get_field_id( 'social_style' ); ?>" name="<?php echo $this->get_field_name( 'social_style' ); ?>">
61
- <option value>--<?php echo __('Select','fiona'); ?>--</option>
62
  <?php
63
  $social_style = $instance['social_style'];
64
  $users =array("style1","style3","style4");
56
  </div>
57
 
58
  <p>
59
+ <label for="<?php echo $this->get_field_id( 'social_style' ); ?>"><?php _e('Select Style Style','clever-fox'); ?></label>
60
  <select class="widefat" id="<?php echo $this->get_field_id( 'social_style' ); ?>" name="<?php echo $this->get_field_name( 'social_style' ); ?>">
61
+ <option value>--<?php echo __('Select','clever-fox'); ?>--</option>
62
  <?php
63
  $social_style = $instance['social_style'];
64
  $users =array("style1","style3","style4");
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.9
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -106,6 +106,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
106
 
107
  == Changelog ==
108
 
 
 
 
109
  = 6.9 =
110
  * Readme Updated
111
 
4
  Requires at least: 4.0
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
+ Stable tag: 7.0
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
106
 
107
  == Changelog ==
108
 
109
+ = 7.0 =
110
+ * Text Domain Updated in Fiona Blog Theme
111
+
112
  = 6.9 =
113
  * Readme Updated
114