Skip to content

Releases: Automattic/jetpack

Jetpack 2.9.2

17 Mar 18:31
Compare
Choose a tag to compare

Tiny point release! All we're doing is reverting a change in 2.9 that seems to have caused issues for folks using a third-party or mobile app to publish. This doesn't affect folks using the normal blog admin.

Jetpack 2.9.1

06 Mar 22:06
Compare
Choose a tag to compare

Minor point release, addresses two issues --

  • If you use After the Deadline, you may have noticed a glitch where it was difficult to publish posts, depending on the version of WordPress you're using. This is now fixed.
  • If you were testing an early beta of 2.9, you may have enabled an option that has since been removed. Unfortunately, when we removed the option, we didn't remove the effects of that option, so some of our beta testers got stuck. Sorry about that! Also fixed.

Jetpack 2.9.1 Beta 1

06 Mar 20:35
Compare
Choose a tag to compare
Jetpack 2.9.1 Beta 1 Pre-release
Pre-release

Very minor changes in this point release. The first will only affect users who were using our last beta version kinda early on -- one of the features we were testing had its option commented out, but functionality was never disabled. This fixes that.

The other option is a JS glitch that can prevent the saving of posts if you're using After the Deadline on your user profile.

Short beta, release soon.

Jetpack 2.9 - Related Posts, and Multisite improvements

26 Feb 18:49
Compare
Choose a tag to compare

related-posts-example

Jetpack now includes a new Related Posts module, as well as many improvements for those of you running a Multisite network.

You can find out more about the release on our blog, or in the changelog.

Jetpack 2.9 Beta 4

24 Feb 18:44
Compare
Choose a tag to compare
Jetpack 2.9 Beta 4 Pre-release
Pre-release
2.9b4

Bumping beta version number

Jetpack 2.9 Beta 3

19 Feb 07:27
Compare
Choose a tag to compare
Jetpack 2.9 Beta 3 Pre-release
Pre-release
2.9b3

Merge branch 'master' into 2.9

Jetpack 2.9 Beta 2

12 Feb 14:50
Compare
Choose a tag to compare
Jetpack 2.9 Beta 2 Pre-release
Pre-release
2.9b2

Jetpack: Updating 2.9 beta version to beta 2

Jetpack 2.9 Beta 1

05 Feb 16:03
Compare
Choose a tag to compare
Jetpack 2.9 Beta 1 Pre-release
Pre-release

This is an early beta, just created so we can get some more eyes on the new changes we're introducing. We won't be releasing for another couple weeks.

Jetpack 2.8: Introducing Markdown and Improving Monitor

31 Jan 16:42
Compare
Choose a tag to compare

We’re thrilled to announce that our latest update is out the door! Jetpack 2.8 includes improvements to Jetpack Monitor and also introduces a brand new Markdown module.

Improved Jetpack Monitor notifications

Multiple users can now receive Jetpack Monitor email notifications. As an admin user linked to WordPress.com, you can opt in to receive these notifications right from your dashboard. Just navigate to the Jetpack page, find the Monitor module card, and click on Configure. Then, check the “Receive Monitor Email Notifications” setting and save your changes. Now if your site ever goes down you will receive notifications to your WordPress.com linked account email!

Write more efficiently with Markdown

Since introducing Markdown on WordPress.com, we’ve had a lot of requests to bring it over to Jetpack. Well, queue the trumpets, start the drumroll, Markdown is here!

For those who don’t know, Markdown is a quick way to add formatted text without writing out any HTML. Markdown lets you compose links, lists, and other styles using regular characters and punctuation marks. If you want a quick, easy way to write and edit rich text without having to take your hands off the keyboard or learn a lot of complicated codes and shortcuts, then Markdown might be right for you.

Here is an example of Markdown in the text editor:

image

And here is that same Markdown converted to HTML in the Reddle theme:

image

Isn’t that pretty awesome? You can check out the announcement post over at WordPress.com for more information about Markdown and see our Markdown support page.

Publicize Support for Custom Post Types

For our developer friends out there, we’ve added Publicize support for custom post types, allowing you and your clients to automatically post new entries from any CPT to your social media networks. You’d need to make one small tweak in the code defining the CPT—just add 'publicize' to the CPT’s 'supports' array.

For example, to enable the title, editor, Publicize, and Jetpack’s new support for Markdown: 'supports' => array( 'title', 'editor', 'publicize', 'wpcom-markdown' ),

As always, if you notice any issues with this release, just give us a shout over at the forums or send us a message through our contact form. Thank you for flying with Jetpack!

Jetpack 2.8 Beta 1

23 Jan 18:04
Compare
Choose a tag to compare
Jetpack 2.8 Beta 1 Pre-release
Pre-release

Beta Pre-release, all standard disclaimers apply.

This is our first release running from GitHub, so please excuse the mess. It's been pushed to trunk in the plugins repository with r843950 and tagged in r843964

New modules: Markdown
Major module updates: Monitor

More details to come.