From d9cad0eafe7b4c9e6a13602c015805c8daed4c1f Mon Sep 17 00:00:00 2001 From: Jeremy Herve Date: Wed, 15 Nov 2023 17:40:40 +0100 Subject: [PATCH] General: update WP version requirements to WordPress 6.3. (#34127) --- .github/files/setup-wordpress-env.sh | 2 +- .phpcs.config.xml | 4 ++-- projects/plugins/backup/changelog/update-wp-requirements-63 | 4 ++++ projects/plugins/backup/readme.txt | 2 +- projects/plugins/inspect/changelog/update-wp-requirements-63 | 4 ++++ projects/plugins/inspect/readme.txt | 2 +- projects/plugins/jetpack/changelog/update-wp-requirements-63 | 4 ++++ projects/plugins/jetpack/jetpack.php | 4 ++-- projects/plugins/jetpack/readme.txt | 2 +- .../plugins/migration/changelog/update-wp-requirements-63 | 4 ++++ projects/plugins/migration/readme.txt | 2 +- projects/plugins/protect/changelog/update-wp-requirements-63 | 4 ++++ projects/plugins/protect/readme.txt | 2 +- projects/plugins/search/changelog/update-wp-requirements-63 | 4 ++++ projects/plugins/search/readme.txt | 2 +- projects/plugins/social/changelog/update-wp-requirements-63 | 4 ++++ projects/plugins/social/readme.txt | 2 +- .../starter-plugin/changelog/update-wp-requirements-63 | 4 ++++ projects/plugins/starter-plugin/readme.txt | 2 +- .../plugins/super-cache/changelog/update-wp-requirements-63 | 4 ++++ projects/plugins/super-cache/readme.txt | 2 +- .../plugins/videopress/changelog/update-wp-requirements-63 | 4 ++++ projects/plugins/videopress/readme.txt | 2 +- tools/cli/commands/generate.js | 2 +- 24 files changed, 56 insertions(+), 16 deletions(-) create mode 100644 projects/plugins/backup/changelog/update-wp-requirements-63 create mode 100644 projects/plugins/inspect/changelog/update-wp-requirements-63 create mode 100644 projects/plugins/jetpack/changelog/update-wp-requirements-63 create mode 100644 projects/plugins/migration/changelog/update-wp-requirements-63 create mode 100644 projects/plugins/protect/changelog/update-wp-requirements-63 create mode 100644 projects/plugins/search/changelog/update-wp-requirements-63 create mode 100644 projects/plugins/social/changelog/update-wp-requirements-63 create mode 100644 projects/plugins/starter-plugin/changelog/update-wp-requirements-63 create mode 100644 projects/plugins/super-cache/changelog/update-wp-requirements-63 create mode 100644 projects/plugins/videopress/changelog/update-wp-requirements-63 diff --git a/.github/files/setup-wordpress-env.sh b/.github/files/setup-wordpress-env.sh index 0cf7b14d1d112..6505d513beeca 100755 --- a/.github/files/setup-wordpress-env.sh +++ b/.github/files/setup-wordpress-env.sh @@ -40,7 +40,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.2 + TAG=6.3 ;; *) echo "Unrecognized value for WP_BRANCH: $WP_BRANCH" >&2 diff --git a/.phpcs.config.xml b/.phpcs.config.xml index fdd5fe831bdf6..9156214175968 100644 --- a/.phpcs.config.xml +++ b/.phpcs.config.xml @@ -2,8 +2,8 @@ - - + + diff --git a/projects/plugins/backup/changelog/update-wp-requirements-63 b/projects/plugins/backup/changelog/update-wp-requirements-63 new file mode 100644 index 0000000000000..d71b22d9e651d --- /dev/null +++ b/projects/plugins/backup/changelog/update-wp-requirements-63 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +General: update WordPress version requirements to WordPress 6.3. diff --git a/projects/plugins/backup/readme.txt b/projects/plugins/backup/readme.txt index d7ddc033eeff6..3f75015d3c0f5 100644 --- a/projects/plugins/backup/readme.txt +++ b/projects/plugins/backup/readme.txt @@ -1,7 +1,7 @@ === Jetpack VaultPress Backup === Contributors: automattic, bjorsch, fgiannar, initsogar, jeherve, jwebbdev, kraftbj, macbre, samiff, sermitr, williamvianas Tags: jetpack, backup, restore -Requires at least: 6.2 +Requires at least: 6.3 Requires PHP: 5.6 Tested up to: 6.4 Stable tag: 2.2 diff --git a/projects/plugins/inspect/changelog/update-wp-requirements-63 b/projects/plugins/inspect/changelog/update-wp-requirements-63 new file mode 100644 index 0000000000000..d71b22d9e651d --- /dev/null +++ b/projects/plugins/inspect/changelog/update-wp-requirements-63 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +General: update WordPress version requirements to WordPress 6.3. diff --git a/projects/plugins/inspect/readme.txt b/projects/plugins/inspect/readme.txt index 1dbb8d171ab80..abf5dccfb036c 100644 --- a/projects/plugins/inspect/readme.txt +++ b/projects/plugins/inspect/readme.txt @@ -1,7 +1,7 @@ === Jetpack inspect === Contributors: automattic, Tags: jetpack, stuff -Requires at least: 6.2 +Requires at least: 6.3 Requires PHP: 5.6 Tested up to: 6.4 Stable tag: 1.0.0-alpha diff --git a/projects/plugins/jetpack/changelog/update-wp-requirements-63 b/projects/plugins/jetpack/changelog/update-wp-requirements-63 new file mode 100644 index 0000000000000..d5d90b85af3b5 --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-wp-requirements-63 @@ -0,0 +1,4 @@ +Significance: patch +Type: compat + +General: update WordPress version requirements to WordPress 6.3. diff --git a/projects/plugins/jetpack/jetpack.php b/projects/plugins/jetpack/jetpack.php index 78dc6591fceaf..95cb336a6ac9f 100644 --- a/projects/plugins/jetpack/jetpack.php +++ b/projects/plugins/jetpack/jetpack.php @@ -8,7 +8,7 @@ * Author URI: https://jetpack.com * License: GPL2+ * Text Domain: jetpack - * Requires at least: 6.2 + * Requires at least: 6.3 * Requires PHP: 5.6 * * @package automattic/jetpack @@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -define( 'JETPACK__MINIMUM_WP_VERSION', '6.2' ); +define( 'JETPACK__MINIMUM_WP_VERSION', '6.3' ); define( 'JETPACK__MINIMUM_PHP_VERSION', '5.6' ); define( 'JETPACK__VERSION', '12.9-a.4' ); diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index 99ea1eb896b6e..f8c158c4df794 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -2,7 +2,7 @@ Contributors: automattic, adamkheckler, adrianmoldovanwp, aduth, akirk, allendav, alternatekev, andy, annamcphee, annezazu, apeatling, arcangelini, azaozz, barry, batmoo, beaulebens, bindlegirl, biskobe, bjorsch, blobaugh, brbrr, cainm, cena, cfinke, cgastrell, chaselivingston, chellycat, clickysteve, csonnek, danielbachhuber, daniloercoli, davoraltman, delawski, designsimply, dllh, drawmyface, dsmart, dzver, ebinnion, egregor, eliorivero, enej, eoigal, erania-pinnera, ethitter, fgiannar, gcorne, georgestephanis, gibrown, goldsounds, hew, hugobaeta, hypertextranch, iammattthomas, iandunn, jasmussen, jblz, jeffgolenski, jeherve, jenhooks, jenia, jessefriedman, jgs, jkudish, jmdodd, joanrho, johnjamesjacoby, jshreve, kbrownkd, keoshi, koke, kraftbj, lancewillett, leogermani, lhkowalski, lschuyler, macmanx, martinremy, matt, mattwiebe, matveb, maverick3x6, mcsf, mdawaffe, mdbitz, MichaelArestad, migueluy, mikeyarce, mkaz, nancythanki, nickmomrik, nunyvega, obenland, oskosk, pento, professor44, rachelsquirrel, rdcoll, renatoagds, retrofox, richardmtl, richardmuscat, robertbpugh, roccotripaldi, ryancowles, samhotchkiss, samiff, scarstocea, scottsweb, sdixon194, sdquirk, sermitr, simison, stephdau, thehenridev, tmoorewp, tyxla, Viper007Bond, westi, williamvianas, wpkaren, yoavf, zinigor Tags: Security, backup, Woo, malware, scan, spam, CDN, search, social Stable tag: 12.7 -Requires at least: 6.2 +Requires at least: 6.3 Requires PHP: 5.6 Tested up to: 6.4 License: GPLv2 or later diff --git a/projects/plugins/migration/changelog/update-wp-requirements-63 b/projects/plugins/migration/changelog/update-wp-requirements-63 new file mode 100644 index 0000000000000..d71b22d9e651d --- /dev/null +++ b/projects/plugins/migration/changelog/update-wp-requirements-63 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +General: update WordPress version requirements to WordPress 6.3. diff --git a/projects/plugins/migration/readme.txt b/projects/plugins/migration/readme.txt index 95c86495ea117..4becc1960504c 100644 --- a/projects/plugins/migration/readme.txt +++ b/projects/plugins/migration/readme.txt @@ -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.2 +Requires at least: 6.3 Requires PHP: 5.6 Tested up to: 6.4 Stable tag: 1.0.0 diff --git a/projects/plugins/protect/changelog/update-wp-requirements-63 b/projects/plugins/protect/changelog/update-wp-requirements-63 new file mode 100644 index 0000000000000..d71b22d9e651d --- /dev/null +++ b/projects/plugins/protect/changelog/update-wp-requirements-63 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +General: update WordPress version requirements to WordPress 6.3. diff --git a/projects/plugins/protect/readme.txt b/projects/plugins/protect/readme.txt index c81ee475f1d5c..9b8e02c7c5fd1 100644 --- a/projects/plugins/protect/readme.txt +++ b/projects/plugins/protect/readme.txt @@ -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.2 +Requires at least: 6.3 Requires PHP: 5.6 Tested up to: 6.4 Stable tag: 1.4.1 diff --git a/projects/plugins/search/changelog/update-wp-requirements-63 b/projects/plugins/search/changelog/update-wp-requirements-63 new file mode 100644 index 0000000000000..d71b22d9e651d --- /dev/null +++ b/projects/plugins/search/changelog/update-wp-requirements-63 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +General: update WordPress version requirements to WordPress 6.3. diff --git a/projects/plugins/search/readme.txt b/projects/plugins/search/readme.txt index dd41208f18582..bdbddd90d8007 100644 --- a/projects/plugins/search/readme.txt +++ b/projects/plugins/search/readme.txt @@ -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.2 +Requires at least: 6.3 Requires PHP: 5.6 Tested up to: 6.4 Stable tag: 1.4.0 diff --git a/projects/plugins/social/changelog/update-wp-requirements-63 b/projects/plugins/social/changelog/update-wp-requirements-63 new file mode 100644 index 0000000000000..d71b22d9e651d --- /dev/null +++ b/projects/plugins/social/changelog/update-wp-requirements-63 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +General: update WordPress version requirements to WordPress 6.3. diff --git a/projects/plugins/social/readme.txt b/projects/plugins/social/readme.txt index d0bd0db538410..fbf9532b896af 100644 --- a/projects/plugins/social/readme.txt +++ b/projects/plugins/social/readme.txt @@ -1,7 +1,7 @@ === Jetpack Social === Contributors: automattic, pabline, siddarthan, gmjuhasz, manzoorwanijk, danielpost 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.2 +Requires at least: 6.3 Requires PHP: 5.6 Tested up to: 6.4 Stable tag: 2.3.0 diff --git a/projects/plugins/starter-plugin/changelog/update-wp-requirements-63 b/projects/plugins/starter-plugin/changelog/update-wp-requirements-63 new file mode 100644 index 0000000000000..d71b22d9e651d --- /dev/null +++ b/projects/plugins/starter-plugin/changelog/update-wp-requirements-63 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +General: update WordPress version requirements to WordPress 6.3. diff --git a/projects/plugins/starter-plugin/readme.txt b/projects/plugins/starter-plugin/readme.txt index be0bf6f361f77..7c34b3279c92f 100644 --- a/projects/plugins/starter-plugin/readme.txt +++ b/projects/plugins/starter-plugin/readme.txt @@ -1,7 +1,7 @@ === Jetpack Starter Plugin === Contributors: automattic, Tags: jetpack, stuff -Requires at least: 6.2 +Requires at least: 6.3 Requires PHP: 5.6 Tested up to: 6.4 Stable tag: 0.1.0-alpha diff --git a/projects/plugins/super-cache/changelog/update-wp-requirements-63 b/projects/plugins/super-cache/changelog/update-wp-requirements-63 new file mode 100644 index 0000000000000..d71b22d9e651d --- /dev/null +++ b/projects/plugins/super-cache/changelog/update-wp-requirements-63 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +General: update WordPress version requirements to WordPress 6.3. diff --git a/projects/plugins/super-cache/readme.txt b/projects/plugins/super-cache/readme.txt index 8a0e5dd4ce464..aff138c1430f6 100644 --- a/projects/plugins/super-cache/readme.txt +++ b/projects/plugins/super-cache/readme.txt @@ -1,7 +1,7 @@ === WP Super Cache === Contributors: donncha, automattic, adnan007, dilirity, mikemayhem3030, pyronaur, thingalon Tags: performance, caching, wp-cache, wp-super-cache, cache -Requires at least: 6.2 +Requires at least: 6.3 Requires PHP: 5.6 Tested up to: 6.4 Stable tag: 1.10.0 diff --git a/projects/plugins/videopress/changelog/update-wp-requirements-63 b/projects/plugins/videopress/changelog/update-wp-requirements-63 new file mode 100644 index 0000000000000..d71b22d9e651d --- /dev/null +++ b/projects/plugins/videopress/changelog/update-wp-requirements-63 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +General: update WordPress version requirements to WordPress 6.3. diff --git a/projects/plugins/videopress/readme.txt b/projects/plugins/videopress/readme.txt index 3baaca85e2f00..9977144126ac7 100644 --- a/projects/plugins/videopress/readme.txt +++ b/projects/plugins/videopress/readme.txt @@ -2,7 +2,7 @@ Contributors: automattic, retrofox, oskosk, thehenridev, renatoagds, lhkowalski, nunyvega, leogermani, cgastrell Tags: video, video-hosting, video-player, cdn, vimeo, youtube, video-streaming, mobile-video, jetpack -Requires at least: 6.2 +Requires at least: 6.3 Tested up to: 6.4 Stable tag: 1.5 Requires PHP: 5.6 diff --git a/tools/cli/commands/generate.js b/tools/cli/commands/generate.js index dec9a7e0331d7..690722f61610b 100644 --- a/tools/cli/commands/generate.js +++ b/tools/cli/commands/generate.js @@ -750,7 +750,7 @@ function createReadMeTxt( answers ) { `=== Jetpack ${ answers.name } ===\n` + 'Contributors: automattic,\n' + 'Tags: jetpack, stuff\n' + - 'Requires at least: 6.2\n' + + 'Requires at least: 6.3\n' + 'Requires PHP: 5.6\n' + 'Tested up to: 6.4\n' + `Stable tag: ${ answers.version }\n` +