Skip to content

Commit

Permalink
Production release: v20230808.0 (#4757)
Browse files Browse the repository at this point in the history
* Move infinite scroll limit to 1000 (#4596)

Co-authored-by: Rinat K <[email protected]>

* Revert unintentional action rename (#4703)

* Add "Group Stats" for QM Object Cache Plugin (#4691)

* Adding "Group Stats" Query Monitor panel

Adds a panel to view details about group stats to Query Monitor. Shows, per operation type: group item count, size, and time spent.

* Adding missing `</tr>`

* Properly validate array keys before adding

The current flawed method of validating array keys is flawed and throws mulitiple PHP warnings.

This should properly validate the array keys exist, and default them to `0` if they do not before trying to add to them.

* Removing unused function.

`maybe_output_toggle_table_cell_for_array()` isn't used in this sub-panel and was left over from copying code from other panels 😬

---------

Co-authored-by: Caleb Burks <[email protected]>

* Adds debugging tools to changelog generator (#4688)

* Adds debugging tools to changelog generator

* Manual trigger

* Add type check handling for php8 array functions (#4707)

* Add !is_array handling before using php core array functions to prevent type warnings resulting in a fatal error in php8

* Update for linting

* Remove WPCLI error call replace with exit();

* Ignore the lint rule

---------

Co-authored-by: Rinat K <[email protected]>

* Update Release section (#4716)

* Add extra protections around wp_load_alloptions() (#4711)

* chore(deps-dev): Bump @playwright/test from 1.36.1 to 1.36.2 in /__tests__/e2e (#4718)

* chore(deps-dev): Bump @playwright/test in /__tests__/e2e

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.36.1...v1.36.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps-dev): Bump playwright from 1.36.1 to 1.36.2 in /__tests__/e2e (#4717)

Bumps [playwright](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.36.1...v1.36.2)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update http-concat to 73dbe08 (#4721)

* test: increase timeout for E2E tests (#4726)

* Revert "test: increase timeout for E2E tests (#4726)" (#4727)

This reverts commit 4518f73.

* test: increase timeout for E2E tests (#4728)

* test: fix search E2E tests (#4729)

* Flip add_filter args in pre_wp_load_alloptions (#4730)

* Backport alloptions fallback mitigation (#4734)

* Temporarily disable Jetpack AI Assistant extension (#4722)

* Temporarily disable Jetpack AI Assistant extension

* Address feedback: fix add_action/add_filter confusion and move to vip-jetpack.php as a more appropriate place

* Only disable Assistant extension for machine user owned connections

* only run on admin requests

---------

Co-authored-by: Caleb Burks <[email protected]>

* chore(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5 (#4732)

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.4 to 2.25.5.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.25.4...2.25.5)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump wp-phpunit/wp-phpunit from 6.2.0 to 6.2.2 (#4733)

Bumps [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) from 6.2.0 to 6.2.2.
- [Commits](wp-phpunit/wp-phpunit@6.2.0...6.2.2)

---
updated-dependencies:
- dependency-name: wp-phpunit/wp-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump 10up-toolkit from 5.2.0 to 5.2.1 (#4705)

Bumps [10up-toolkit](https://github.com/10up/10up-toolkit/tree/HEAD/packages/toolkit) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/10up/10up-toolkit/releases)
- [Changelog](https://github.com/10up/10up-toolkit/blob/develop/packages/toolkit/CHANGELOG.md)
- [Commits](https://github.com/10up/10up-toolkit/commits/[email protected]/packages/toolkit)

---
updated-dependencies:
- dependency-name: 10up-toolkit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.5 (#4714)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Staging release: v20230801.1 (#4736)

* chore(deps-dev): Bump @playwright/test from 1.36.1 to 1.36.2 in /__tests__/e2e (#4718)

* chore(deps-dev): Bump @playwright/test in /__tests__/e2e

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.36.1...v1.36.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps-dev): Bump playwright from 1.36.1 to 1.36.2 in /__tests__/e2e (#4717)

Bumps [playwright](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.36.1...v1.36.2)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update http-concat to 73dbe08 (#4721)

* test: increase timeout for E2E tests (#4726)

* Revert "test: increase timeout for E2E tests (#4726)" (#4727)

This reverts commit 4518f73.

* test: increase timeout for E2E tests (#4728)

* test: fix search E2E tests (#4729)

* Flip add_filter args in pre_wp_load_alloptions (#4730)

* Backport alloptions fallback mitigation (#4734)

* Temporarily disable Jetpack AI Assistant extension (#4722)

* Temporarily disable Jetpack AI Assistant extension

* Address feedback: fix add_action/add_filter confusion and move to vip-jetpack.php as a more appropriate place

* Only disable Assistant extension for machine user owned connections

* only run on admin requests

---------

Co-authored-by: Caleb Burks <[email protected]>

* chore(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5 (#4732)

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.4 to 2.25.5.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.25.4...2.25.5)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump wp-phpunit/wp-phpunit from 6.2.0 to 6.2.2 (#4733)

Bumps [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) from 6.2.0 to 6.2.2.
- [Commits](wp-phpunit/wp-phpunit@6.2.0...6.2.2)

---
updated-dependencies:
- dependency-name: wp-phpunit/wp-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump 10up-toolkit from 5.2.0 to 5.2.1 (#4705)

Bumps [10up-toolkit](https://github.com/10up/10up-toolkit/tree/HEAD/packages/toolkit) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/10up/10up-toolkit/releases)
- [Changelog](https://github.com/10up/10up-toolkit/blob/develop/packages/toolkit/CHANGELOG.md)
- [Commits](https://github.com/10up/10up-toolkit/commits/[email protected]/packages/toolkit)

---
updated-dependencies:
- dependency-name: 10up-toolkit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.5 (#4714)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rinat K <[email protected]>
Co-authored-by: Caleb Burks <[email protected]>

* chore(deps-dev): Bump eslint in /search/search-dev-tools (#4724)

Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.45.0...v8.46.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump eslint from 8.45.0 to 8.46.0 in /__tests__/e2e (#4723)

Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.45.0...v8.46.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump sass in /search/search-dev-tools (#4715)

Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.63.6...1.64.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump whatwg-fetch from 3.6.2 to 3.6.17 (#4713)

Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.2 to 3.6.17.
- [Release notes](https://github.com/github/fetch/releases)
- [Commits](JakeChampion/fetch@v3.6.2...v3.6.17)

---
updated-dependencies:
- dependency-name: whatwg-fetch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump @wordpress/env from 8.3.0 to 8.4.0 (#4710)

Bumps [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/env)

---
updated-dependencies:
- dependency-name: "@wordpress/env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump @wordpress/api-fetch from 6.34.0 to 6.35.0 (#4709)

Bumps [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) from 6.34.0 to 6.35.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/api-fetch/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/api-fetch)

---
updated-dependencies:
- dependency-name: "@wordpress/api-fetch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Set globally loaded version of Jetpack to 12.4 and update submodule (#4738)

* Update submodule to 12.4
* Set the global version to 12.4
* Bump plugin header version to 12.4

* Trigger warning for alloptions fallback cache (#4740)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Rebecca Hum <[email protected]>
Co-authored-by: Rinat K <[email protected]>
Co-authored-by: Pavel Schoffer <[email protected]>
Co-authored-by: Derrick Tennant <[email protected]>
Co-authored-by: Caleb Burks <[email protected]>
Co-authored-by: Michael Chan <[email protected]>
Co-authored-by: Luiz Tiago Oliveira <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
9 people authored Aug 8, 2023
1 parent 5bf2210 commit c32ba37
Show file tree
Hide file tree
Showing 16 changed files with 403 additions and 386 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-summary-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/[email protected]

- name: Setup PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: '7.4'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-summary-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]

- name: Setup PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
php-version: '7.4'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/[email protected]

- name: Set up PHP
uses: shivammathur/[email protected].4
uses: shivammathur/[email protected].5
with:
coverage: none
php-version: "8.0"
Expand Down
104 changes: 64 additions & 40 deletions __tests__/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion __tests__/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { PlaywrightTestConfig } from '@playwright/test';
const config: PlaywrightTestConfig = {
retries: 1,
globalSetup: require.resolve( './lib/global-setup' ),
timeout: 60000,
timeout: 120000,
reporter: process.env.CI ? [ [ 'github' ] ] : 'line',
reportSlowTests: null,
workers: process.env.CI ? 1 : undefined,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dms/phpunit-arraysubset-asserts": "0.5.0",
"yoast/phpunit-polyfills": "2.0.0",
"johnpbloch/wordpress-core": "6.2.2",
"wp-phpunit/wp-phpunit": "6.2.0",
"wp-phpunit/wp-phpunit": "6.2.2",
"wp-cli/wp-cli": "2.8.1"
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion http-concat
Submodule http-concat updated 1 files
+1 −1 jsconcat.php
2 changes: 1 addition & 1 deletion jetpack
Submodule jetpack updated 310 files
4 changes: 2 additions & 2 deletions jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://jetpack.com
* Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
* Author: Automattic
* Version: 12.3
* Version: 12.4
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand All @@ -31,7 +31,7 @@ function vip_default_jetpack_version() {
return '12.0';
} else {
// WordPress 6.1 and newer.
return '12.3';
return '12.4';
}
}

Expand Down
Loading

0 comments on commit c32ba37

Please sign in to comment.