Skip to content

v3.2.10

Compare
Choose a tag to compare
released this 04 Nov 16:17
· 907 commits to dev since this release

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