Skip to content

Releases: swissspidy/preferred-languages

2.0.0 Beta 2

06 Feb 17:53
fb5e9e6

Choose a tag to compare

2.0.0 Beta 2 Pre-release
Pre-release

What's Changed

  • Show loading spinner when saving settings and installing translations by @swissspidy in #561
    See #57644 regarding duplicate spinners.
  • Fix implode error on Site Health screen by @akirk in #590
  • Add compatibility with WordPress 6.2 and switch_to_user_locale. by @swissspidy in #563
  • Fix e2e tests against trunk by @swissspidy in #604

New Contributors

Full Changelog: 2.0.0-beta.1...2.0.0-beta.2

2.0.0 Beta 1

18 Nov 15:30
e49061a

Choose a tag to compare

2.0.0 Beta 1 Pre-release
Pre-release
  • Improve compatibility with WordPress 6.1 and WP_Textdomain_Registry.
  • Minimum WordPress version requirement has been increased to 6.1.
  • Improves robustness when using locale switching.
  • Fixes issue with merging script translations.
  • Completely rewritten UI using React.
  • Remove drag & drop sorting to simplify UI.

⚠️ Note: The UI is not fully translated in this pre-release version because of changed file names. It will be fixed in the next beta.

1.8.0

09 Nov 11:35
bac7a0f

Choose a tag to compare

  • Adds Preferred Languages to Site Health debug data.
  • Improves compatibility with plugins such as WPML which also modify the language selection UI.
  • Improves robustness of language pack downloading after saving changes.
  • Improves test coverage and fixes many smaller bugs.
  • Fixes UI issue where locales where not appearing in the dropdown anymore.

1.7.1

07 Jul 14:26
211bb31

Choose a tag to compare

  • Fixes an issue where the profile language was not overriding the site language.
  • Fixes an issue where merging translations was not actually working.
  • Adds support for merging script translations.
  • Improves ecosystem compatibility by falling back to locale user meta and updating it.

1.7.0

18 Mar 10:19
e759420

Choose a tag to compare

  • Adds a new preferred_languages_merge_translations filter that allows merging translations (off by default).
  • Adds a new preferred_languages_download_language_packs action for plugins to hook in.
  • Minimum PHP version requirement has been increased to 5.6.
  • Minimum WordPress version requirement has been increased to 5.3.
  • Improves Multisite support by hooking into Network settings screen.
  • Adds polyglots icon next to form labels to match core styling.

Version 1.6.0

12 Jan 11:44
b637cf8

Choose a tag to compare

  • Enhancement: Added support for JavaScript internationalization as used in the new block editor in WordPress 5.0. Requires WordPress 5.0.3.
  • Fixed: Fixes an issue where the preferred languages list wasn't updating after sorting via drag & drop.

Version 1.5.0

18 Oct 07:43
ec3f9a0

Choose a tag to compare

  • Enhancement: Improved compatibility with multilingual plugins like Polylang.
  • Fixed: Fixes an issue with keyboard navigation.
  • Fixed: Make sure the correct languages are retrieved when updating the settings.