Skip to content

Genesis Sample 2.7.0

Compare
Choose a tag to compare
@nickcernis nickcernis released this 11 Dec 17:47
· 347 commits to develop since this release
  • New: Add Gutenberg opt-in feature support (wide blocks, fonts, colors, editor and block styling).
  • New: Add theme support for responsive media embeds.
  • Update: General styling adjustments (remove rems for font size, center button text, responsive menu adjustments, use circles for unordered sublists).
  • Update: WooCommerce styling adjustments, make mobile-first.
  • Fix: Use custom logo height fallback of '1' if an SVG logo is used instead of a bitmap. (SVG support still has to be enabled in WordPress, which disables it by default.)
  • Fix: Prevent featured images in Featured Posts widgets appearing at 75px square.
  • Fix: Prevent JavaScript error if wp object is undefined.
  • Fix: Prevent title overlaying custom logo when printing.
  • Tools: Add npm scripts for automation. See https://github.com/studiopress/genesis-sample#npm-scripts.
  • Tools: PHPCS and Composer improvements.