Jetpack by WordPress.com was updated to version 2.3, from version 2.2.5. Changelog:
- Enhancement: Omnisearch: Search once, get results from everything! Omnisearch is a single search box that lets you search many different things
- Enhancement: Debugger: this module helps you debug connection issues right from your dashboard, and contact the Jetpack support team if needed
- Enhancement: Social Links: this module is a canonical source, based on Publicize, that themes can use to let users specify where social icons should link to
- Enhancement: It’s now easier to find out if a module is active or note, thanks to the new Jetpack::is_module_active()
- Enhancement: Contact Form: You are now able to customize the submit button text thanks to the submit_button_text parameter
- Enhancement: Comments: We’ve added a filter to let users customize the Comment Reply label, and users can now also customize the prompt on the comment form again.
- Enhancement: Mobile Theme: Add genericons.css and registering it so it’s easily accessible to other modules that may want it
- Enhancement: Tiled Galleries: You can now customize the captions, thanks to the jetpack_slideshow_slide_caption filter
- Enhancement: Widgets: Twitter Timeline: Add the noscrollbar option
- Enhancement: Widgets: Facebook Like Box Widget: add a show_border attribute
- Enhancement: Widgets: FB Like Box: let Jetpack users override the iframe background color set in an inline style attribute by using the jetpack_fb_likebox_bg filter
- Bug Fix: Carousel: Fix a bug where double-clicking a gallery thumbnail broke the carousel functionality
- Bug Fix: Comments: Change “must-log-in” to class from ID
- Bug Fix: Contact Form: Make the Add Contact Form link a button, ala Add Media in core
- Bug Fix: Contact Form: Fix encoding of field labels
- Bug Fix: Contact Form: Remove references to missing images
- Bug Fix: Fix 2 XSS vulnerabilities
- Bug Fix: JSON API: Minor fixes for bbPress compatibility
- Bug Fix: JSON API: Fix metadata bugs
- Bug Fix: JSON API: Add a new hook that is fired when a post is posted using the API
- Bug Fix: JSON API: Prefork/REST: update path normalizer to accept versions other than 1
- Bug Fix: JSON API: Remove extra parenthesis in CSS
- Bug Fix: Custom CSS: Move content width filters higher up so that they’re active for all users, not just logged-in admins.
- Bug Fix: Custom CSS: All CSS properties that accept images as values need to be allowed to be declared multiple times so that cross-browser gradients work
- Bug Fix: Infinite Scroll: Allow themes to define a custom function to render the IS footer
- Bug Fix: Infinite Scroll: Fix up Twenty Thirteen styles for RTL and small viewports.
- Bug Fix: Likes: Fix ‘Call to undefined function’
- Bug Fix: Likes: Add scrolling no to iframe to make sure that like button in admin bar does not show scrollbars
- Bug Fix: Likes: Remove setInterval( JetpackLikesWidgetQueueHandler, 250 ) call that was causing heavy CPU load
- Bug Fix: Mobile Theme: Remove unused variable & function call
- Bug Fix: Publicize: Fix LinkedIn profile URL generation
- Bug Fix: Publicize: Better refresh handling for services such as LinkedIn and Facebook
- Bug Fix: Shortcodes: Audio shortcode: Treat src as element 0. Fixes audio shortcodes created by wp_embed_register_handler when an audio url is on a line by itself
- Bug Fix: Bandcamp: Updates to the Bandcamp shortcode
- Bug Fix: Stats: Fix missing function get_editable_roles on non-admin page loads
- Bug Fix: Widgets: Twitter Timeline: Fix HTML links in admin; set default values for width/height; change some of the sanitization functions
- Bug Fix: Widgets: Top Posts Widget: Exclude attachments
- Bug Fix: Widgets: Top Posts Widget: fix data validation for number of posts
- Bug Fix: Fix PHP warnings non-static method called dynamically
- Bug Fix: Fixed an issue in image extraction from HTML content
- Bug Fix: Open Graph: Change default minimum size for og:image too 200×200
- Note: The old Twitter widget was removed in favour of Twitter Timeline widget
- Note: Add is_module_active() to make it easier to detect what is and what isn’t
- Note: Compressing images via lossless methods
- Note: Tidying up jetpack’s CSS
- Note: Set the max DB version for our retina overrides that were meant to stop for WordPress 3.5
- Note: Updating spin.js to the current version, and shifting to the canonical jquery.spin.js library
- Note: Adding Jetpack_Options class, and abstracting out options functions to it