Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Production release: v20230808.0 (#4757)
* 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