Skip to content

Releases: pierrestoffe/craft-language-redirector

1.1.0

19 Oct 20:29
Compare
Choose a tag to compare

Added

  • Added setting to enable/disable the redirection for users with CP access

1.0.8

10 Sep 18:51
Compare
Choose a tag to compare

Changed

  • Used Craft's i18n service instead of the php-intl extension

1.0.7

28 Jul 16:42
Compare
Choose a tag to compare

Changed

  • Initialize the language match only after the app is fully initialized

Fixed

  • Fixed a bug that would occur if the currently-visited entry wasn’t enable in all Sites

1.0.6

12 Jul 20:14
Compare
Choose a tag to compare

Fixed

  • Called the exit() function after setting the location header

1.0.5

10 Jun 18:11
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that would occur when mixing language-based and country-based locales in the configuration file

Changed

  • Now using PRS-2 and Symfony code syntax rules

1.0.4

08 Jun 10:28
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that would occur when a redirected URL already contains URL parameters (thanks to @vieko)

1.0.3

08 Jun 10:28
Compare
Choose a tag to compare

Fixed

  • Fixed return value bug when craft.languageSwitcher.getUrls wouldn't return any language

1.0.2

21 Apr 23:43
Compare
Choose a tag to compare

Changed

  • Prevent redirect if the target Element doesn't exist
  • Hide elements for which no entry exist in the language switcher

Removed

  • The "enabled" setting

1.0.1

08 Apr 20:54
Compare
Choose a tag to compare

Added

  • Documented the plugin

Changed

  • Merged files and classes

1.0.0

08 Apr 20:56
Compare
Choose a tag to compare

Initial release