Skip to content

Commit c95f9a0

Browse files
authored
Update version numbers to start 9.9 cycle (#17043)
1 parent 2f8d79b commit c95f9a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jetpack.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://jetpack.com
55
* Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
66
* Author: Automattic
7-
* Version: 8.9-alpha
7+
* Version: 9.0-alpha
88
* Author URI: https://jetpack.com
99
* License: GPL2+
1010
* Text Domain: jetpack
@@ -16,7 +16,7 @@
1616

1717
define( 'JETPACK__MINIMUM_WP_VERSION', '5.4' );
1818
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
19-
define( 'JETPACK__VERSION', '8.9-alpha' );
19+
define( 'JETPACK__VERSION', '9.0-alpha' );
2020
define( 'JETPACK_MASTER_USER', true );
2121
define( 'JETPACK__API_VERSION', 1 );
2222
define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Jetpack",
3-
"version": "8.9.0-alpha",
3+
"version": "9.0.0-alpha",
44
"description": "[Jetpack](https://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).",
55
"homepage": "https://jetpack.com",
66
"author": "Automattic",

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Jetpack by WordPress.com ===
22
Contributors: automattic, adamkheckler, aduth, akirk, allendav, alternatekev, andy, annezazu, apeatling, azaozz, batmoo, barry, beaulebens, biskobe, blobaugh, brbrr, cainm, cena, cfinke, chaselivingston, chellycat, clickysteve, csonnek, danielbachhuber, davoraltman, daniloercoli, delawski, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, egregor, eliorivero, enej, eoigal, erania-pinnera, ethitter, fgiannar, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, jblz, jasmussen, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, kbrownkd, keoshi, koke, kraftbj, lancewillett, leogermani, lschuyler, macmanx, martinremy, matt, matveb, mattwiebe, maverick3x6, mcsf, mdawaffe, mdbitz, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, ryancowles, richardmuscat, richardmtl, roccotripaldi, samhotchkiss, scarstocea, scottsweb, sdquirk, sermitr, simison, stephdau, tmoorewp, tyxla, Viper007Bond, westi, yoavf, zinigor
33
Tags: Jetpack, WordPress.com, backup, security, related posts, CDN, speed, anti-spam, social sharing, SEO, video, stats
4-
Stable tag: 8.8.1
4+
Stable tag: 8.9
55
Requires at least: 5.4
66
Requires PHP: 5.6
77
Tested up to: 5.5

0 commit comments

Comments
 (0)