Skip to content

Commit

Permalink
v3.3.13 build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeo committed Jun 26, 2017
1 parent 08e5e5c commit cf93bdb
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 11 deletions.
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
4 changes: 2 additions & 2 deletions content-featured.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
//Let's determine which image size would be the best
//Let's determine which image size would be the best for the current user layout
$map = array(
'col-1c' => null,// when no argument is passed to hu_the_post_thumbnail(), it will fallback on the original size
'col-2cl' => null,// when no argument is passed to hu_the_post_thumbnail(), it will fallback on the original size
Expand All @@ -8,7 +8,7 @@
'col-3cl' => 'thumb-large',
'col-3cr' => 'thumb-large'
);
$sb_layout = hu_get_layout_class();
$sb_layout = hu_get_layout_class();
$featured_img_size = array_key_exists( $sb_layout, $map ) ? $map[ $sb_layout ] : null;
?>

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.12\n"
"Project-Id-Version: Hueman v3.3.13\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.12\n"
"Project-Id-Version: Hueman v3.3.13\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.12\n"
"Project-Id-Version: Hueman v3.3.13\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.12\n"
"Project-Id-Version: Hueman v3.3.13\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.12",
"version": "3.3.13",
"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
25 changes: 24 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hueman v3.3.12
# Hueman v3.3.13
![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,29 @@ Right sidebar, top to bottom:
See headers of files for further details.

## Changelog
= 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
* fixed : removed check_ajax_referer( 'hu-front-nonce', 'HuFrontNonce' ); when doing a front end ajax request. Should fix #512
* fixed : boxed - avoid header elements to horizontally overflow the viewport.fixes #508 3. and 4.fixes https://github.com/presscustomizr/hueman-pro-addons/issues/48
* fixed : when the layout is boxed + sticky header on on dekstop, the width of the header should be inherited from the used width (or default one ), and not rely on %.
* fixed : comment reply font size too small when viewed in mobile. fixes #504
* fixed : wp contact form 7 style. fixes #491
* fixed : on the blog page, the ( optional ) featured posts thumbnail size was not large enough when using a 1 or 2 columns layout. 'thumb-large' size is now only used for 3 columns layout. Fixes #350
* fixed: fix use of the add_editor_style wp function : needs relative paths + add rtl class to the inline font style in the wp editor see https://github.com/presscustomizr/customizr/issues/926
* added : a custom event "header-image-loaded" : partially fixes https://github.com/presscustomizr/hueman/issues/508
* replaced : hu_sanitize_hex_color() by core WP maybe_hash_hex_color doing the same job since WP 3.4
* improved : change page title tag from h2 to h1 to be consistent with single posts
* improved : increased .page-title font-size from 1em to 1.3em
* improved : .single .post-title from 2.375em to 2.62em => to make them taller than h2 title inside the content. Fix #515
* improved : 'header-mobile-sticky' classes shall not be added to the body element when 2 menus ( 'both_menus') are displayed on mobiles
* added : new localized params for a fittext implementation on front
* improved : slightly increased the max font-size of comments from 0.875rem to 0.93rem
* added : the headings ( Hx ) font size is now better resized for all type of devices with a dynamic resizing. Use fittext.js => based on the heading's parent container width, instead of relying on the css @media queries, not covering all device dimensions.
* added : include Custom Post Types in post lists ( archives and search results ). In archives, it handles the case where a CPT has been registered and associated with an existing built-in taxonomy like category or post_tag. Fixes #513
* added : new filters for hueman posts widget to alter the query args and the date format. Fixes #343
* added : '__before_logo_or_site_title' and '__after_logo_or_site_title' in hu_print_logo_or_title()

= 3.3.12 June 6th 2017 =
* fixed : when topbar is sticky and header has an header image, wait for the image to be fully loaded before setting the header's height. Fix #486
* fixed Issue in hu_get_raw_option, php warning. wp_cache_get( 'alloptions', 'options' ) should always be cast to an array(). It might happen that it returns a boolean. fixes #492
Expand Down
25 changes: 24 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hueman v3.3.12
# Hueman v3.3.13
![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,29 @@ Right sidebar, top to bottom:
See headers of files for further details.

# Changelog
= 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
* fixed : removed check_ajax_referer( 'hu-front-nonce', 'HuFrontNonce' ); when doing a front end ajax request. Should fix #512
* fixed : boxed - avoid header elements to horizontally overflow the viewport.fixes #508 3. and 4.fixes https://github.com/presscustomizr/hueman-pro-addons/issues/48
* fixed : when the layout is boxed + sticky header on on dekstop, the width of the header should be inherited from the used width (or default one ), and not rely on %.
* fixed : comment reply font size too small when viewed in mobile. fixes #504
* fixed : wp contact form 7 style. fixes #491
* fixed : on the blog page, the ( optional ) featured posts thumbnail size was not large enough when using a 1 or 2 columns layout. 'thumb-large' size is now only used for 3 columns layout. Fixes #350
* fixed: fix use of the add_editor_style wp function : needs relative paths + add rtl class to the inline font style in the wp editor see https://github.com/presscustomizr/customizr/issues/926
* added : a custom event "header-image-loaded" : partially fixes https://github.com/presscustomizr/hueman/issues/508
* replaced : hu_sanitize_hex_color() by core WP maybe_hash_hex_color doing the same job since WP 3.4
* improved : change page title tag from h2 to h1 to be consistent with single posts
* improved : increased .page-title font-size from 1em to 1.3em
* improved : .single .post-title from 2.375em to 2.62em => to make them taller than h2 title inside the content. Fix #515
* improved : 'header-mobile-sticky' classes shall not be added to the body element when 2 menus ( 'both_menus') are displayed on mobiles
* added : new localized params for a fittext implementation on front
* improved : slightly increased the max font-size of comments from 0.875rem to 0.93rem
* added : the headings ( Hx ) font size is now better resized for all type of devices with a dynamic resizing. Use fittext.js => based on the heading's parent container width, instead of relying on the css @media queries, not covering all device dimensions.
* added : include Custom Post Types in post lists ( archives and search results ). In archives, it handles the case where a CPT has been registered and associated with an existing built-in taxonomy like category or post_tag. Fixes #513
* added : new filters for hueman posts widget to alter the query args and the date format. Fixes #343
* added : '__before_logo_or_site_title' and '__after_logo_or_site_title' in hu_print_logo_or_title()

= 3.3.12 June 6th 2017 =
* fixed : when topbar is sticky and header has an header image, wait for the image to be fully loaded before setting the header's height. Fix #486
* fixed Issue in hu_get_raw_option, php warning. wp_cache_get( 'alloptions', 'options' ) should always be cast to an array(). It might happen that it returns a boolean. fixes #492
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.12
Version: 3.3.13
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 cf93bdb

Please sign in to comment.