Bugfixes
- Fixes fatal error in the opening hours widget.
Subscribe through this plugin's RSS feed or follow us on Twitter to stay up-to-date with new releases!
enhanced_search
This version introduces two new Gutenberg blocks to work with:
The opening hours block
The store locator block
Blocks are now categorized under 'Yoast Structured Data Blocks'
wp-seo-local-frontend.js
file was included in the footer of every admin page. It is now only included when it's needed.Yoast SEO: Local SEO for WooCommerce has been integrated into Local SEO.
You can use your Yoast SEO Local locations as pickup store in your WooCommerce shop.
Adds a screen in the WooCommerce section which shows you an actual overview of the orders which should be delivered at your pickup store(s).
Configure a pick up location as tax address.
If you had a Local SEO for WooCommerce license, this has been converted into a Local SEO license.
Read more about it in this KB article: https://yoa.st/local-woo-local.
php_uname
has been disabled for security reasons.[wpseo_map id="all"]
and [wpseo_address id="all"]
now actually show all locations instead of a maximum of 10.Bug fixes
Fixed a typo that caused the shortcode generator for the store locator to no longer work.
wpseo_json_ld_output
was set to false, Local SEO still ouputted JSON-LD data.wpseo_show_opening_hours_after
was used as an action instead of as a filter.yoast_local_seo_enhanced_search_enabled
and yoast_local_seo_enhanced_search_result_enabled
posts_clauses
function filter into posts_where
, posts_join
and posts_orderby
.wpseo_local_get_address_format()
.business:contact_data:country
to business:contact_data:country_name
to resolve Open Graph error.Store Locator
, Map
and Address
shortcodes.wpseo_manage_options
capability. See https://github.com/Yoast/wordpress-seo/issues/7831 for more information.Enhancements:
A rewrite of the way locations are fetched. A new Locatons Repository class is added. This class returns an array of all the location data and can be called by using new WPSEO_Local_Locations_Repository();
. With the methods get()
you can fetch the locations. Get accepts a number of arguements. Check the code in /classes/class-locations-repository.php
for more detailed information.
A business image is now scaled to medium size when displaying on the Local SEO settings page.
wpseo_local_location_route_label
.