Updated 3.6.x notes FAQ (markdown)

Mike Jolley 2019-04-23 10:05:26 +01:00
parent f6dee66264
commit 7c65d403d9
1 changed files with 7 additions and 1 deletions

@ -4,4 +4,10 @@
- `WC_Country::load_country_states` States are now loaded on the fly as needed.
- `WC_Cache_Helper::delete_version_transients` Transients are now versioned within the value negating the need for cleanup.
- `WC_Background_Updater` Weve switched updates to the ActionScheduler queue.
- `Simplify Commerce` This gateway has been deprecated for several years and hidden in the UI. The code has now been removed.
- `Simplify Commerce` This gateway has been deprecated for several years and hidden in the UI. The code has now been removed.
## `get_woocommerce_term_meta` throws a deprecated notice, why was this wrapper deprecated?
This wrapper was put in place when WooCommerce implemented a term meta system long before WordPress has its own. When WordPress 4.4 released it's own version of term meta, these functions called both the custom functions, and the WordPress functions whilst they were transitioned to.
Since WooCommerce no longer supports WP versions lower than 4.4, the wrappers are no longer necessary and native Wordpress functions can be used instead.