Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
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
Issue #1261742 by IceCreamYou: Move the record_shorten() log to the 'reports' section instead of the settings section.
Issue #1261748 by IceCreamYou: Add all the submodules to their own package.