Clever Fox - Version 1.1.2

Version Description

  • Fixed Debug Error
Download this release

Release Info

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

Code changes from version 1.1.1 to 1.1.2

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.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.2
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/startkit/default-pages/upload-media.php CHANGED
@@ -5,7 +5,7 @@ $ImagePath = CLEVERFOX_PLUGIN_URL .'inc/startkit/images';
5
  $images = array(
6
  $ImagePath. '/logo.png',
7
  );
8
- $parent_post_id;
9
  foreach($images as $name) {
10
  $filename = basename($name);
11
  $upload_file = wp_upload_bits($filename, null, file_get_contents($name));
5
  $images = array(
6
  $ImagePath. '/logo.png',
7
  );
8
+ $parent_post_id = null;
9
  foreach($images as $name) {
10
  $filename = basename($name);
11
  $upload_file = wp_upload_bits($filename, null, file_get_contents($name));
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.1 =
35
  * Improvement In Typography
36
 
31
 
32
 
33
  == Changelog ==
34
+ = 1.1.2 =
35
+ * Fixed Debug Error
36
+
37
  = 1.1.1 =
38
  * Improvement In Typography
39