Skip to content

Releases: studiopress/genesis-custom-blocks

1.7.1

16 Oct 12:23
5b1d8d1
Compare
Choose a tag to compare

What's Changed

  • Fetch plugin updates from WPE servers. #183

Full Changelog: 1.7.0...1.7.1

1.7.0

25 Mar 13:45
936b6c7
Compare
Choose a tag to compare

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

09 Nov 17:27
029a96f
Compare
Choose a tag to compare

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

02 Aug 17:41
d7b5881
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.1...1.5.2

1.5.1

09 Aug 18:51
5dd75d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

24 Mar 14:58
82b6d1b
Compare
Choose a tag to compare

Added

Fixed

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

14 Oct 18:32
4a10aef
Compare
Choose a tag to compare

Editor Modal

  • Optional modal for editor fields. PR 93

block-form-in-the-modal

1.3.1

26 Aug 18:04
6729f16
Compare
Choose a tag to compare

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

20 Jul 18:58
6df3457
Compare
Choose a tag to compare

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

28 Jun 18:06
d8f6a73
Compare
Choose a tag to compare

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