Important note:
- If using Internationalization(i18n), this version of Variable requires i18n > 7.x-1.6
API Improvements and new features:
- Added support for multiple realms, properly handling settings forms.
- Support for Variable Domain module (alternate for domain variables).
- Exportable variable realms (can be used for multilingual variables).
- Drupal support for variable_realm_set, variable_realm_get
Full list:
d2742ef Issue #1612484 by bforchhammer: Fixed features integration (2.x branch).
14615d4 Issue #1448650 by axel.rutz, Jose Reyero: Fixed Let variable UI respect hook_variable_update().
3b749dd Fixed minor issues: broken link from admin pages to variable realms and realm edit forms not redirecting properly to currently selected realm.
254d0b2 Issue #1605670 by bforchhammer, Jose Reyero: Properly handling variable realms for admin forms.
74913da Issue #1605670 by bforchhammer, Jose Reyero: Merging variable_realm_admin into variable_admin.
37626e8 Issue #1605670 by bforchhammer, Jose Reyero: Fixing realm switcher in variable admin pages.
2a6a051 Issue #1593408: Added Improve usability of variable configuration page.
d4c6573 Issue #1508782 by axel.rutz, Jose Reyero: Fixed access not inherited for multiple variable.
17acffe Issue #1594656, make module bootstrap not crash when classes missing, for module updates.