Skip to content

Releases: presscustomizr/hueman

3.1.5

30 May 08:53
Compare
Choose a tag to compare

= 3.1.5 May 30th 2016 =

  • updated : screenshot to 1200x900

= 3.1.4 May 30th 2016 =

  • fixed : Use get_option date_format for all dates
  • added : background image option
  • added : social links partial refresh in the customizer

3.1.4

30 May 07:18
Compare
Choose a tag to compare

= 3.1.4 May 30th 2016 =

  • fixed : Use get_option date_format for all dates
  • added : background image option
  • added : social links partial refresh in the customizer

3.1.3

04 May 08:29
Compare
Choose a tag to compare

= 3.1.3 May 4th 2016 =

  • fixed : the author link in posts
  • fixed : duplicated id html attributes for social links and tabs widget

3.1.2

03 May 13:14
Compare
Choose a tag to compare

= Changelog for v 3.1.2 May 3rd 2016 =

  • fixed : Language Label in Translation Files
  • fixed : the author name links to the post itself
  • fixed : Featured post slider controls (arrows) overflow content container when blog heading is disabled
  • fixed : Header image alt attribute is empty.
  • fixed : Change Default Widget Names and CSS id properties. Could be in collision with some plugins
  • added : Featured posts : new option to display the full content (instead of the excerpt) of the featured posts. Modified template : content-featured.php.
  • added : Featured posts : swipe gesture supported on mobile devices like tablets and smartphones
  • added : Customizer : Pre setup step when adding a new widget zone or social icons.
  • improved : Customizer user interface have been improved for the social links and the widget zones. It's now easier to drag, edit and remove items.
  • improved : Introduced a pluggable function ( hu_print_placeholder_thumb() )to print the placeholder thumbnail. Modified templates : content-featured.php, content.php, parts/related-posts.php
  • updated : jQuery FlexSider to v2.6.0 (latest). Support swipe touch navigation
  • changed : Header widget and full width footer widget are now enabled by default
  • changed : The footer-ads option has been moved in the Footer Design section. The title and description of this setting have been clarified.

3.1.1

20 Apr 08:17
Compare
Choose a tag to compare

= 3.1.1 April 18th 2016 =

  • fixed : the option "featured-posts-include" depending on "featured-posts-enabled" was still altering the query even if "featured-posts-enabled" was unchecked in the customizer
  • fixed : Allow child themes to load translation files : By changing the call of the path on load_theme_textdomain from get_template_directory to get_stylesheet_directory we allow the translation of the theme through child themes. Without this, a child theme won’t load their own language files even by hooking a function on after_setup_theme action callng load_theme_textdomain and/or load_child_theme_textdomain.
  • added : New option in customizer > Global Settings > Performances and SEO > Use Structured Data Markup. Implements Google Micro-formats compatibility for author, dates, title, entry content.
  • added : new option in the customizer to control the visibility of the help button and the "About Hueman" admin page
  • updated : single.php for a better compatibility with wp_pagenavi for multi-part posts
  • fixed : better titles for the sidebar metaboxes for the single post and page
  • fixed : primary and secondary widget zone descriptions
  • updated : German translation de_DE
  • updated : Italian translation it_IT
  • updated : Russian translation ru_RU
  • updated : French translation fr_FR
  • added : Turkish translation tr_TR
  • added : Persian translation fa_IR

3.1.0

16 Apr 09:32
Compare
Choose a tag to compare

= 3.1.0 April 16th 2016 =

  • fixed : wrong path to the default font Titillium in main stylesheet
  • fixed : child theme stylesheet : style.css is loaded again as a dependency of the parent Hueman theme style, to make it easier to override the main stylesheet rules
  • fixed : php notice undefined var _faq_url in /wp-content/themes/hueman/functions/class-admin-page.php

3.0.12

15 Apr 18:20
Compare
Choose a tag to compare

