πŸ”₯ HOT: Studiopress/genesis custom blocks/releases - Uncensored 2025

Skip to content

Releases: studiopress/genesis-custom-blocks

1.7.1

What's Changed

  • Fetch plugin updates from WPE servers. #183

Full Changelog: 1.7.0...1.7.1

1.7.0

What's Changed

  • Say we're only accepting small bug fixes from the community by @kienstra in #169
  • Make GCB compatible with 6.5 by @kienstra in #178

Full Changelog: 1.6.0...1.7.0

1.6.0

What's Changed

  • Remove the Changelog section, simply link to GitHub Releases page by @kienstra in #155
  • Add a link to the CLA to the pull request template by @kienstra in #156
  • Update the templates so users know the response to expect by @kienstra in #157
  • Fix phpcs error from function not having a space after it by @kienstra in #158
  • Fix string interpolation to have $ inside { by @kienstra in #165
  • Enqueue block-editor.js dependencies that I didn't enqueue before by @kienstra in #170
  • Remove failing integration tests by @kienstra in #171

Full Changelog: 1.5.2...1.6.0

1.5.2

What's Changed

New Contributors

Full Changelog: 1.5.1...1.5.2

1.5.1

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

Added

Fixed

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

Editor Modal

  • Optional modal for editor fields. PR 93

block-form-in-the-modal

1.3.1

Fix for fields with long strings

  • Fix a regression that caused editor errors for fields with long strings. PR 89
  • Update e2e tests for WP 5.8. PR 87

1.3.0

InnerBlocks, File field, WP 5.8 compatibility

  • Add InnerBlocks, allowing any block inside a GCB block. PR 68:

the-inner-blocks

  • Add a file field, like for .pdf or .zip files. PR 74:

ioabsdifadsf

  • In WP 5.8, prevent a PHP notice by using the new filter 'block_categories_all'. PR 85

1.2.0

New Template Editor, Editor Preview, and Front-end Preview

  • Template Editor UI, though the PHP templates still work just like before. PR 65, PR 69, PR 72

template-editor

  • Add Editor Preview and Front-end Preview. PR 63

the-edit-pre

  • Don't display the editor form if there's no editor field. PR 64
  • Fix an issue with the default value of 'Checkbox' and 'Toggle' fields. PR 60
  • Display the help text in the TextareaArray setting. PR 62
  • Improved abstraction by removing duplicated copy. PR 78

For a built tag, please see 1.2.0-built