* Update – WordPress 6.9 compatible.
* Update – WooCommerce 10.4 compatible.
* Dev – Replaced use of deprecated parameters in add_option() call.
* Dev – Check presence of potentially undefined request parameters.
* Dev – Added checks for presence and sanitation of server environment information used.
* Dev – Added instances of unslashing and input sanitation.
* Dev – Validation hints for PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound.
* Dev – Validation hints for PluginCheck.Security.DirectDB.UnescapedDBParameter.
* Dev – Validation hints for Squiz.PHP.DiscouragedFunctions.Discouraged.
* Dev – Validation hints for WordPress.DateTime.RestrictedFunctions.date_date.
* Dev – Validation hints for WordPress.DB.DirectDatabaseQuery.DirectQuery.
* Dev – Validation hints for WordPress.DB.DirectDatabaseQuery.NoCaching.
* Dev – Validation hints for WordPress.PHP.DevelopmentFunctions.error_log_error_log.
* Dev – Validation hints for WordPress.PHP.DevelopmentFunctions.error_log_var_export.
* Dev – Validation hints for WordPress.Security.NonceVerification.Missing.
* Dev – Validation hints for WordPress.Security.NonceVerification.Recommended.
* Dev – Validation hints for WordPress.Security.ValidatedSanitizedInput.MissingUnslash.
* Dev – Validation hints for WordPress.WP.AlternativeFunctions.file_system_operations_fclose.
* Dev – Validation hints for WordPress.WP.AlternativeFunctions.file_system_operations_fopen.
* Dev – Validation hints for WordPress.WP.AlternativeFunctions.rand_rand.