Hueman Addons - Version 2.0.9

Version Description

March 2nd 2017 = * fixed : Google Plus button disappeared in v2.0.8

Download this release

Release Info

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

Code changes from version 2.0.8 to 2.0.9

addons/sharrre/sharrre-template.php CHANGED
@@ -59,7 +59,7 @@
59
  enableHover: false,
60
  enableTracking: true,
61
  buttons:{size: 'tall'},
62
- urlCurl: '<?php echo HA_BASE_URL . "assets/front/js/sharrre.php"; ?>',
63
  click: function(api, options){
64
  api.simulateClick();
65
  api.openPopup('googlePlus');
59
  enableHover: false,
60
  enableTracking: true,
61
  buttons:{size: 'tall'},
62
+ urlCurl: '<?php echo HA_BASE_URL . "addons/assets/front/js/sharrre.php"; ?>',
63
  click: function(api, options){
64
  api.simulateClick();
65
  api.openPopup('googlePlus');
ha-fire.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Hueman Addons
4
  * Plugin URI: http://presscustomizr.com
5
  * Description: Hueman Theme Addons
6
- * Version: 2.0.8
7
  * Text Domain: hueman-addons
8
  * Author: Press Customizr
9
  * Author URI: http://presscustomizr.com
3
  * Plugin Name: Hueman Addons
4
  * Plugin URI: http://presscustomizr.com
5
  * Description: Hueman Theme Addons
6
+ * Version: 2.0.9
7
  * Text Domain: hueman-addons
8
  * Author: Press Customizr
9
  * Author URI: http://presscustomizr.com
lang/en_US.po CHANGED
@@ -1,6 +1,6 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Hueman Addons v2.0.8\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.0.9\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
@@ -5,7 +5,7 @@ Plugin URI: https://wordpress.org/plugins/hueman-addons/
5
  Tags: hueman theme, hueman
6
  Requires at least: 3.4
7
  Tested up to: 4.7
8
- Stable tag: 2.0.8
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -37,6 +37,9 @@ The plugin has been designed specifically for the Hueman WordPress theme. Lightw
37
 
38
 
39
  == Changelog ==
 
 
 
40
  = 2.0.8 February 26th 2017 =
41
  * improved : better customizer user interface
42
  * improved : javascript error handling in the customizer
5
  Tags: hueman theme, hueman
6
  Requires at least: 3.4
7
  Tested up to: 4.7
8
+ Stable tag: 2.0.9
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
37
 
38
 
39
  == Changelog ==
40
+ = 2.0.9 March 2nd 2017 =
41
+ * fixed : Google Plus button disappeared in v2.0.8
42
+
43
  = 2.0.8 February 26th 2017 =
44
  * improved : better customizer user interface
45
  * improved : javascript error handling in the customizer