Skip to content

Releases: stefandoorn/sitemap-plugin

Sylius v1.2 (in Symfony 3.4 & 4.1) support

17 Jun 19:32
1f1c00f
Compare
Choose a tag to compare
Merge pull request #46 from stefandoorn/test-additional-dependencies

Support Sylius v1.2 + Symfony 4.1

Improvements + fix for duplicates in static content provider

17 Jun 19:30
aaab930
Compare
Choose a tag to compare
v1.0.9

Improvements + fix for duplicates in static content provider

Fix support for parameters in static routes

25 Feb 16:40
48b2329
Compare
Choose a tag to compare
Merge pull request #38 from phakpoom/master

Change config prototype under parameters to variable (fixed #39)

Filter translations on active channel locales

18 Feb 14:09
82b521a
Compare
Choose a tag to compare

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

28 Jan 14:36
4ea4b6b
Compare
Choose a tag to compare
Merge pull request #24 from sweoggy/patch-1

Make StaticUrlProvider also use proper alternative URLs

Fix for adding parameters / locales to static routes

09 Nov 11:54
Compare
Choose a tag to compare

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

29 Oct 09:37
fcb6c29
Compare
Choose a tag to compare

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

28 Oct 09:56
cf6d0db
Compare
Choose a tag to compare

Adjust return type of setLastModificationDate to void. See mention regarding BC below.

Enable/disable the built-in providers

26 Oct 20:07
Compare
Choose a tag to compare

By default all built-in providers are enabled, therefore no BC breaks.

Minor improvements

14 Oct 13:57
Compare
Choose a tag to compare

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.