Releases: backdrop-contrib/i18n
v1.x-1.0.0-beta6
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.
- Issue #130: Update GHA by @indigoxela in #131
- Issue #134: Fix broken views override in i18n_taxonomy since core 1.28 by @indigoxela in #135
Full Changelog: 1.x-1.0.0-beta5...1.x-1.0.0-beta6
v1.x-1.0.0-beta5
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
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
Bugfix and maintenance release.
If you're using the "Multilingual select" submodule (i18n_select), the update script will need to get run.
- Issue #105: Fix missing i18n_select_taxonomy setting by @indigoxela in #106
- Issue #107: Fix php warning when creating node type by @indigoxela in #108
- Issue #109: Do not use deprecated function in i18n_taxonomy by @indigoxela in #110
- Issue #111: Autocomplete term filtering revisited by @indigoxela in #112
- Issue #113: Cleanup: remove dead code by @indigoxela in #114
- Issue #115: Coding standards revisited by @indigoxela in #116
Full Changelog: 1.x-1.0.0-beta2...1.x-1.0.0-beta3
v1.x-1.0.0-beta2
Maintenance release:
- Issue #91: Capitalize titles for consistency. by @laryn in #92
- Issue #65: Views term page title not localized by @indigoxela in #90
- Issue #103: add chained taxonomy tokens by @herbdool in #104
- Issue #101: i18n_menu_block_view_alter overrides custom block titles by @indigoxela in #102
Full Changelog: 1.x-1.0.0-beta1...1.x-1.0.0-beta2
v1.x-1.0.0-beta1
What's Changed
v1.x-1.0.0-alpha3
v1.x-1.0.0-alpha2
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
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.