Many bug fixes and new features:
- Rework string translation access, new permissions, xss filtering, http://drupal.org/node/1534468
- Support for exportable variables per language using latest Variable module.
- API improvements to support latest Entity API and TMGMT features.
- Lots of minor API improvements, and some new hooks to be used by other contributed modules.
Full list:
203b604 Issue #1371818 by webflo: Added Variables added with form alter are not shown as translatable, needs better i18n_variable_form_alter().
c106cae Changed language type title and minor code cleaning.
b1c5f22 Fixed undefined variable in i18n_menu_translation_item_overview().
924cfba Fixed undefined variable in i18n_field_menu().
92190f5 Changed deprecated function split() to explode().
00c3ee5 Issue #1437146: Fixed Rework string translation access, related issues
9d3b751 Issue #1159912: Fixed i18n_select not keeping values for synchronization.
cc668e8 Issue #1482306: Fixed Localized i18n taxonomy terms lacking rdfa attributes. Moved language field to the end to avoid notice.
69b8002 Some code cleaning, removing obsolete function.
c27323d Issue #1447012 by Jose Reyero | fago: Added ease supporting dynamic properties.
2330f58 Issue #1511944: Fixed other include paths
2c794b8 Issue #1511944 by kimee: Fixed Fatal error when enabling i18n_string() module with drush using aliases.
Overview of improvements:
- Added new variable types, extended the API, some Views support.
- Fixed multiple issues and improved API consistency.
- Added documentation, tests and variable example module.
- Added features export for full variable realms.
Full list of changes:
1810611 Issue #1219724 by Jose Reyero: Better handling of array and multiple variables. Moved format function to main module.
7ca285a Issue #1219724 by Jose Reyero: Better handling of array and multiple variables.
5d18b7c Issue #1430126 by Jose Reyero: Add tests and example module.
b07dde6 Issue #1395746: Added Views contextual filter integration and some more views support.
178af72 Better formatting for unknown variables.
d7cee4a Issue #1508796 by El Matador Y Ty...: Localize 'text_format()' variable type.
197e31b Issue #1510406 by Jose Reyero: API improvements: variable_store_delete_all(), variable_store_list_all().
6b9d046 Issue #1086986 by Jose Reyero: Features support for Variable store (multilingual variables, strongarm support, variable re
6b419a1 Issue #1491160 by Jose Reyero: Variable Realm / Store API clean up.
86f981f Issue #1370518 by B-Prod, bastnic: Fixed variable_realm() not used.
9cef74f Issue #1430126 by Jose Reyero: Add tests and example module for variable store/realms.
4e27d69 Added some pages to variable example.