Posted by hass on February 14, 2013 at 1:39pm
| Download | Size | md5 hash |
|---|---|---|
| linkchecker-7.x-1.1.tar.gz | 52.68 KB | 60a35cfcec0e02d7215113f2d7756f83 |
| linkchecker-7.x-1.1.zip | 57.71 KB | bb67a96cdbfffb1f61d310cab96c34b5 |
Last updated: February 14, 2013 - 13:41
Release notes
This is a critical release for everyone who is using automatic link updates. Please upgrade ASAP.
New features
- #1875602: Check URL fragment identifiers in content
- #1879316: Support Workbench Moderation workflow
- #1882602: Compatibility with Drupal <=7.14
Bug fixes:
- Code style review and fixes (minor level)
- No need to check comment/block enable variables in auto update.
- #1901018: ERROR: __clone method called on non-object
- #1901014: ERROR: Cannot use object of type stdClass as array
- Code style: indent secondary line of comment one space
- #1891900: Uninstall of 'linkchecker_check_connections_max' variable fails
- Use
#emptyin empty table. - Followup: #1850210: Autorepair may run out of memory by loading all nodes/comments at once
- #1719174: Editing node throws "Undefined property" stdClass::$nid in hook_node_prepare()
- Fixed a test to use LANGUAGE_NONE constant.
- #1880652: Refactor _linkchecker_parse_fields() and _linkchecker_replace_fields() to be less expensive (Drupal 7.21+)
- Minor code style fixes