Skip to content

Releases: pierrestoffe/craft-language-redirector

1.3.4

23 Mar 20:58
Compare
Choose a tag to compare

Changed

  • Complied with psr-4 and eliminate composer deprecation warning

1.3.3

05 Mar 20:07
Compare
Choose a tag to compare

Changed

  • Removed __construct method and moved the methods that were inside __construct after canRedirectVisitor method is called

1.3.2

05 Mar 20:06
Compare
Choose a tag to compare

Changed

  • Moved the initial check to a public function within the main service

1.3.1

26 Nov 16:20
Compare
Choose a tag to compare

Fixed

  • Replaced request.app.isLivePreview with request.app.isPreview, which was deprecated in Craft CMS since v3.2.1

1.3.0

18 Nov 17:03
Compare
Choose a tag to compare

Added

  • Added support for multi-group Sites (multiple Sites inside multiple Site groups)

Changed

  • Crawlers are now subject to a redirection that only removes the lang URL query parameter

1.2.1

26 Sep 11:47
Compare
Choose a tag to compare

Fixed

  • Fix for initializing plugin in console environment (thanks to @boboldehampsink)

1.2.0

04 Jun 20:47
Compare
Choose a tag to compare

Added

  • Added method that defaults to fetching the Sites and languages defined in the Sites table, should the list of Sites be undefined in the plugin's settings (thanks to @jcherniak)

1.1.3

09 Apr 11:52
Compare
Choose a tag to compare

Added

  • Added setting to enable/disable the redirection all together, and only keep the language switching feature (PR by @intoeetive)

1.1.2

08 Dec 23:59
Compare
Choose a tag to compare

Changed

  • Disable redirection for URLs that contain the ignore-lang parameter

1.1.1

08 Dec 22:49
Compare
Choose a tag to compare

Added

  • Added option to overrides URLs per language in the language switcher