New features and major changes:
- Views can be embedded or linked.
- Views can be used to create buttons.
- Options now have values with a wide support of characters.
- Popup windows now using Drupal cache instead of variables.
Heed the following if upgrading from rc2:
* Linking to nodes using an own text with the syntax <#nid>Text</#> is marked as deprecated (it is still supported). Instead use the new option linktext="your text".
* Option values are now encircled by double quotes ". So you may use almost every 8bit character in option values (except double quote "). Therefore when you already use translation=en you should change it to translation="en" (the old syntax without double quotes is still supported but marked as deprecated).
* The german translation (documentation and module texts) hasn't been updated from rc2 due to workload adjustements. The german translation will be updated upon the Linodef 1.0 final release.
Changelist since rc2:
- Updated documentation.
#510882 by Roi Danton: Fixed wrong arguments in hook_theme of Buttons API.
- Added classes to each filtered link.
- Changed autocomplete data caching from variables to cache table.
- Changed Buttons API tag option to path conversion to hex so tag options may contain every valid character, now.