GenerateBlocks Pro 2.0.0

This is a major release. Check out the full details in our release post.

  • New: Add support for GenerateBlocks 2.0
  • New: All blocks re-written from scratch for better performance and control
  • New: Version 1 blocks still exist where used and function normally
  • New: Version 1 blocks can be enabled by default with simple filter
  • New: Accordion block (and inner blocks) re-written using 2.0 technology
  • New: Accordion icon block – easily choose your open/close icons
  • New: Tabs block (and inner blocks) re-written using 2.0 technology
  • New: Full ACF support in new dynamic tags feature
  • New: Full ACF support in new Query block
  • New: Query ACF post and options page repeaters in Query block
  • New: Filter Global Style design options in based on whether they have a value
  • New: Filter Global Style design options in based on whether they’re inheriting a value
  • New: Full control over v2 block HTML attributes
  • New: Full control over image link HTML attributes
  • New: Better Global Style indicator dots when inhereting styles

GenerateBlocks 2.0.0

This is a major release. Check out the full details in our release post.

  • New: All blocks re-written from scratch for better performance and control
  • New: Version 1 blocks still exist where used and function normally
  • New: Version 1 blocks can be enabled by default with simple filter
  • New: Element block – replaces the Container and Grid blocks
  • New: Element blocks comes with Container and Grid variations in the block inserter
  • New: Text block – replaces the Headline and Button blocks
  • New: Text blocks comes with Headline, Text, and Button variations in the block inserter
  • New: Query block – replaces the Query Loop block
  • New: Looper block – replaces the Grid block inside of the Query block
  • New: Loop Item block – replaces the Post Template (Container) in the Query block
  • New: No Results block – add content that displays if no Query results are found
  • New: Page Numbers block – add page numbers for pagination in your Query block
  • New: Shape block – add any SVG shape to your pages
  • New: Media block – replaces the Image block
  • New: Local blocks now have the full styles builder found in GB Pro Global Styles
  • New: Local blocks can now be designed at any breakpoint or nested rule
  • New: Filter block design options in the editor based on whether they have a value
  • New: Filter block design options in the editor based on whether they’re inheriting a value
  • New: Dynamic tags system. Insert dynamic data anywhere in your blocks
  • New: Multiple dynamic tags can be inserted into a single block
  • New: –gb-container-width CSS variable for getting the global max-width
  • Performance: Local blocks now generate their CSS and HTML as you build in the editor
  • Performance: Blocks are output as static HTML/CSS on the frontend for better performance

GeneratePress 3.5.1

This update contains a couple of small bug fixes for issues that we found in 3.5.0.

In this version, we reverted our decision to include appearance-tools theme support in the theme. We enabled support to enable more options in core blocks. Unfortunately, it seems that adding this support also allows core to add some potentially disrupting CSS to the front end of websites, which caused some layout issues for some users.

For users who wish to enable support (and didn’t have layout issues), they can do so like this:

add_action( 'after_setup_theme', function() {
    add_theme_support( 'appearance-tools' );
} );

3.5.1

  • Tweak: Revert addition of appearance-tools theme support
  • Fix: Dropdown click conflict with off-canvas panel

GenerateBlocks Pro 1.7.1

  • Feature: Add full support for GenerateCloud
  • Fix: CSS variable naming conflicts in the editor
  • Fix: Missing legacy Global Style options in Grid block
  • Fix: aria-hidden attribute mistyped in accordion icons (a11y)
  • Fix: tabpanel role on wrong container (a11y)
  • Fix: Links in closed accordion items can be focused (a11y)
  • Fix: Nested accordion height issues
  • Tweak: Show all options in Global Styles Builder
  • Tweak: Add IDs to accordion and tab items by default (a11y)

GP Premium 2.5.0

This is a huge feature release! GP Premium now has its own Font Library feature. You can learn more in our release post.

  • Feature: Font Library
  • Feature: Install Google Fonts locally
  • Feature: Upload custom fonts locally
  • Fix: Apply button color settings to WooCommerce block buttons
  • Fix: WooCommerce button typography
  • Fix: Check if DISALLOW_FILE_EDIT is set to true for PHP Elements
  • Fix: Use up to date react render functions
  • Tweak: Allow Display Rules metabox to collapse
  • Accessibility: Add aria-label to secondary navigation

GeneratePress 3.5.0

  • Feature: Add support for more core block options
  • Feature: Add support for GPP Font Library in the Customizer
  • Fix: Underlined buttons in the editor
  • Tweak: Add minimal header/footer templates for future GPP site editor
  • Tweak: Allow bottom margin value in custom typography elements
  • Accessibility: Add role to back to top button
  • Accessibility: Use h2 for comments title
  • Accessibility: Add aria-controls to menu dropdowns
  • Accessibility: Add aria-label to menu dropdown toggles
  • Accessibility: Add proper roles to menu dropdown toggles
  • Accessibility: Allow spacebar to open menu dropdowns

GP Premium 2.4.1

This is a security release that patches a potential XSS vulnerability.

Changelog

  • Security: Harden variable against XSS attacks

GeneratePress 3.4.0

  • Important: Require PHP 7.4 or later
  • Accessibility: Add label to search modal input
  • Feature: Allow CSS variables and string-based values in Typography
  • Feature: Add read more label filters
  • Fix: Mobile menu toggle alignment when navigation above/below header
  • Fix: Disable nav search modal if using floats or font icons
  • Fix: Remove unnecessary white-space from .site-title and .site-description elements
  • Fix: html typography selector in the editor
  • Fix: Content title color in editor
  • Fix: Content width jump when loading editor
  • Fix: Editor losing content width switching code/visual editor
  • Fix: Remove prohibited attribute from header element
  • Fix: Heading text color in the editor
  • Fix: Wrong text domains

GP Premium 2.4.0

  • Security: Disallow scripts in custom field template tags
  • Important: Requires PHP 7.2 or greater
  • Feature: Improve Site Library filters
  • Feature: Add search capability in Site Library
  • Feature: Allow author searching in Site Library
  • Feature: Add generate_smooth_scroll_offset filter
  • Feature: Use built-in read more text filters
  • Fix: PHP 8.1 notices
  • Fix: Display posts in columns option changes Query Loop blocks
  • Fix: Remove no-csstransforms3d CSS from off canvas panel
  • Fix: Display Rules taxonomies missing when has_archive disabled
  • Fix: Navigation logo undefined array keys
  • Tweak: Update Content Template templates
  • Tweak: Update Archive Navigation templates
  • Tweak: Update Page Hero templates
  • Tweak: Update post meta templates
  • Tweak: Update post navigation templates
  • Tweak: Update site footer templates
  • Tweak: Remove deprecated filter_input functions
  • General: Updated translations

GP Premium 2.3.2

  • Tweak: Remove deprecated wp_get_loading_attr_default function

More changelogs can be found in our legacy development blog.