Skip to content

v1.2.0

Choose a tag to compare

@nonatech-uk nonatech-uk released this 11 Feb 13:41
· 21 commits to main since this release
Fix URL rewrite corrupting % in CSS/block attributes

$wpdb->update() runs values through prepare() which replaces % with
WordPress's placeholder escape hash. Bypass prepare() by using
_real_escape + remove_placeholder_escape for clean escaped values.

Bump version to 1.2.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>