Changeset 3439034
- Timestamp:
- 01/13/2026 10:25:07 PM (5 weeks ago)
- Location:
- responsive-block-control
- Files:
-
- 2 edited
-
tags/1.3.1/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
responsive-block-control/tags/1.3.1/README.txt
r3439030 r3439034 14 14 == Description == 15 15 Responsive Block Control adds responsive toggles to a "Visibility" panel of the block editor, to show or hide blocks according to screen width. 16 17 == Security == 18 **Version 1.3.1 resolves a stored cross‑site scripting (XSS) vulnerability (CVE‑2025‑62135) affecting earlier versions (<= 1.2.9).** 19 Users with contributor access or higher should update immediately. 16 20 17 21 = Limitations = … … 106 110 == Changelog == 107 111 = 1.3.1 = 112 * Security fix: Mitigated authenticated Stored XSS (CVE‑2025‑62135). 108 113 * Added responsive_block_control_custom_css_rules filter to allow developers to provide their own CSS per breakpoint 109 114 * Fixed media query generation to match breakpoints correctly -
responsive-block-control/trunk/README.txt
r3439030 r3439034 14 14 == Description == 15 15 Responsive Block Control adds responsive toggles to a "Visibility" panel of the block editor, to show or hide blocks according to screen width. 16 17 == Security == 18 **Version 1.3.1 resolves a stored cross‑site scripting (XSS) vulnerability (CVE‑2025‑62135) affecting earlier versions (<= 1.2.9).** 19 Users with contributor access or higher should update immediately. 16 20 17 21 = Limitations = … … 106 110 == Changelog == 107 111 = 1.3.1 = 112 * Security fix: Mitigated authenticated Stored XSS (CVE‑2025‑62135). 108 113 * Added responsive_block_control_custom_css_rules filter to allow developers to provide their own CSS per breakpoint 109 114 * Fixed media query generation to match breakpoints correctly
Note: See TracChangeset
for help on using the changeset viewer.