4.7.1
Bugfixes
- Fixed an issues where some data, such as phone number, in the shortcodes wasn't outputted because of wrong variable checks.
Subscribe through this plugin's RSS feed or follow us on Twitter to stay up-to-date with new releases!
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
.wpseo_local_marker_cluster_image_path
.wpseo_local_show_address()
when a logo was shown.wpseo_locations_category_label
filterWPSEO_Local_Address_Format
class now.Bugfix:
Fixed bug where widgets no longer showed up when using a single location
Properly minify admin CSS scripts.
i18n
Updated es_ES, nl_NL and ru_RU
Added de_DE, fr_FR and tr_TK
itemprop="email"
for URLs now changed to itemprop="url"
Add {zipcode} {city}, {state}
address format
Added html elements to address lines
Added possibility to change author of location
Added "all locations" option to Address button in edit-pages to show all locations
Code changes
Classes and instances of classes renamed to be more consistent with WP SEO
Separated some functionality in different classes
geo_sitemap.xml
was not working anymore. Added now a redirect to redirect geo_sitemap.xml
to geo-sitemap.xml
Added documentation for CSV import
i18n
Updated .pot file
Updated ru_RU translation
Added icons to shortcode buttons
Added opening hours shortcode button
Allow license key to be set by constant WPSEO_LOCAL_LICENSE. Key will be hidden if valid.
Created option to show URL in address detail and in info-box in Google Map
Deleted unnecessary files
i18n
Added da_DK, hu_HU, it_IT and nl_NL translations.
class_exists
check to actually check for the right class (props Ryan McCue).$args
variable which broke widgets.