Skip to content

Releases: studiopress/genesis-custom-blocks

1.7.3

Choose a tag to compare

@bgturner bgturner released this 20 Apr 20:04
9fcbac8

What's Changed

Full Changelog: 1.7.2...1.7.3

1.7.2

Choose a tag to compare

@bgturner bgturner released this 20 Apr 17:05

What's Changed

New Contributors

Full Changelog: 1.7.1...1.7.2

1.7.1

Choose a tag to compare

@nickcernis nickcernis released this 16 Oct 12:23
5b1d8d1

What's Changed

  • Fetch plugin updates from WPE servers. #183 (not published on WP.org)

Full Changelog: 1.7.0...1.7.1

1.7.0

Choose a tag to compare

@kienstra kienstra released this 25 Mar 13:45
936b6c7

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

Choose a tag to compare

@kienstra kienstra released this 09 Nov 17:27
029a96f

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

Choose a tag to compare

@kienstra kienstra released this 02 Aug 17:41
d7b5881

What's Changed

New Contributors

Full Changelog: 1.5.1...1.5.2

1.5.1

Choose a tag to compare

@kienstra kienstra released this 09 Aug 18:51
5dd75d6

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

Choose a tag to compare

@kienstra kienstra released this 24 Mar 14:58
82b6d1b

Added

Fixed

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

Choose a tag to compare

@kienstra kienstra released this 14 Oct 18:32
4a10aef

Editor Modal

  • Optional modal for editor fields. PR 93

block-form-in-the-modal

1.3.1

Choose a tag to compare

@kienstra kienstra released this 26 Aug 18:04
6729f16

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