You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -217,6 +217,10 @@ Flow Pro includes additional functionality such as backend-powered submissions m
217
217
218
218
== Changelog ==
219
219
220
+
= 1.1.8 =
221
+
* Fix: Added explicit escaped output handling for the modal block rendered content template to satisfy WordPress plugin security checks.
222
+
* Fix: Added explicit escaped output handling for the Flow Patterns shortcode column markup in wp-admin to satisfy WordPress plugin security checks.
223
+
220
224
= 1.1.7 =
221
225
* Fix: Async modal actions now expose a generic pending state on the active trigger while awaited handlers are running.
222
226
* Fix: Modal header spacing now only reserves room for the built-in close button when that button is actually rendered.
@@ -277,14 +281,17 @@ Flow Pro includes additional functionality such as backend-powered submissions m
277
281
278
282
== Upgrade Notice ==
279
283
284
+
= 1.1.8 =
285
+
Recommended maintenance update if you run WordPress plugin checks or package Flow for release; this version adds explicit escaped output handling in the modal render template and Flow Patterns shortcode admin column.
286
+
280
287
= 1.1.7 =
281
288
Recommended update if you use Flow modals with async actions or custom modal headers; this release adds generic pending-state hooks for running action triggers, removes unnecessary header spacing when the built-in close button is hidden, and expands the modal API docs.
282
289
283
290
= 1.1.6 =
284
291
Recommended update if you use Flow modals; this release improves Gutenberg button triggers, dismiss/default action handling, full-height layout stability, background scroll locking, and the modal editor toolbar for header, body, and actions sections.
285
292
286
293
= 1.1.5 =
287
-
Recommended update if you use modal presentations, custom submit or API-backed option endpoints, or older saved Flow blocks; this release adds the modal block/runtime, expands endpoint interpolation and request options, improves API error handling, and restores Gutenberg compatibility for legacy serialized content.
294
+
Recommended update if you use modal presentations, custom submit or API-backed option endpoints; this release adds the modal block/runtime, expands endpoint interpolation and request options, improves API error handling, and restores Gutenberg compatibility for legacy serialized content.
288
295
289
296
= 1.1.4 =
290
297
Recommended update if you reuse Flow patterns outside Gutenberg; this release adds content-root patterns to the admin list and exposes the matching copy-ready shortcode targets.
0 commit comments