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.
- Adds migrate support.
- Massive cleanup: this also removes the textarea input for fields with cardinality > 1 as the implementation was buggy [1].
- Adds an additional widget for inputting data as raw long values.
This is mostly a bugfix release. Things you might want to know about:
The goo.gl URL shortening service is now supported
There are two new settings to adjust the amount of time full URLs are cached if retrieving a shortened URL fails and to adjust the amount of time before a request for a short URL times out
If you were using the "Record Shorten" module, its list of shortened URLs has moved to the Reports section (admin/reports/shorten).
Changes from 7.x-1.0
Issue #1102292 - PHP Strict configuration warning by IceCreamYou
Make the system block cache only cache the Short URL block per-page instead of globally
Issue #1182294 - Make it more obvious that some services require API authentication
Issue #1247888 - Tokens dont work by Jackinloadup
Issue #1257530 - can't navigate to menu item by Jackinloadup, IceCreamYou
The "failed to retrieve URL" error was unaware of which service it was using
Fixed E_ALL notice related to tokens
Issue #1014402 - Support Goo.gl
Issue #1215550 - Failed URL cache duration by jsagotsky, IceCreamYou
Issue #1302222 - 3 second request timeout is currently hardcoded. I would like to configure it.
Fixed info files pointing to the wrong configuration pages
Issue #1261746 - Changing the name of a custom service breaks the services settings