Hueman Addons - Version 2.2.2

Version Description

Minor fix : unwanted error log displayed in some cases.

=

Download this release

Release Info

Developer nikeo
Plugin Icon 128x128 Hueman Addons
Version 2.2.2
Comparing to
See all releases

Code changes from version 2.2.1 to 2.2.2

Files changed (4) hide show
  1. ha-fire.php +1 -1
  2. inc/czr-skope/index.php +4 -1
  3. lang/en_US.po +1 -1
  4. readme.txt +6 -3
ha-fire.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Hueman Addons
4
  * Plugin URI: https://presscustomizr.com
5
  * Description: Hueman Theme Addons
6
- * Version: 2.2.1
7
  * Text Domain: hueman-addons
8
  * Author: Press Customizr
9
  * Author URI: https://presscustomizr.com
3
  * Plugin Name: Hueman Addons
4
  * Plugin URI: https://presscustomizr.com
5
  * Description: Hueman Theme Addons
6
+ * Version: 2.2.2
7
  * Text Domain: hueman-addons
8
  * Author: Press Customizr
9
  * Author URI: https://presscustomizr.com
inc/czr-skope/index.php CHANGED
@@ -103,7 +103,10 @@ function skp_get_skope( $_requesting_wot = null, $_return_string = true, $reques
103
  $_return = array( "id" => "{$obj_id}" );
104
  }
105
  else {
106
- error_log( __FUNCTION__ . ' error when building the local skope, no object_id provided.');
 
 
 
107
  }
108
  break;
109
  }
103
  $_return = array( "id" => "{$obj_id}" );
104
  }
105
  else {
106
+ if ( defined( 'NIMBLE_DEV' ) && NIMBLE_DEV ) {
107
+ error_log( __FUNCTION__ . ' error when building the local skope, no object_id provided.');
108
+ error_log( print_r( $parts, true) );
109
+ }
110
  }
111
  break;
112
  }
lang/en_US.po CHANGED
@@ -1,6 +1,6 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Hueman Addons v2.2.1\n"
4
  "POT-Creation-Date: 2016-12-19 18:13+0100\n"
5
  "PO-Revision-Date: 2016-12-19 18:14+0100\n"
6
  "Last-Translator: \n"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Hueman Addons v2.2.2\n"
4
  "POT-Creation-Date: 2016-12-19 18:13+0100\n"
5
  "PO-Revision-Date: 2016-12-19 18:14+0100\n"
6
  "Last-Translator: \n"
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: hueman theme, hueman, customizer, contextualizer
6
  Requires at least: 4.7
7
  Requires PHP: 5.4
8
  Tested up to: 5.0.1
9
- Stable tag: 2.2.1
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
 
@@ -37,10 +37,13 @@ The plugin has been designed specifically for the Hueman WordPress theme. Lightw
37
  [Documentation here](http://docs.presscustomizr.com/article/242-hueman-addons-how-to-set-the-share-bar-options)
38
 
39
  == Upgrade Notice ==
40
- = 2.2.1 =
41
- Fixed : in the customizer, the contextualizer select was not properly initialized.
42
 
43
  == Changelog ==
 
 
 
44
  = 2.2.1 December 17th, 2018 =
45
  * fixed : the contextualizer select is not properly initialized
46
 
6
  Requires at least: 4.7
7
  Requires PHP: 5.4
8
  Tested up to: 5.0.1
9
+ Stable tag: 2.2.2
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
 
37
  [Documentation here](http://docs.presscustomizr.com/article/242-hueman-addons-how-to-set-the-share-bar-options)
38
 
39
  == Upgrade Notice ==
40
+ = 2.2.2 =
41
+ Minor fix : unwanted error log displayed in some cases.
42
 
43
  == Changelog ==
44
+ = 2.2.2 December 19th, 2018 =
45
+ * fixed : unwanted error log displayed. reported here https://wordpress.org/support/topic/error-in-log-10/
46
+
47
  = 2.2.1 December 17th, 2018 =
48
  * fixed : the contextualizer select is not properly initialized
49