Skip to content

Releases: backdrop-contrib/i18n

v1.x-1.0.0-beta6

12 Jul 09:03
0695290
Compare
Choose a tag to compare

This update may be important, if you're using the i18n_taxonomy sub-module in combination with views, that override the 'taxonomy/term/%taxonomy_term' path, as those pages would break with Backdrop core 1.28.

Full Changelog: 1.x-1.0.0-beta5...1.x-1.0.0-beta6

v1.x-1.0.0-beta5

16 Sep 06:15
9291b67
Compare
Choose a tag to compare

Maintenance and bugfix release:

  • Issue #119: Update test runs
  • Issue #126: Add hook_config_info for i18n_select
  • Issue #121: PHP 8.2 compatibility
  • Issue #117: Tokens in field descriptions

Full Changelog: 1.x-1.0.0-beta4...1.x-1.0.0-beta5

v1.x-1.0.0-beta4

23 Jul 11:35
Compare
Choose a tag to compare

Quick fix for i18n_taxonomy install and uninstall hooks (config handling).

For the rest of the changes since 1.x-1.0.0-beta2 refer to today's previous release.

Full Changelog: 1.x-1.0.0-beta3...1.x-1.0.0-beta4

v1.x-1.0.0-beta3

23 Jul 08:56
232fa71
Compare
Choose a tag to compare

Bugfix and maintenance release.

If you're using the "Multilingual select" submodule (i18n_select), the update script will need to get run.

Full Changelog: 1.x-1.0.0-beta2...1.x-1.0.0-beta3

v1.x-1.0.0-beta2

04 May 14:22
20bc098
Compare
Choose a tag to compare

Maintenance release:

Full Changelog: 1.x-1.0.0-beta1...1.x-1.0.0-beta2

v1.x-1.0.0-beta1

16 Feb 10:01
e1aee87
Compare
Choose a tag to compare

What's Changed

  • Issue #68: Submit buttons should be in 'actions' wrapper by @laryn in #69
  • Issue #17: Remove text group selection from import form
  • PHP 8 compatibility: get rid of FILTER_SANITIZE_STRING
  • Issue #64: Views listings of localized terms
  • Revisit test runs: Restructure GHA, prevent telemetry data

v1.x-1.0.0-alpha3

05 Oct 14:10
75edea5
Compare
Choose a tag to compare

Small bugfixes:

  • Issue #76: Check locale_translate_english() to respect core setting
  • Issue #75: Consider i18n_string module is disabled when upgrading

v1.x-1.0.0-alpha2

22 Apr 11:49
Compare
Choose a tag to compare

Bugfix release:

  • Fix Undefined property: stdClass::$language in i18n_string.pages.inc
  • Issue #66: Use text_format if one is set
  • No help text duplication, more height when format is set
  • Issue #70: Call to a member function on int
  • Issue #71: Creating vocabulary with multilingual turned off is broken

Important notice for people using a dev version before 1.x-1.0.0-alpha: make sure that you also read the instructions for the first alpha release

v1.x-1.0.0-alpha

03 Apr 08:03
Compare
Choose a tag to compare
v1.x-1.0.0-alpha Pre-release
Pre-release

First alpha release of i18n for Backdrop.

Important note for people, who have the development version installed:

Do not just overwrite your install, but replace the whole i18n directory.
This means: do not use the UI for updating the code. The module underwent some structural changes that might be problematic, if obsolete files do not get removed.

Make sure that you have a recent backup for both, your database and your config directory.
Do not run the update on production sites yet, unless you verified that everything's still working as expected on a testing instance.

There are several updates for the database tables and config, so update.php needs to be run.

Report any problems in the Issue queue.