You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix minor comment typo: 'Processses' to 'Processes'
* Add 'short_statement_descriptor' form field setting
* Update 'title' & 'title_upe' fields' type
* Make form field settings compatible with WC v6.6
* Update changelog: 'Fix - Add compatibility with Woocommerce 6.6.'
* Fix typo: 'Woocommerce' to 'WooCommerce' in changelog
* Move $form_fields from 'update_settings()' to 'validate_field()'
Improves code readability but trades-off a bit of performance.
* Ensure to only use 'safe_text' for WC version 6.6 and greater
* Retroactively apply validation on plugin settings
Before, validation would be applied only on settings that would be saved
after this commit has been merged. Now, validation will be applied on
settings regardless of whether they're saved, after this commit has been
merged.
'description' => __( 'This controls the title which the user sees during checkout when multiple payment methods are enabled.', 'woocommerce-gateway-stripe' ),
0 commit comments