Releases: stefandoorn/sitemap-plugin
Sylius v1.2 (in Symfony 3.4 & 4.1) support
Merge pull request #46 from stefandoorn/test-additional-dependencies Support Sylius v1.2 + Symfony 4.1
Improvements + fix for duplicates in static content provider
v1.0.9 Improvements + fix for duplicates in static content provider
Fix support for parameters in static routes
Merge pull request #38 from phakpoom/master Change config prototype under parameters to variable (fixed #39)
Filter translations on active channel locales
Only return data for locales that are also active in the channel. This prevents products from having URL's / translations that are set on the product, but not active in the current channel
Let static provider also use alternative locale URLs
Merge pull request #24 from sweoggy/patch-1 Make StaticUrlProvider also use proper alternative URLs
Fix for adding parameters / locales to static routes
Adding parameters/locales on static routes was not functioning as expected, due to configuration restrictions. Works now. The default routes have been moved to the configuration file that was already instructed to be included in README.
Proper hreflang output
Thanks to @sweoggy for reporting this issue. The hreflang implementation was buggy, as the output was not totally according to the Google documentation. This release fixes this and implements it correctly. By default it's only activated when there is more than 1 locale active and supplied by the providers.
Adjust return type of setLastModificationDate to void
Adjust return type of setLastModificationDate to void. See mention regarding BC below.
Enable/disable the built-in providers
By default all built-in providers are enabled, therefore no BC breaks.
Minor improvements
Even though strictly a major should be released due to minor changes in an interface, the current usage of this package (and especially that the adjusted interface is probably not used outside the project) gives me the opportunity to treat this as a patch release with mainly minor documentation / return type improvements.