Update v.2.1.4/v.1.1.4
- new hook woobe_use_kses_for_page_field – avoid to “updates character in stead of the symbol” suggested by omc123 https://wordpress.org/support/topic/it-updates-in-stead-of-the-symbol-in-wordpress-editor/
- new hooks woobe_on_sale_from_set_day and woobe_on_sale_to_set_day suggested by krixxsw https://share.pluginus.net/image/i20230922153100.png allows to moderate when by time sale start/end: false – 00:00:00, true – 23:59:59
- new hook woobe_settings_key_options – suggested by carlosdm https://pluginus.net/support/topic/same-configuration-for-all-users/ and allows make same configuration for all users
add_filter('woobe_settings_key_options', function ($id) { return "for_all"; });
- new hook woobe_wrap_field_val suggested by Luigi Pulcini https://pluginus.net/support/topic/add-filter-to-wrap_field_val-method/ allows to customize the content of a column for custom fields
- new option “Text search type” https://share.pluginus.net/image/i20230919170042.png allows to make text search by Upsell/Crossel products with sku also and not only id field, suggested by raptor7 https://pluginus.net/support/topic/upsell-products-search-with-sku-not-only-id/
- fixed 3 security fixes, thanks to Marco from Wordfence Threat Intelligence Team