v1.2.0
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>