Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General: update WordPress version requirements to 6.1. #30120

Merged
merged 1 commit into from
Apr 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/files/setup-wordpress-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ case "$WP_BRANCH" in
previous)
# We hard-code the version here because there's a time near WP releases where
# we've dropped the old 'previous' but WP hasn't actually released the new 'latest'
TAG=6.0
TAG=6.1
;;
*)
echo "Unrecognized value for WP_BRANCH: $WP_BRANCH" >&2
Expand Down
2 changes: 1 addition & 1 deletion .phpcs.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- This file configures everything except the list of rules. -->
<!-- The separation is so .github/files/phpcompatibility-dev-phpcs.xml can use the same config with a different rule set. -->
<ruleset>
<config name="minimum_supported_wp_version" value="6.0" />
<config name="minimum_supported_wp_version" value="6.1" />
<config name="testVersion" value="5.6-"/>

<!-- Use our custom filter for `.phpcsignore` and `.phpcs.dir.xml` support. -->
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/backup/changelog/update-wp-requirements
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update WordPress version requirements. Now requires version 6.1.
2 changes: 1 addition & 1 deletion projects/plugins/backup/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Jetpack VaultPress Backup ===
Contributors: automattic, bjorsch, fgiannar, initsogar, jeherve, jwebbdev, kraftbj, macbre, samiff, sermitr, williamvianas
Tags: jetpack
Requires at least: 6.0
Requires at least: 6.1
Requires PHP: 5.6
Tested up to: 6.2
Stable tag: 1.5
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/update-wp-requirements
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: compat

General: Jetpack now requires WordPress version 6.1.
4 changes: 2 additions & 2 deletions projects/plugins/jetpack/jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
* Requires at least: 6.0
* Requires at least: 6.1
* Requires PHP: 5.6
*
* @package automattic/jetpack
Expand All @@ -30,7 +30,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

define( 'JETPACK__MINIMUM_WP_VERSION', '6.0' );
define( 'JETPACK__MINIMUM_WP_VERSION', '6.1' );
define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' );
define( 'JETPACK__VERSION', '12.1-a.6' );

Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: automattic, adamkheckler, adrianmoldovanwp, aduth, akirk, allendav, alternatekev, andy, annamcphee, annezazu, apeatling, arcangelini, azaozz, batmoo, barry, beaulebens, bindlegirl, biskobe, blobaugh, bjorsch, 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, robertbpugh, roccotripaldi, samhotchkiss, samiff, scarstocea, scottsweb, sdixon194, sdquirk, sermitr, simison, stephdau, tmoorewp, tyxla, Viper007Bond, westi, wpkaren, yoavf, zinigor
Tags: Security, backup, Woo, malware, scan, spam, CDN, search, social
Stable tag: 12.0
Requires at least: 6.0
Requires at least: 6.1
Requires PHP: 5.6
Tested up to: 6.2

Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/migration/changelog/update-wp-requirements
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update WordPress version requirements. Now requires version 6.1.
2 changes: 1 addition & 1 deletion projects/plugins/migration/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Move to WordPress.com ===
Contributors: automattic
Tags: migrate, migration, backup, restore, transfer, move, copy, wordpress.com, automattic, import, importer, hosting
Requires at least: 6.0
Requires at least: 6.1
Requires PHP: 5.6
Tested up to: 6.2
Stable tag: 0.1.0-alpha
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/protect/changelog/update-wp-requirements
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update WordPress version requirements. Now requires version 6.1.
2 changes: 1 addition & 1 deletion projects/plugins/protect/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Jetpack Protect ===
Contributors: automattic, retrofox, leogermani, renatoagds, bjorsch, ebinnion, fgiannar, zinigor, miguelxavierpenha, dsmart, jeherve, manzoorwanijk, njweller, oskosk, samiff, siddarthan, wpkaren, arsihasi, kraftbj, kev, sermitr, kangzj, pabline, dkmyta
Tags: jetpack, protect, security, malware, scan
Requires at least: 6.0
Requires at least: 6.1
Requires PHP: 5.6
Tested up to: 6.2
Stable tag: 1.3.0
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/search/changelog/update-wp-requirements
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update WordPress version requirements. Now requires version 6.1.
2 changes: 1 addition & 1 deletion projects/plugins/search/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Jetpack Search ===
Contributors: automattic, annamcphee, bluefuton, kangzj, jsnmoon, robfelty, gibrown, trakos, dognose24, a8ck3n
Tags: search, filter, woocommerce search, ajax search, product search, free cloud-based search
Requires at least: 6.0
Requires at least: 6.1
Requires PHP: 5.6
Tested up to: 6.2
Stable tag: 1.4.0
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/social/changelog/update-wp-requirements
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update WordPress version requirements. Now requires version 6.1.
2 changes: 1 addition & 1 deletion projects/plugins/social/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Jetpack Social ===
Contributors: automattic, pabline, danielpost, siddarthan, gmjuhasz
Tags: social-media, publicize, social-media-manager, social-networking, social marketing, social, social share, social media scheduling, social media automation, auto post, auto- publish, social share
Requires at least: 6.0
Requires at least: 6.1
Requires PHP: 5.6
Tested up to: 6.2
Stable tag: 1.9.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update WordPress version requirements. Now requires version 6.1.
2 changes: 1 addition & 1 deletion projects/plugins/starter-plugin/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Jetpack Starter Plugin ===
Contributors: automattic,
Tags: jetpack, stuff
Requires at least: 6.0
Requires at least: 6.1
Requires PHP: 5.6
Tested up to: 6.2
Stable tag: 0.1.0-alpha
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/super-cache/changelog/update-wp-requirements
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update WordPress version requirements. Now requires version 6.1.
2 changes: 1 addition & 1 deletion projects/plugins/super-cache/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== WP Super Cache ===
Contributors: donncha, automattic, adnan007, mikemayhem3030, ppetrov2c, pyronaur, thingalon
Tags: performance, caching, wp-cache, wp-super-cache, cache
Requires at least: 5.9
Requires at least: 6.1
Requires PHP: 5.6
Tested up to: 6.2
Stable tag: 1.9.3
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/videopress/changelog/update-wp-requirements
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update WordPress version requirements. Now requires version 6.1.
2 changes: 1 addition & 1 deletion projects/plugins/videopress/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: automattic, retrofox, oskosk, thehenridev, renatoagds, lhkowalski, nunyvega, leogermani
Tags: video, video-hosting, video-player, cdn, vimeo, youtube, video-streaming, mobile-video, jetpack

Requires at least: 6.0
Requires at least: 6.1
Tested up to: 6.2
Stable tag: 1.5
Requires PHP: 5.6
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/commands/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ function createReadMeTxt( answers ) {
`=== Jetpack ${ answers.name } ===\n` +
'Contributors: automattic,\n' +
'Tags: jetpack, stuff\n' +
'Requires at least: 6.0\n' +
'Requires at least: 6.1\n' +
'Requires PHP: 5.6\n' +
'Tested up to: 6.2\n' +
`Stable tag: ${ answers.version }\n` +
Expand Down