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.
- Added forms tab to modules.
- Fixed outdated instructions in README.
- Fixed unclear text on test sample analysis form.
- Refactored cases for form elements to be simpler.
- Added comments to form element cases.
The shiny new feature in this release is support for the AddToCal Augmenter in the Recurring formatter. You can now configure separate augmenter settings for the rule, and for the individual date listings. Using an add to calendar link for a recurring rule should now add the full rule, including all instances. Note that currently no information about overrides will be passed in. I have yet to find any documentation which indicates this is possible. If you find some, please open an issue with the information, and I'll be glad to include it in a future release.
The main push has been to allow support for recurring dates. Because formatters for recurring dates tend to be more complex, the API was updated to allow a formatter to return a keyed array in its supportsDateAugmenter method, which will cause a separate set of configuration to be available for each array item.