Skip to content

Commit

Permalink
* fixed : customizer panel doesn't scroll down fully
Browse files Browse the repository at this point in the history
* fixed : customizer freezing on Safari 10.0.2
v2.0.5 build
  • Loading branch information
nikeo committed Dec 28, 2016
1 parent 57e4800 commit 37d0f30
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 12 deletions.
7 changes: 3 additions & 4 deletions assets/czr/css/czr-control-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
color: #E6B800;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
}
/* Add space at the bottom of each section => otherwise the last controls might be hidden */
.accordion-section-content {
margin-bottom: 40px!important;
}

@media screen and (min-width: 1025px) {
.wp-customizer .expanded #customize-footer-actions {
height: 85px;
background: inherit;
}
.wp-customizer #customize-controls .wp-full-overlay-sidebar-content {
bottom: 85px;
}
}
2 changes: 1 addition & 1 deletion assets/czr/js/czr-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -4154,9 +4154,9 @@ $.extend( CZRSkopeMths, {

return dfd.promise();
};//_new_refresh()
api.Previewer.prototype.refresh = _new_refresh;
api.bind( 'czr-skope-started' , function() {
czr_override_refresh_for_skope();
api.Previewer.prototype.refresh = _new_refresh;
});
api.czr_getSkopeQueryParams = function( params ) {
if ( ! api.czr_isChangeSetOn() )
Expand Down
2 changes: 1 addition & 1 deletion assets/czr/js/czr-control.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ha-fire.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: 2.0.4
* Version: 2.0.5
* Text Domain: hueman-addons
* Author: Press Customizr
* Author URI: http://presscustomizr.com
Expand Down Expand Up @@ -38,7 +38,7 @@ function __construct() {
self::$instance =& $this;

//last version sync
$this -> last_theme_version_fmk_sync = '3.3.2';
$this -> last_theme_version_fmk_sync = '3.3.3';
$this -> minimal_authorized_theme_version = '3.3.0';

//checks if is customizing : two context, admin and front (preview frame)
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 v2.0.4\n"
"Project-Id-Version: Hueman Addons v2.0.5\n"
"POT-Creation-Date: 2016-12-19 18:13+0100\n"
"PO-Revision-Date: 2016-12-19 18:14+0100\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": "2.0.4",
"version": "2.0.5",
"description": "Lightweight addons plugins for the Hueman WordPress theme.",
"author": "nikeo",
"license": "GNU GPL v3.0",
Expand Down
6 changes: 5 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.7
Stable tag: 2.0.4
Stable tag: 2.0.5
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -90,6 +90,10 @@ The plugin has been designed specifically for the Hueman WordPress theme. Lightw


## Changelog ##
= 2.0.5 : December 28th, 2016 =
* fixed : customizer panel doesn't scroll down fully
* fixed : customizer freezing on Safari 10.0.2

= 2.0.4 : December 21st, 2016 =
* fixed : it was not possible to set static front page and post page layout independently
* fixed : removed anonymous callback assigned to "hu_hueman_loaded" used to print dev logs
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Plugin URI: https://wordpress.org/plugins/hueman-addons/
Tags: hueman theme, hueman
Requires at least: 3.4
Tested up to: 4.7
Stable tag: 2.0.4
Stable tag: 2.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -37,6 +37,10 @@ The plugin has been designed specifically for the Hueman WordPress theme. Lightw


== Changelog ==
= 2.0.5 : December 28th, 2016 =
* fixed : customizer panel doesn't scroll down fully
* fixed : customizer freezing on Safari 10.0.2

= 2.0.4 : December 21st, 2016 =
* fixed : it was not possible to set static front page and post page layout independently
* fixed : removed anonymous callback assigned to "hu_hueman_loaded" used to print dev logs
Expand Down

0 comments on commit 37d0f30

Please sign in to comment.