Releases: presscustomizr/hueman
Releases · presscustomizr/hueman
v3.3.1
v3.3.0
= 3.3.0 December 17th 2016 =
- fixed : php version older than 5.2 compatibility problem (#361)
- fixed : case when background-attachment is inherit (#363)
- fixed : set option use-header-image default to false
- fixed : default page menu in footer not taken in account (#368)
- added : support for customize selective refresh for header image
- added : support for customize selective refresh for site title
- changed : disable the default header page menu
- changed : in parts/header-main.php, echo hu_site_title() has been replaced by hu_print_logo_or_title(). The function hu_site_title() has been kept in the theme to ensure back compatibility for child theme users
- removed : Spanish, Persian and Czech translation files (es_ES, fa_IR, cz_CZ),now more than 95% translated on wp.org
- improved : avoid img smartload php parsing in ajax requests
- improved : customizer UI
- improved : compatibility with the scope feature of Hueman Addons
- improved : de_DE language file now translated at 97%, .po files removed from the theme. thanks @jaylinski
- improved : theme's option performances
v3.2.13-beta5
various minors
v3.2.13-beta4
- improved : more consistent customizer panels title. Some sections previously in the "Content" panel have been moved in "Advanced options" : smoothscroll, mobile settings, preformances, admin settings
- changed : the front page content section has been moved in the root panel, and is only active (visible) when customizing the front page
v3.2.13-beta3
v3.2.13-beta-3 v3.2.13-beta-3 build
v3.2.13-beta-2
- fixed : WP built-in settings database state (not blue anymore) when customizing the global scope
- fixed : layout skopification for singular
- fixed : img in customizer ( fix the checkbox pb)
v3.2.13-beta
= 3.2.13-beta December 13th 2016 =
- improved : compatibility with the scope feature of Hueman Addons
- added : support for customize selective refresh for header image
- added : support for customize selective refresh for site title
- improved : customizer UI
- fixed : set option use-header-image default to false
v3.2.12
v3.2.11
v3.2.10
= 3.2.10 November 4th 2016 =
- fixed : php7 compatibility issues (#335)
- fixed : check if custom_logo is registered first for backward compatibility => custom_logo was introduced in WP 4.5. (#338)
- fixed : search results and archive pages must be included in the post list context check (#331)
- fixed : page=welcome.php. Changelog not properly displayed (#328)
- improved : Moved has_post_thumbnail() check inside the utility hu_the_post_thumbnail()
- improved : moved all preview demo actions and filter into a separate php file
- improved : core files reorganization. functions/init-core.php loads the various core files in a clearer sequence.
- improved : replace post loop counter with core variable (#274), in index.php, archive.php, search.php. No impact for child theme users.
- improved : in the customizer, the section 'Blog Design and Content' has been renamed 'Post Lists Design and Content : Blog, Archives, Search Results'
- improved : included all .po translation files in the theme between 30 and 95% translated (#325)
- improved : disabled the default page menu by default for multisite installs (#326)
- improved : added a note in the "Menus" customizer panel, explaining where to disable the default header page menu. (#329)
- improved : don't display widget placeholder when previewing the theme
- removed : useless old functions/theme-options.php file, related to the previous option system.