Skip to content

Commit

Permalink
v1.0.4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeo committed May 30, 2016
1 parent 97964ae commit 7deaf79
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 49 deletions.
10 changes: 5 additions & 5 deletions build/hueman-addons/hueman-addons.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Hueman Addons
* Plugin URI: http://presscustomizr.com
* Description: Hueman Theme Addons
* Version: 1.0.3
* Version: 1.0.4
* Author: Press Customizr
* Author URI: http://presscustomizr.com
* License: GPLv2 or later
Expand Down Expand Up @@ -57,7 +57,7 @@ function __construct() {
add_action( 'wp', array($this, 'hu_sharrre_front_actions') );

//CUSTOMIZER PANEL JS
add_action( 'customize_controls_print_footer_scripts', array( $this, 'hu_add_visibilities' ), 100 );
add_action( 'customize_controls_print_footer_scripts', array( $this, 'hu_extend_visibilities' ), 100 );
}//end of construct


Expand Down Expand Up @@ -204,12 +204,12 @@ function hu_addons_scripts() {


//hook : 'customize_controls_enqueue_scripts'
function hu_add_visibilities() {
function hu_extend_visibilities() {
?>
<script type="text/javascript">
(function (api, $, _) {
var _oldDeps = api.HU_visibilities.prototype.controlDeps;
api.HU_visibilities.prototype.controlDeps = _.extend( _oldDeps, {
var _oldDeps = api.CZR_visibilities.prototype.controlDeps;
api.CZR_visibilities.prototype.controlDeps = _.extend( _oldDeps, {
'sharrre' : {
controls: [
'sharrre-scrollable',
Expand Down
24 changes: 4 additions & 20 deletions build/hueman-addons/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,27 @@ Plugin URI: https://github.com/presscustomizr/hueman-addons
Tags: hueman theme, hueman
Requires at least: 3.4
Tested up to: 4.5
Stable tag: 1.0.3
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Addons for the Hueman WordPress theme

== Description ==

**Addons for the Hueman WordPress theme.**
The plugin includes the Share bar and shortcodes for the Hueman theme.

= Plugin Features =



= Credits =



= Translations =



== Installation ==

1. Install the plugin right from your WordPress admin in plugins > Add New.
1-bis. Download the plugin, unzip the package and upload it to your /wp-content/plugins/ directory
2. Activate the plugin

== Frequently Asked Questions ==


== Screenshots ==



== Changelog ==
= 1.0.4 : May 30th, 2016 =
* Fix : disapppearing sharebar, added function scope to jQuerySharre.js to avoid 3rd party plugin conflicts

= 1.0.3 : May 5th, 2016 =
* added : lang domain for plugin translation

Expand Down
2 changes: 1 addition & 1 deletion hueman-addons.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Hueman Addons
* Plugin URI: http://presscustomizr.com
* Description: Hueman Theme Addons
* Version: 1.0.3
* Version: 1.0.4
* Author: Press Customizr
* Author URI: http://presscustomizr.com
* License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion lang/en_US.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: Hueman Addons v1.0.3\n"
"Project-Id-Version: Hueman Addons v1.0.4\n"
"POT-Creation-Date: 2016-05-05 14:53+0200\n"
"PO-Revision-Date: 2016-05-05 14:53+0200\n"
"Last-Translator: \n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hueman-addons",
"version": "1.0.3",
"version": "1.0.4",
"description": "Addons for the Hueman WordPress theme.",
"author": "nikeo",
"license": "GNU GPL v3.0",
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Tags: hueman theme, hueman
* Requires at least: 3.4
* Tested up to: 4.5
Stable tag: 1.0.3
Stable tag: 1.0.4
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -99,6 +99,9 @@ The plugin includes the Share bar and shorcodes for the Hueman theme.


## Changelog ##
= 1.0.4 : May 30th, 2016 =
* Fix : disapppearing sharebar, added function scope to jQuerySharre.js to avoid 3rd party plugin conflicts

= 1.0.3 : May 5th, 2016 =
* added : lang domain for plugin translation

Expand Down
24 changes: 4 additions & 20 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,27 @@ Plugin URI: https://github.com/presscustomizr/hueman-addons
Tags: hueman theme, hueman
Requires at least: 3.4
Tested up to: 4.5
Stable tag: 1.0.3
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Addons for the Hueman WordPress theme

== Description ==

**Addons for the Hueman WordPress theme.**
The plugin includes the Share bar and shortcodes for the Hueman theme.

= Plugin Features =



= Credits =



= Translations =



== Installation ==

1. Install the plugin right from your WordPress admin in plugins > Add New.
1-bis. Download the plugin, unzip the package and upload it to your /wp-content/plugins/ directory
2. Activate the plugin

== Frequently Asked Questions ==


== Screenshots ==



== Changelog ==
= 1.0.4 : May 30th, 2016 =
* Fix : disapppearing sharebar, added function scope to jQuerySharre.js to avoid 3rd party plugin conflicts

= 1.0.3 : May 5th, 2016 =
* added : lang domain for plugin translation

Expand Down

0 comments on commit 7deaf79

Please sign in to comment.