Skip to content

Commit

Permalink
v3.3.14 build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeo committed Jun 29, 2017
1 parent 3bd436b commit 31f1a57
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assets/front/js/_front_js_fmk
1 change: 0 additions & 1 deletion assets/front/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ if (!Array.from) {
};
}());
}

;(function ( $, window, document, undefined ) {

var pluginPrefix = 'original',
Expand Down
2 changes: 1 addition & 1 deletion functions/class-utils-settings-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ function hu_mobiles_sec() {
'fittext' => array(
'default' => 0,
'control' => 'HU_controls',
'label' => __('Makes font sizes flexible. Enable this option to achieve scalable headlines that fill the width of a parent element.', 'hueman'),
'label' => __('Make font sizes flexible. Enable this option to achieve scalable headlines that fill the width of a parent element.', 'hueman'),
'section' => 'mobiles_sec',
'type' => 'checkbox',
'notice' => __( "This option is good if you want to display a perfect font-size for your headings on any mobile devices. Note : it might override the css rules previously set in your custom stylesheet." , 'hueman' )
Expand Down
2 changes: 1 addition & 1 deletion languages/es_VE.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: Hueman v3.3.13\n"
"Project-Id-Version: Hueman v3.3.14\n"
"POT-Creation-Date: 2016-05-30 08:46+0200\n"
"PO-Revision-Date: 2016-05-30 08:46+0200\n"
"Last-Translator: José Subero | @arawako and Ernesto Chapon <jose.Language-"
Expand Down
2 changes: 1 addition & 1 deletion languages/hr_HR.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: Hueman v3.3.13\n"
"Project-Id-Version: Hueman v3.3.14\n"
"POT-Creation-Date: 2016-05-30 08:47+0200\n"
"PO-Revision-Date: 2016-05-30 08:47+0200\n"
"Last-Translator: zcuric <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/id_ID.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: Hueman v3.3.13\n"
"Project-Id-Version: Hueman v3.3.14\n"
"POT-Creation-Date: 2016-08-31 16:10+0200\n"
"PO-Revision-Date: 2016-08-31 16:10+0200\n"
"Last-Translator: \n"
Expand Down
2 changes: 1 addition & 1 deletion languages/pt_BR.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: Hueman v3.3.13\n"
"Project-Id-Version: Hueman v3.3.14\n"
"POT-Creation-Date: 2016-05-30 08:47+0200\n"
"PO-Revision-Date: 2016-05-30 08:47+0200\n"
"Last-Translator: Elvis Henrique Pereira <[email protected]>\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",
"version": "3.3.13",
"version": "3.3.14",
"description": "The Hueman theme helps you increase your traffic and engage your visitors. It loads fast and is 100% mobile-friendly according to Google. Best rated theme for blogs and magazines on WordPress.org. Powering 80K+ websites around the world.",
"author": "nikeo",
"license": "GNU GPL v3.0",
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hueman v3.3.13
# Hueman v3.3.14
![Hueman - Free Wordpress Theme](/screenshot.png)

> The Hueman theme helps you increase your traffic and engage your visitors. It loads fast and is 100% mobile-friendly according to Google. Best rated theme for blogs and magazines on WordPress.org. Powering 80K+ websites around the world.
Expand Down Expand Up @@ -82,6 +82,11 @@ Right sidebar, top to bottom:
See headers of files for further details.

## Changelog
= 3.3.14 June 29th 2017 =
* fixed : Restrict the front ajax query when user has checked the sticky sidebars for either mobile devices or desktops, or both. Fixes #523.
* fixed : related posts should not inherit the main post-title fittext font-size
* added : new option in Adanced options > Mobile Devies > Make font sizes flexible. , responsive font-size is unchecked by default. Fixes #522

= 3.3.13 June 26th 2017 =
* fixed : when doing an ajax request on front, always make sure that the response is a well formed object, and fallback on the localized param if not
* updated : flexslider.min.js. Fixes : #511
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hueman v3.3.13
# Hueman v3.3.14
![Hueman - Free Wordpress Theme](/screenshot.png)

> The Hueman theme helps you increase your traffic and engage your visitors. It loads fast and is 100% mobile-friendly according to Google. Best rated theme for blogs and magazines on WordPress.org. Powering 80K+ websites around the world.
Expand Down Expand Up @@ -73,6 +73,12 @@ Right sidebar, top to bottom:
See headers of files for further details.

# Changelog
= 3.3.14 June 29th 2017 =
* fixed : huajax used to set the browser agent when the sticky sidebar is on might be too slow. Restrict the ajax query only when user has checked the sticky sidebars for either mobile devices or desktops, or both. Fixes #523.
* fixed : related posts should not inherit the main post-title fittext font-size
* added : new option in Adanced options > Mobile Devies > Make font sizes flexible. , responsive font-size is unchecked by default. Fixes #522


= 3.3.13 June 26th 2017 =
* fixed : when doing an ajax request on front, always make sure that the response is a well formed object, and fallback on the localized param if not
* updated : flexslider.min.js. Fixes : #511
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Theme Name: Hueman
Theme URI: http://presscustomizr.com/hueman/
Version: 3.3.13
Version: 3.3.14
Description: The Hueman theme helps you increase your traffic and engage your visitors. It loads fast and is 100% mobile-friendly according to Google. Best rated theme for blogs and magazines on WordPress.org. Powering 80K+ websites around the world.
Author: nikeo
Author URI: http://presscustomizr.com
Expand Down

0 comments on commit 31f1a57

Please sign in to comment.