Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Maintenance release: bug fixes and API improvements
ba701a2 Issue #1389562 by eMPee584: Fixed PHP_STRICT: Taxonomy vocabularies may not have i18n_mode() property.
3d45228 Issue #1387012: Improve hook_i18n_translate_path(), better translation links for single taxonomy terms.
364a084 Merged taxonomy path translation functions, simplifying.
facdb9f Issue #1387012: Improve hook_i18n_translate_path(), centralized hook_language_switch_links_alter().
948aeaf Issue #1387012: Improve hook_i18n_translate_path(), renamed 'path' to 'href' for consistency
748a4cf Issue #1387548: Fixed Warning: 'i18n_page_translate_localize()' not found.
e2a28ba Merging changes, issue with last commit, ?
a6c5390 Issue #1387012 by Jose Reyero: API function to get path translations, repurpose hook_i18n_translate_path().
dc67979 Issue #1387012: Fixed fatal error in i18n_get_path_translations().
9de5f98 Fix PHP Strict warning. Declaration of i18nVariableTestCase::setUpContentTranslation() should be compatible with that of Drupali18nTestCase::setUpContentTranslation().
92be1f2 Issue #1386466 by Scyther | astutonet: Fixed Warning: Call-time pass-by-reference has been deprecated in i18n_taxonomy() on line 321.
c5e7bc0 Issue #1374940: Improved API and hooks documentation, moved calling hook_i18n_string_list_TEXTGROUP_alter() to a better place.