* Update – WordPress 6.7 compatible.
* Update – WooCommerce 9.6 compatible.
* Update – Added the Requires Plugins header, requiring WooCommerce.
* Update – Updated the translation template.
* Update – Updated the included translations.
* Update – Revised wording of some informational messages.
* Update – Limit where the welcome notice is displayed more to minimize exposure on unrelated sections.
* Fix – Avoids Uncaught URIError: malformed URI sequence for certain search queries containing %.
* Fix – Added missing parameter to a method_exists call.
* Fix – Added missing placeholder to log entry.
* Fix – Uniform placeholder enumeration in log entry.
* Fix – Removed duplicate assignment using unset variable.
* Dev – Added missing return statements to widget’s form methods.
* Fix – Fixed parameter unset in array.
* Dev – Postponed translation loading to init action to avoid “Function _load_textdomain_just_in_time was called incorrectly. …”
* Dev – Avoid unnecessary warnings on file cache misses when custom error handlers are installed.
* Dev – PHP Compatibility validation html_entity_decode() explicit setting of $flags parameter.
* Dev – PHP Compatibility validation replaced uses of \ValueError (available as of PHP 8) with \Error in line with declared minimum PHP 7.4.
* Dev – Unified acquisition of current URL, validation and avoid PHP warnings in circumstances where HTTP_HOST or REQUEST_URI are not present in $_SERVER (e.g. WP-CLI).
* Dev – Security validation WordPress.Security.EscapeOutput.UnsafePrintingFunction
* Dev – Security validation WordPress.Security.EscapeOutput.OutputNotEscaped
* Dev – Security validation WordPress.DB.PreparedSQL.NotPrepared
* Dev – Security validation WordPress.DB.PreparedSQL.InterpolatedNotPrepared
* Dev – Security validation WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
* Dev – Security validation WordPress.DB.PreparedSQLPlaceholders.ReplacementsWrongNumber
* Dev – Security validation WordPress.DB.PreparedSQLPlaceholders.UnfinishedPrepare
* Dev – Security validation WordPress.Security.SafeRedirect.wp_redirect_wp_redirect
* Dev – Security validation audit.php.wp.security.sqli.input-in-sinks
* Dev – Security validation audit.php.wp.security.xss.shortcode-attr
* Dev – Security validation scanner.php.wp.security.csrf.process-bulk-action