Skip to content

Releases: junohamburg/kirby-language-selector

1.1.9

12 Feb 09:21
Compare
Choose a tag to compare

Display default language dropdown if language selector is not initialised.

1.1.8

12 Feb 09:08
Compare
Choose a tag to compare

Fix template markup

1.1.7

08 Feb 15:51
Compare
Choose a tag to compare

Add missing use statements

1.1.6

05 Feb 08:45
Compare
Choose a tag to compare

Add Portuguese translation, add failsafe for single language.

Thanks @andrepimpao!

1.1.5

31 Jan 11:42
Compare
Choose a tag to compare

Add config failsafe

1.1.4

01 Dec 14:12
Compare
Choose a tag to compare

Add Kirby version detection, ensures this plugin is only used with Kirby 4.

1.1.3

29 Nov 08:40
Compare
Choose a tag to compare

Fix Symfony YAML parser error, thanks @tobimori!

1.1.2

27 Nov 08:16
Compare
Choose a tag to compare

Add Icelandic translation, thanks @herrajon!

1.1.1

16 Nov 09:21
Compare
Choose a tag to compare

Add French translation, thanks @LaurentTacco.

1.1.0

15 Nov 16:15
Compare
Choose a tag to compare

Add option to disallow deleting translations.

site/config/config.php

<?php

return [
  'junohamburg.language-selector' => [
    'allowDelete' => false, // Hide dropdown for deleting translations, default: true
  ]
];