Skip to content

Releases: loco/wp-loco

2.6.6

01 Sep 12:39
Compare
Choose a tag to compare
  • Replaced open_basedir check with error capturing

Version 2.6.5 raised debug notices when a file path was not within the open_basedir restriction. This failed to take into account symlinked paths, and polluted logs with irrelevant messages for many people.

This release scraps the path check and instead buffers genuine PHP errors and presents those as debug messages instead.

2.6.5

31 Aug 16:32
Compare
Choose a tag to compare
  • Added syntax checking function
  • Removed deepl_api_url config. Free API detected from :fx key suffix.
  • Fixed bug in relative path calculations
  • Fixed API suggestions for plural forms
  • Fixed bug clearing unsaved state icons
  • Added total strings count to PO file tables
  • Sharper flags and spinners (2x pixel support)
  • Handling upload_tmp_dir values outside of open_basedir
  • Suppressing E_WARNING when testing file is_readable
  • Bundle debug screen is deprecated (moving into Setup)
  • Showing System Diagnostics when debug is off
  • Bumped WordPress compatibility to 6.3.1

2.6.4

20 Mar 10:43
Compare
Choose a tag to compare
  • Bumped WordPress version to 6.1.1
  • Dropped support for Internet Explorer
  • Updated JavaScript to ECMAScript 6
  • Added loco_bundle_configured hook
  • Fixed error icon not clearing after correction

Due to an error this release is configured as 2.6.4-dev, but it is the published 2.6.4 version.

2.6.3

25 Oct 19:58
Compare
Choose a tag to compare
  • Fixed bug in plural forms comparison
  • Fixed bug generating author theme jsons
  • Fixed errors in bundle debugger
  • Extended cli type argument to filter specific bundle
  • Bumped WordPress version to 6.0.3

2.6.2

24 May 10:58
Compare
Choose a tag to compare
  • Bumped WordPress version to 6.0.0
  • Better labelling of reverse-engineered plural forms
  • Removed undocumented loco_locale_plurals filter; use loco_po_headers
  • Added PO folder location indicator in breadcrumb
  • Added syntax validation for formatted strings

2.6.1

16 Mar 15:22
Compare
Choose a tag to compare

2.6.0

08 Mar 14:32
Compare
Choose a tag to compare

2.5.8

26 Jan 16:46
Compare
Choose a tag to compare
  • Compatible with PHP 8.1
  • Bumped WordPress version to 5.9
  • Added deprecation warning prior to v2.6

This will be the last version to support PHP versions older the the WordPress minimum requirement of 5.6.20 which was introduced in WordPress 5.2. Version 2.6 of Loco Translate will require a minimum of WordPress 5.2 and consequently also a minimum of PHP 5.6.20.

2.5.7

17 Jan 12:18
Compare
Choose a tag to compare
  • Fixed bug in 2.5.6 where remote APIs could not be used in batch mode
  • Enforcing 10k character limit per request for Microsoft and Yandex Translators
  • Style fix for revision/diff table under restore tab

2.5.6

17 Jan 10:11
Compare
Choose a tag to compare
  • Added loco_api_provider_source filter
  • Fixed bug loading user preferences saved in older version
  • Refactored file finder to avoid recursive function calls
  • Fixed bug displaying two forms for zero plural languages
  • Added Lecto AI to translation API providers
  • Bumped WordPress version to 5.8.3

Important: This release contains a bug preventing remote translation APIs from working in batch mode.