Skip to content

Commit

Permalink
Merge branch 'release/1.29.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Feb 4, 2022
2 parents cade658 + beb004b commit 7b0803c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions compat/block-editor/widget-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public function render_widget_block( $attributes ) {
empty( $attributes['widgetHtml'] ) ||
! empty( $_POST ) ||
$attributes['widgetClass'] == 'SiteOrigin_Widget_PostCarousel_Widget' ||
$attributes['widgetClass'] == 'SiteOrigin_Widgets_ContactForm_Widget' ||
// Is WPML active? If so, is there a translation for this page?
(
defined( 'ICL_LANGUAGE_CODE' ) &&
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ The Widgets Bundle global interface is available at Plugins > SiteOrigin Widgets

== Changelog ==

= 1.29.2 - 04 February 2022 =
* Widgets Block: Excluded the Contact Form from caching. Resolves error on first submission.

= 1.29.1 - 27 January 2022 =
* Updated `Tested up to` tag to `5.9`.
* Widgets Block: Prevented a potential `Undefined Error` outside of the WP admin.
Expand Down

0 comments on commit 7b0803c

Please sign in to comment.