= 3.0.12 April 15th 2016 =

  • fixed : social icon default color is back to rgba(255,255,255,0.7)
  • fixed : added back the feedburner rss feed option in customizer > Global Settings > Site Identity
  • fixed : added back the color-footer option in customizer > Global Settings > General Design Options
  • added : performance option to load the not minified front-end stylesheet
  • improved : performance, don't load js/css files that are not needed in a given context, like flexslider and jqueryplayer
  • improved : moved style.css rules in assets/front/css/dev-common.css
  • improved : performance, group front-end stylesheets style.css, responsive.css and font-awesome.css in one single file to reduce the number of http requests
  • improved : some customizer color settings are now changing without refreshing the page
  • updated : Font Awesome updated to the latest version 4.6.1

3.0.11

14 Apr 17:29
Compare
Choose a tag to compare

Changelog

= 3.0.11 April 14th 2016 =

  • added translated strings for the customizer
  • added rss social icons, made it the default one
  • fixed hover color for social links not working
  • fixed in customizer, the featured-category visibility when feature posts uncheck
  • improved : safely allow html for the blog heading, subheading and footer copyright
  • changed : customizer style back to wp default for some elements

3.0.10

14 Apr 14:34
Compare
Choose a tag to compare

Hueman v3.0.10

The version 3.0+ of the Hueman theme is now live on WordPress.org.

This updated version is compliant with the latest WordPress theme repository requirements, in particular the fact that all theme options must now be set from the WordPress customizer.

Moving the options to the customizer has been a challenging development experience, especially for the dynamic settings like sidebars and social settings. I hope it will result in a user friendly interface, in line with the initial creator and designer ( @AlxMedia ) philosophy!

Why jumping to version 3.0.+ ?

Because since now there were actually 2 versions of the Hueman available.

The WordPress.org one, sometimes named "lite" v1.5+
The Github one, sometimes named "full" v2+
To start from a new basis, I decided to jump to v3+.

What are the main changes on the new version 3.0 ?

Most of the development workload has been done on 2 groups of settings :

  • the social links
  • the sidebars

Those options enable users to dynamically create new options. The social links should not be impacted by the upgrade, however, it might be a little more complex for the sidebars, depending on how users implemented their sidebars previously. The majority of the users should not see any differences on their website when upgrading.

For the rest of the options, they've simply been adapted for the WP customizer and should not present any specific problems.

How can I recover the previous features of the Github "full" version of the Hueman theme ?

The Hueman Addons plugin is ready and available on Github on this page. It replaces the former "full" version of the Hueman theme previously available on Github (release 2.2.5).

The plugin will also be available on the plugin directory of WordPress.org as soon as it has been validated by the wp.org plugin review team.

The Hueman Addons plugin includes the following features :

  • Basic Shortcodes documented on the Github page.
  • Share bar including the Twitter username feature

Is there a specific documentation page with the new version ?

Yes, we have already published a "Getting Started" guide available here. More documentation pages are coming on specific topics.

Where can I report an issue related to the new version ?

Please report any issue you might have in the Hueman theme WordPress forum.

Which version of WordPress is supported by the Hueman theme ?

The new Hueman theme won't work properly with WP versions before 4.1. (released in December 2014). Because under the hood, the javascript code for the customizer manipulates section and panel instances which were not available before 4.1.

Changelog

= 3.0.10 April 13th 2016 =

  • Moved options from the previous admin option ( Appearance > Theme Options ) to the customizer panel. Users settings from a previous version are being preserved an re-used in the customizer.
  • New settings organization. In the customizer, the settings have been reorganized in 5 panels : Global settings, Header, Content, Footer, Dynamic Sidebars and Widgets.
  • Added a new way to create dynamic content with widgets for a given context (home, page, archive ...) and in a specific location of the page ( right sidebar, footer left, ...)
  • Added backward compatibility for the renamed functions used in the templates, like alx_social_links() now is hu_social_links()
  • Fixed backward compatibility issue with already declared old functions in child theme
  • Added back the featured-category option
  • Fixed undefined function ot_register_meta_box()
  • Fixed blog page sidebars not showing up
  • Fixed alx_layout_class() function undefined in child themes

2.2.5

02 Dec 15:33
Compare
Choose a tag to compare

Version 2.2.5