Skip to content

Releases: presscustomizr/hueman

v3.3.1

19 Dec 17:22
Compare
Choose a tag to compare

= 3.3.1 December 19th 2016 =

  • fixed : customizer frozen in an infinite load in some specific cases
  • improved : featured-posts-include is displayed in the customizer only when is_home() context
  • removed : Japanese translation translated 100% on wp.org

v3.3.0

17 Dec 16:17
Compare
Choose a tag to compare

= 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

16 Dec 14:56
Compare
Choose a tag to compare
v3.2.13-beta5 Pre-release
Pre-release
various minors

v3.2.13-beta4

15 Dec 15:40
Compare
Choose a tag to compare
v3.2.13-beta4 Pre-release
Pre-release
  • 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

13 Dec 18:18
Compare
Choose a tag to compare
v3.2.13-beta3 Pre-release
Pre-release
v3.2.13-beta-3

v3.2.13-beta-3 build

v3.2.13-beta-2

13 Dec 14:09
Compare
Choose a tag to compare
v3.2.13-beta-2 Pre-release
Pre-release
  • 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

13 Dec 09:50
Compare
Choose a tag to compare
v3.2.13-beta Pre-release
Pre-release

= 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

06 Dec 16:37
Compare
Choose a tag to compare

= 3.2.12 December 6th 2016 =

  • added : support for customize selective refresh for widgets
  • improved : UI for custom css in the customizer

v3.2.11

05 Dec 17:39
Compare
Choose a tag to compare

= 3.2.11 December 5th 2016 =

  • updated : customizer made compatible with WP 4.7
  • updated to Font Awesome 4.7.0 (#352)
  • added : a home icon in the customizer
  • fix : always check the existence of controls and settings instances before altering them ( #340 )

v3.2.10

04 Nov 16:17
Compare
Choose a tag to compare

= 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.