diff --git a/package-lock.json b/package-lock.json index cd5780de7d65d5..525dfa0f0b5f4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51352,7 +51352,7 @@ }, "packages/block-library": { "name": "@wordpress/block-library", - "version": "9.33.10", + "version": "9.33.11", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/a11y": "file:../a11y", diff --git a/packages/block-library/CHANGELOG.md b/packages/block-library/CHANGELOG.md index 149d8a3efc2f10..b440d3a6d394af 100644 --- a/packages/block-library/CHANGELOG.md +++ b/packages/block-library/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## 9.33.11 (2026-08-06) + +### Bug Fixes + +- Post Content: Restrict the wrapper tag to the supported values offered in the editor. +- Post Date: Escape date values and link URLs before rendering the block. + ## 9.33.0 (2025-10-17) ### Enhancements diff --git a/packages/block-library/package.json b/packages/block-library/package.json index a4ae5132cc6322..67aedaaa06745f 100644 --- a/packages/block-library/package.json +++ b/packages/block-library/package.json @@ -1,6 +1,6 @@ { "name": "@wordpress/block-library", - "version": "9.33.10", + "version": "9.33.11", "description": "Block library for the WordPress editor.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later",