Bug Fix: Infinite Scroll - Maintain main query's post__not_in values when querying posts for IS
Bug Fix: Infinite Scroll - Ensure that IS's pre_get_posts method isn't applied in the admin. Also fixes an incorrect use of add_filter() where add_action() was meant. Fixes #1696-plugins
Bug Fix: Infinite Scroll - CSS update - IS footer was too large in Firefox
Bug Fix: Infinite Scroll - Add bundled support for Twenty Thirteen default theme
Bug Fix: Infinite Scroll - Include posts table's prefix when modifying the SQL WordPress generates to retrieve posts for Infinite Scroll
Bug Fix: JSON API - Use wp_set_comment_status to change the comment status, to make sure actions are run where needed
Bug Fix: Likes - Update style and logic for matching id's
Bug Fix: Mobile Theme - Ensure that minileven_actual_current_theme() is child-theme compatible + other updates
Bug Fix: Mobile Theme - Update method for finding currently active theme.
Bug Fix: Notifications - Remove the postmessage.js enqueue since this feature solely supports native postMessage
Bug Fix: Notifications - Clean up script enqueues and use core versions of underscore and backbone on wpcom as fallbacks
Bug Fix: Notifications - Enqueue v2 scripts and style
Bug Fix: Notifications - Prefix module-specific scripts and style to prevent collision
Bug Fix: Notifications - Include lang and dir attributes on #wpnt-notes-panel so the notifications iframe can use these to display correctly
Bug Fix: Open Graph: Use the profile OG type instead of author. Add tags for first/last names
Bug Fix: Publicize - Remove the Yahoo! service because they stopped supporting that API entirely
Bug Fix: Publicize - fix fatal errors caused by using a method on a non-object. Props @ipstenu
Bug Fix: Sharing - Adding 2x graphics for Pocket sharing service
Bug Fix: Sharing - Bug fixes, and a new filter
Bug Fix: Shortcodes - Audio: make sure that the Jetpack audion shortcode does not override the 3.6 core audio shortcode. Also, we need to filter the old Jetpack-style shortcode to properly set the params for the Core audio shortcode.
Bug Fix: Shortcodes - Audio: Re-enable the flash player
Enhancement: Twitter Timeline Widget: New JavaScript based widget. Old one will discontinue May 7th.
2.2.2
Enhancement: Mobile Theme: Add controls for custom CSS.
Enhancement: Sharing: Add Pocket to the available services.
Bug Fix: Custom CSS: Update the method for generating content width setting.
Bug Fix: JSON API: Security updates.
Bug Fix: Likes: Add settings for email notifications and misc style updates.
Bug Fix: Notifications: Add the post types to sync after init.
Bug Fix: Publicize: RTL styling.
Bug Fix: Shortcodes: security fixes and function prefixing.
Bug Fix: Widgets: Update wording on the Top Posts widget for clarity.
Bug Fix: Jetpack Post Images security fixes.
2.2.1
Enhancement: Development Mode: Define the JETPACK_DEV_DEBUG constant to true to enable an offline mode for localhost development. Only modules that don't require a WordPress.com connection can be enabled in this mode.
Enhancement: Likes: Added the number of likes to the wp-admin/edit.php screens.
Enhancement: Mobile Theme - design refresh
Enhancement: Shortcodes - Add a filter to the shortcode loading section so that a plugin can override what Jetpack loads for shortcodes
Enhancement: Widgets - Filter Jetpack's widgets so that a plugin can control which widgets get loaded
Bug Fix: Comments - Add in a wrapper div with id='commentform'
Bug Fix: Contact Form - Added date field with datepicker
Bug Fix: Contact Form - Allowed non-text widgets to use contact forms by running their output through the widget_text filter
Bug Fix: Custom CSS - Allowing color values to be defined multiple times
Bug Fix: Custom CSS - Dynamically loading the correct CSS/LESS/SCSS mode for the CSS editor if the user changes the preprocessor
Bug Fix: Custom CSS - Using the unminified worker CSS
Bug Fix: Custom CSS - Added rule: reminder about using .custom-background on body selector
Bug Fix: Custom CSS - Modified rule: Removed portion of overqualification rule that deems 'a.foo' overqualified if there are no other 'a' rules
Bug Fix: Custom CSS - Ensuring that the editor and the textarea behind it are using the same font so that the cursor appears in the correct location
Bug Fix: Custom CSS - Fix a bug that caused some sites to always ignore the base theme's CSS when in preview mode
Bug Fix: Custom CSS - Run stripslashes() before passing CSS to save()
Bug Fix: Custom CSS - Moving inline CSS and JavaScript into external files
Bug Fix: Infinite Scroll - Use the is_main_query() function and query method
Bug Fix: Infinite Scroll - Remove unused styles and an unnecessary margin setting
Bug Fix: Infinite Scroll - Allow the query used with IS to be filtered, so IS can be applied to a new query within a page template
Bug Fix: JSON API - Catch the 'User cannot view password protected post' error from can_view_post and bypass it for likes actions if the user has the password entered
Bug Fix: Likes - Bump cache buster, Don't show likes for password protected posts
Bug Fix: Notifications - Remove a redundant span closing tag
Bug Fix: Photon - If an image is already served from Photon but the anchor tag that surrounds it hasn't had its href value rewritten to use Photon, do so. Accounts for WP galleries whose individual items are linked to the original image files
Bug Fix: Publicize - Allows GLOBAL_CAP to be filtered, Adds an AYS to connection deletion, UI improvement for MP6 (and in general)
Bug Fix: Sharedaddy - Fire the sharing redirect earlier for increased plugin compatibility
Bug Fix: Stats - Move the display:none CSS output to wp_head so it gets written inside the HEAD tag if the option to hide the stats smilie is active
Bug Fix: Tiled Galleries - A more descriptive name for the default gallery type
Bug Fix: Tiled Galleries - Hide the Columns setting for gallery types that don't support it
Bug Fix: Run the admin_menu action late so that plugins hooking into it get a chance to run
Bug Fix: Prophylactic strict equality check
2.2
Enhancement: Likes: Allow your readers to show their appreciation of your posts.
Enhancement: Shortcodes: SoundCloud: Update to version 2.3 of the SoundCloud plugin (HTML5 default player, various fixes).
Enhancement: Shortcodes: Subscriptions: Add a shortcode to enable placement of a subscription signup form in a post or page.
Enhancement: Sharedaddy: Allow selecting multiple images from a post using the Pinterest share button.
Enhancement: Contact Form: Allow feedbacks to be marked spam in bulk.
Enhancement: Widgets: Readmill Widget: Give your visitors a link to send your book to their Readmill library.
Note: Notifications: Discontinue support for Internet Explorer 7 and below.
Bug Fix: JSON API: Fix authorization problems that some users were experiencing.
Bug Fix: JSON API: Sticky posts were not being sorted correctly in /posts requests.
Bug Fix: Stats: sync stats_options so server has roles array needed for view_stats cap check.
Bug Fix: Photon: Only rewrite iamge urls if the URL is compatible with Photon.
Bug Fix: Photon: Account for registered image sizes with one or more dimesions set to zero.
Bug Fix: Subscriptions: Make HTML markup more valid.
Bug Fix: Subscriptions: Fixed notices displayed in debug mode.
Bug Fix: Custom CSS: CSS warnings and errors should now work in environments where JavaScript is concatenated or otherwise modified before being served.
Bug Fix: Photon: Detect custom-cropped images and use those with Photon, rather than trying to use the original.
Bug Fix: Custom CSS: Fix for bug preventing @import from working with url()-style URLs.
2.0.2
Bug Fix: Remove an erroneous PHP short open tag with the full tag to correct fatal errors under certain PHP configurations.
2.0.1
Enhancement: Photon: Support for the Lazy Load plugin.
Bug Fix: Photon: Fix warped images with un- or under-specified dimensions.
Bug Fix: Photon: Fix warped images with pre-photonized URLs; don't try to photonize them twice.
Bug Fix: Infinite Scroll: Check a child theme's parent theme for infinite scroll support.
Bug Fix: Infinite Scroll: Correct a bug with archives that resulted in posts appearing on archives that they didn't belong on.
Bug Fix: Publicize: Send the correct shortlink to Twitter (et al.) if your site uses a shortener other than wp.me.
Bug Fix: Sharing: Improved theme compatibility for the Google+ button.
Bug Fix: Notifications: Use locally-installed Javascript libraries if available.
2.0
Enhancement: Publicize: Connect your site to popular social networks and automatically share new posts with your friends.
Enhancement: Post By Email: Publish posts to your blog directly from your personal email account.
Enhancement: Photon: Images served through the global WordPress.com cloud.
Enhancement: Infinite Scroll: Better/faster browsing by pulling the next set of posts into view automatically when the reader approaches the bottom of the page.
Enhancement: Open Graph: Provides more detailed information about your posts to social networks.
Enhancement: JSON API: New parameters for creating and viewing posts.
Enhancement: Improved compatibility for the upcoming WordPress 3.5.
Bug Fix: Sharing: When you set your sharing buttons to use icon, text, or icon + text mode, the Google+ button will display accordingly.
Bug Fix: Gravatar Profile Widget: Allow basic HTML to be displayed.
Bug Fix: Twitter Widget: Error handling fixes.
Bug Fix: Sharing: Improved theme compatibility
Bug Fix: JSON API: Fixed error when creating some posts in some versions of PHP.
1.9.2
Bug Fix: Only sync options on upgrade once.
1.9.1
Enhancement: Notifications feature is enabled for logged-out users when the module is active & the toolbar is shown by another plugin.
Bug Fix: Use proper CDN addresses to avoid SSL cert issues.
Bug Fix: Prioritize syncing comments over deleting comments on WordPress.com. Fixes comment notifications marked as spam appearing to be trashed.
1.9
Enhancement: Notifications: Display Notifications in the toolbar and support reply/moderation of comment notifications.
Enhancement: Mobile Push Notifications: Added support for mobile push notifications of new comments for users that linked their accounts to WordPress.com accounts.
Enhancement: JSON API: Allows applications to send API requests via WordPress.com (see the docs )
Enhancement: Sync: Modules (that require the data) sync full Post/Comment to ensure consistent data on WP.com (eg Stats)
Enhancement: Sync: Improve syncing of site options to WP.com
Enhancement: Sync: Sync attachment parents to WP.com
Enhancement: Sync: Add signing of WP.com user ids for Jetpack Comments
Enhancement: Sync: Mark and obfuscate private posts.
Enhancement: Privacy: Default disable enhanced-distribution and json-api modules if site appears to be private.
Enhancement: Custom CSS: allow applying Custom CSS to mobile theme.
Enhancement: Sharing: On HTTPS pageloads, load as much of the sharing embeds as possible from HTTPS URLs.
Enhancement: Contact Form: Overhaul of the contact form code to fix incompatibilites with other plugins.
Bug Fix: Only allow users with manage_options permission to enable/disable modules
Bug Fix: Custom CSS: allow '/' in media query units; e.g. (-o-min-device-pixel-ratio: 3/2)
Bug Fix: Custom CSS: leave comments alone in CSS when editing but minify on the frontend
Bug Fix: Sharing: Keep "more" pane open so Google+ Button isn't obscured
Bug Fix: Carousel: Make sure the original size is used, even when it is exceedingly large.
Bug Fix: Exclude iPad from Twitter on iPhone mobile browsing
Bug Fix: Sync: On .org user role changes synchronize the change to .com
Bug Fix: Contact Form: Fix a bug where some web hosts would reject mail from the contact form due to email address spoofing.
1.8.3
Bug Fix: Subscriptions: Fix a bug where subscriptions were not being sent from the blog.
Bug Fix: Twitter: Fix a bug where the Twitter username was being saved as blank.
Bug Fix: Fix a bug where Contact Form notification emails were not being sent.
1.8.2
Bug Fix: Subscriptions: Fix a bug where subscriptions were not sent for posts and comments written by some authors.
Bug Fix: Widgets: Fix CSS that was uglifying some themes (like P2).
Bug Fix: Widgets: Improve Top Posts and Pages styling.
Bug Fix: Custom CSS: Make the default "Welcome" message translatable.
Bug Fix: Fix Lithuanian translation.
1.8.1
Bug Fix: Stats: Fixed a bug preventing some users from viewing stats.
Bug Fix: Mobile Theme: Fixed some disabled toolbar buttons.
Bug Fix: Top Posts widget: Fixed a bug preventing the usage of the Top Posts widget.
Bug Fix: Mobile Theme: Fixed a bug that broke some sites when the Subscriptions module was not enabled and the Mobile Theme module was enabled.
Bug Fix: Mobile Theme: Made mobile app promos in the Mobile Theme footer opt-in.
Bug Fix: Twitter Widget: A fix to prevent malware warnings.
Bug Fix: Mobile Theme: Fixed a bug that caused errors for some users with custom header images.
1.8
Enhancement: Mobile Theme: Automatically serve a slimmed down version of your site to users on mobile devices.
Enhancement: Multiuser: Allow multiple users to link their accounts to WordPress.com accounts.
Enhancement: Custom CSS: Added support for object-fit, object-position, transition, and filter properties.
Enhancement: Twitter Widget: Added Follow button
Enhancement: Widgets: Added Top Posts and Pages widget
Enhancement: Mobile Push Notifications: Added support for mobile push notifications on new comments.
Enhancement: VideoPress: Shortcodes now support the HD option, for default HD playback.
Bug Fix: Twitter Widget: Fixed tweet permalinks in the Twitter widget
Bug Fix: Custom CSS: @import rules and external images are no longer stripped out of custom CSS
Bug Fix: Custom CSS: Fixed warnings and notices displayed in debug mode
Bug Fix: Sharing: Fixed double-encoding of image URLs
Bug Fix: Sharing: Fix Google +1 button HTML validation issues (again :))
Bug Fix: Gravatar Profile Widget: Reduce size of header margins
1.7
Enhancement: CSS Editor: Customize your site's design without modifying your theme.
Enhancement: Comments: Submit the comment within the iframe. No more full page load to jetpack.wordpress.com.
Enhancement: Sharing: Share counts for Twitter, Facebook, LinkedIn
Enhancement: Sharing: Improve styling
Enhancement: Sharing: Add support for ReCaptcha
Enhancement: Sharing: Better extensability through filters
Enhancement: Widgets: Twitter: Attempt to reduce errors by storing a long lasting copy of the data. Thanks, kareldonk :)
Regression Fix: Sharing: Properly store and display the sharing label option's default value.
Bug Fix: Note, store, and keep fresh the time difference between the Jetpack site's host and the Jetpack servers at WordPress.com. Should fix all "timestamp is too old" errors.
Bug Fix: Improve experience on hosts capable of making outgoing HTTPS requests but incapable of verifying SSL certificates. Fixes some "register_http_request_failed", "error setting certificate verify locations", and "error:14090086:lib(20):func(144):reason(134)" errors.
Bug Fix: Better fallback when WordPress.com is experiencing problems.
Bug Fix: It's Jetpack, not JetPack :)
Bug Fix: Remove PHP Warnings/Notices.
Bug Fix: AtD: JS based XSS bug. Props markjaquith.
Bug Fix: AtD: Prevent stored configuration options from becoming corrupted.
Bug Fix: Stats: Prevent missing old stats for some blogs.
Bug Fix: Twitter Widget: Fix formatting of dates/times in PHP4.
Bug Fix: Twitter Widget: Cache the response from Twitter to prevent "Twitter did not respond. Please wait a few minutes and refresh this page." errors.
Enhancement: Slightly improved RTL experience. Jetpack 1.2 should include a much better fix.
Enhancement: Sharedaddy: Improve localization for Facebook Like button.
Enhancement: Gravatar Hovercards: Improved experience for Windows browsers.
1.1.1
Bug Fix: Improve experience on hosts capable of making outgoing HTTPS requests but incapable of verifying SSL certificates. Fixes most "Your Jetpack has a glitch. Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)." errors.
Bug Fix: Sharedaddy: Fatal error under PHP4. Disable on PHP4 hosts.
Bug Fix: Stats: Fatal error under PHP4. Rewrite to be PHP4 compatible.
Bug Fix: Stats: Fatal error on some sites modifying/removing core WordPress user roles. Add sanity check.
Bug Fix: Stats: Replace debug output with error message in dashboard widget.
Bug Fix: Stats: Rework hook priorities so that stats views are always counted even if a plugin (such as Paginated Comments) bails early on template_redirect.
Bug Fix: Identify the module that connot be activated to fatal error during single module activation.
Bug Fix: glob() is not always available. Use opendir(), readdir(), closedir().
Bug Fix: Send permalink options to Stats Server for improved per post permalink calculation.
Bug Fix: Do not hide Screen Options and Help links during Jetpack call to connect.
Bug Fix: Improve readablitiy of text.
Bug Fix: AtD: Correctly store/display options.
Enhancement: Output more informative error messages.
Enhancement: Improve CSS styling.
Enhancement: Stats: Query all post types and statuses when getting posts for stats reports.
Enhancement: Improve performance of LaTeX URLs be using cookieless CDN.
1.1
Initial release
Requires: 3.3 or higher Compatible up to: 3.5.1 Last Updated: 2013-5-1 Downloads: 5,308,167