Jetpack by WordPress.com was updated to version 2.4.2, from version 2.4.1. Changelog:
- Enhancement: Converted to module headers to detect Auto-Activating modules.
- Enhancement: WPCC: Added ‘Close’ link to deactivate WPCC in the admin nag.
- Enhancement: JSON API: Add User Nicename to the user data.
- Bug Fix: Contact Form: Stopped using a short tag.
- Bug Fix: Changed CSS selector to catch MP6 stylings.
- Bug Fix: Dropped FILE references in class.jetpack.php in favor of JETPACK__PLUGIN_DIR constant, now code that deactivates the plugin from the connect nag works again.
- Bug Fix: Random Redirect: Add random-redirect to the plugins overriden list, in case someone is using Matt’s Random Redirect plugin.
- Bug Fix: Tiled Gallery: Revert r757178 relating to tiled gallery defaults.
- Bug Fix: Return false, not zero, if $GLOBALS[‘content_width’] isn’t defined.
- Bug Fix: WPCC: Don’t call wp_login_url() in the constructor — if someone is running a custom login page, that can break things if their plugin runs get_permalink as a filter before init.
- Bug Fix: Tiled Gallery: Add fallback if post_parent == 0 due to infinite_scroll_load_other_plugins_scripts.
- Bug Fix: Custom CSS: Set the ACE gutter z-index to 1.
- Bug Fix: Custom Post Types: Switch from wp_redirect() to wp_safe_redirect().
- Bug Fix: Likes: Set overflow:hidden; on the likes adminbar item.
- Bug Fix: Mobile Theme: Migrate where/when the custom header stuff is included.
- Bug Fix: Slideshow Shortcode: Add a height of 410px.