Skip to content

Releases: Automattic/jetpack

Jetpack 3.1: Portfolio Custom Post Types, a New Logo, and Much More

31 Jul 16:18
Compare
Choose a tag to compare

The latest Jetpack update adds exciting new features like additional JSON API endpoints and Custom Content Types -- which includes the Portfolio Custom Post Type. And we've got a spiffy a new logo!

Custom Content Types

Custom Post Types (or CPTs) allow you to have content that doesn't necessary fit into a post but isn't right for a static page. Now, you can enable Custom Post Types via Jetpack. More and more CPTs are supported by themes on WordPress.com, making the ability to access this custom content critical if a user migrates to a self-hosted site.

Introducing the Portfolio Custom Post Type

custom-content-types

The Portfolio Custom Post Type gives you an easy way to manage projects you want to showcase on your site. It's already supported by a number of themes, and more theme developers are planning on adding it.

If your theme doesn't support it yet, enable the Portfolio Custom Post Type by activating the Custom Content Types module in your Jetpack settings. Then, enable the feature by going to Settings > Writing in your WordPress admin and checking the option under "Your Custom Content Types" to enable the Portfolio Custom Post Type.

You can then choose to display the portfolio using the portfolio shortcode ( [portfolio] ) or with a link to the portfolio in the menu.

New Jetpack Logo

Jetpack 3.1 also unveils a new Jetpack logo. Without further ado, here it is!

New Jetpack Logo

Why do we need a new logo? Glad you asked! Jetpack is ever-evolving and is a major part of Automattic and WordPress. It's grown a lot since  its introduction in 2011, and its branding should grow too. Something better, faster, stronger.

If you would like to use the new logo, you can find the official PDF on the Automattic press page.

Features for Theme Developers

If you are theme developer -- or just like to tinker with your theme -- you'll enjoy Jetpack 3.1's additions

First off, we've added responsive video support! One of the things that is often overlooked when developing a responsive theme is making videos responsive. To add support to your theme, just add the following line to your theme's functions.php file.

<?php add_theme_support( 'jetpack-responsive-videos' ); ?>

This ensures that any videos are responsive, no additional markup or special coding required. It just works! Every video on your site will display just as nicely on mobile devices as they do on your largest display.

We've also updated to the most recent version of Genericons (3.1). For specific changes, please see the Genericons releaselog.

Features for Plugin Developers

For sites that opt in, we're also adding additional JSON API endpoints that allow you to manage themes and plugins as well as Jetpack feature activation. If you've not yet explored the WordPress.com JSON API, you can do so online at the WordPress.com developer console.

More Updates to the Jetpack Admin Interface

Jetpack 3.0 dramatically overhauled the Jetpack admin interface. Thanks to your feedback, 3.1 makes new design even more user friendly and accessible! Now, you can activate, configure, and deactivate Jetpack features right in the feature description box. Manage the feature with a single click and configure its settings without backing out of the description.

We also improved the RTL support for many Jetpack features. With WordPress and Jetpack used globally, this makes it easier for people who use languages that read from right to left to better use these features.

And so much more!

As always, there are many minor enhancements and bug fixes with Jetpack 3.1. For full details, please see the change log.

We value your feedback, so please comment and let us know what you love, and what you'd like to see in future updates. If you find any possible bugs or issues, please file a new issue on the Jetpack GitHub page, create a new forum post, or simply contact our support team.

Jetpack 3.1 beta4

30 Jul 17:35
Compare
Choose a tag to compare
Jetpack 3.1 beta4 Pre-release
Pre-release
Bump version to beta4.

I accidentally tagged the beta3 release without bumping the version, so
skipping straight to four.

Jetpack 3.1 beta2

24 Jul 17:27
Compare
Choose a tag to compare
Jetpack 3.1 beta2 Pre-release
Pre-release
3.1-beta2

Bump version number and change log to beta2

Jetpack 3.0.2

18 Jun 09:54
Compare
Choose a tag to compare

Improvements to the new Jetpack menu in the dashboard, and several bug fixes. You can check the changelog here.

Jetpack 3.0.1

22 May 18:42
Compare
Choose a tag to compare
Update change log for 3.0.1

Jetpack 3.0

20 May 17:55
Compare
Choose a tag to compare
Bump versions for 3.0 release.

Jetpack 3.0 Beta 3

14 May 23:48
Compare
Choose a tag to compare
Jetpack 3.0 Beta 3 Pre-release
Pre-release
Update jetpack.pot

Running `grunt makepot`. — unsure about the reason for the comment
changes since the last pass.  @lezama — thoughts?

Jetpack 3.0 Beta 2

12 May 13:26
Compare
Choose a tag to compare
Jetpack 3.0 Beta 2 Pre-release
Pre-release

All the strings are textdomained,
And snug in their .POT file.
So let's freeze it up,
And get it out the door!

Jetpack 3.0 Beta 1

16 Apr 15:36
Compare
Choose a tag to compare
Jetpack 3.0 Beta 1 Pre-release
Pre-release

First beta release with the new admin UI in it. There are some known issues and changes incoming for it, but wanted to get this out in the wild to get some more eyes on it. Expect a beta 2 early next week.

Jetpack 2.9.3

10 Apr 19:51
Compare
Choose a tag to compare

This release fixes a critical security vulnerability. Please upgrade immediately.