Skip to content

Releases: swissspidy/preferred-languages

2.2.2

27 Feb 13:22
b182a4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

2.2.1

21 Feb 12:51
3d34d22
Compare
Choose a tag to compare

What's Changed

  • Update CSS to reduce layout shifts & improve compatibility by @swissspidy in #947
  • Fix login page language chooser integration by @swissspidy in #948

Full Changelog: 2.2.0...2.2.1

2.2.0

30 Jan 15:48
d7664e7
Compare
Choose a tag to compare
  • Ensured compatibility with new translation library in WordPress 6.5.
  • Fixes some edge cases with translation merging.
  • Enables translation merging by default when using WordPress 6.5, thanks to improved performance.

Full Changelog: 2.1.2...2.2.0

2.1.2

16 Jan 13:49
a742c57
Compare
Choose a tag to compare
  • Improves performance and compatibility with just-in-time translation loading in WordPress.

2.1.1

01 Dec 14:16
384664f
Compare
Choose a tag to compare
  • Fixes an issue with the fallback logic when there is no translation for the primary locale.

2.1.0

08 Nov 15:21
223806b
Compare
Choose a tag to compare
  • Filters the WPLANG option for improved compatibility.
  • Minimum PHP version requirement increased to 7.0.
  • Ensures compatibility with WordPress 6.4.

2.0.0

13 Mar 17:26
ef93d0c
Compare
Choose a tag to compare
  • 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.
  • Show loading spinner when saving settings and installing translations.
  • Add compatibility with WordPress 6.2 and switch_to_user_locale.

2.0.0 Beta 2

06 Feb 17:53
fb5e9e6
Compare
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
Compare
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
Compare
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.