From 1304abd3cf187fb7d2c1bfbdfcff24719913b46b Mon Sep 17 00:00:00 2001 From: Nicholas Pagazani Date: Wed, 31 Jul 2024 14:00:12 +0200 Subject: [PATCH 1/4] Include a8c-support-theme kb_article taxonomies --- projects/packages/sync/src/modules/class-search.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/packages/sync/src/modules/class-search.php b/projects/packages/sync/src/modules/class-search.php index 16db3d73e4fb1..f54a7977e104b 100644 --- a/projects/packages/sync/src/modules/class-search.php +++ b/projects/packages/sync/src/modules/class-search.php @@ -1729,6 +1729,10 @@ public function __construct() { // wp.com martketplace search - @see https://wp.me/pdh6GB-Ax#comment-2104 'wpcom_marketplace_categories', + // wp.com a8c-support-theme taxonomies. + 'kb_category', + 'kb_tag', + ); // end taxonomies. /** From ef35401b5357f9cdec928129837f851f6c8c861d Mon Sep 17 00:00:00 2001 From: Nicholas Pagazani Date: Fri, 2 Aug 2024 13:49:33 +0200 Subject: [PATCH 2/4] Add changelog file --- .../sync/changelog/update-class-search-taxonomies-kb-article | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 projects/packages/sync/changelog/update-class-search-taxonomies-kb-article diff --git a/projects/packages/sync/changelog/update-class-search-taxonomies-kb-article b/projects/packages/sync/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..f73fd274cec7b --- /dev/null +++ b/projects/packages/sync/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,4 @@ +Significance: minor +Type: added + +Instant Search: add taxonomies for a8c-support-theme kb_article cpt. From 99b3c5f08856acbb692879ae35cd0411c350d38f Mon Sep 17 00:00:00 2001 From: Nicholas Pagazani Date: Fri, 2 Aug 2024 14:06:50 +0200 Subject: [PATCH 3/4] Fix Linting Changelogger validity test fail --- projects/packages/sync/composer.json | 2 +- projects/packages/sync/src/class-package-version.php | 2 +- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ .../plugins/automattic-for-agencies-client/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ projects/plugins/backup/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ projects/plugins/boost/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ projects/plugins/jetpack/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ projects/plugins/migration/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ projects/plugins/mu-wpcom-plugin/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ projects/plugins/protect/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ projects/plugins/search/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ projects/plugins/social/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ projects/plugins/starter-plugin/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ projects/plugins/videopress/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article | 5 +++++ projects/plugins/wpcomsh/composer.lock | 4 ++-- 26 files changed, 86 insertions(+), 26 deletions(-) create mode 100644 projects/plugins/automattic-for-agencies-client/changelog/update-class-search-taxonomies-kb-article create mode 100644 projects/plugins/backup/changelog/update-class-search-taxonomies-kb-article create mode 100644 projects/plugins/boost/changelog/update-class-search-taxonomies-kb-article create mode 100644 projects/plugins/jetpack/changelog/update-class-search-taxonomies-kb-article create mode 100644 projects/plugins/migration/changelog/update-class-search-taxonomies-kb-article create mode 100644 projects/plugins/mu-wpcom-plugin/changelog/update-class-search-taxonomies-kb-article create mode 100644 projects/plugins/protect/changelog/update-class-search-taxonomies-kb-article create mode 100644 projects/plugins/search/changelog/update-class-search-taxonomies-kb-article create mode 100644 projects/plugins/social/changelog/update-class-search-taxonomies-kb-article create mode 100644 projects/plugins/starter-plugin/changelog/update-class-search-taxonomies-kb-article create mode 100644 projects/plugins/videopress/changelog/update-class-search-taxonomies-kb-article create mode 100644 projects/plugins/wpcomsh/changelog/update-class-search-taxonomies-kb-article diff --git a/projects/packages/sync/composer.json b/projects/packages/sync/composer.json index 8799ba2a01ed2..3b23c37b2007b 100644 --- a/projects/packages/sync/composer.json +++ b/projects/packages/sync/composer.json @@ -59,7 +59,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index 65b7726f94850..ceaa8233b467c 100644 --- a/projects/packages/sync/src/class-package-version.php +++ b/projects/packages/sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.4.0'; + const PACKAGE_VERSION = '3.5.0-alpha'; const PACKAGE_SLUG = 'sync'; diff --git a/projects/plugins/automattic-for-agencies-client/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/automattic-for-agencies-client/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/automattic-for-agencies-client/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/automattic-for-agencies-client/composer.lock b/projects/plugins/automattic-for-agencies-client/composer.lock index 3f8db4e218e78..ca048b7091d74 100644 --- a/projects/plugins/automattic-for-agencies-client/composer.lock +++ b/projects/plugins/automattic-for-agencies-client/composer.lock @@ -862,7 +862,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -895,7 +895,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/backup/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/backup/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/backup/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/backup/composer.lock b/projects/plugins/backup/composer.lock index 2774dcc20ff67..e5be73a8a5da8 100644 --- a/projects/plugins/backup/composer.lock +++ b/projects/plugins/backup/composer.lock @@ -1741,7 +1741,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1774,7 +1774,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/boost/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/boost/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/boost/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock index b83adb234cf08..e64e6276ac517 100644 --- a/projects/plugins/boost/composer.lock +++ b/projects/plugins/boost/composer.lock @@ -1725,7 +1725,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1758,7 +1758,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/jetpack/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/jetpack/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..a1c1831fa1ef7 --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: other +Comment: Updated composer.lock. + + diff --git a/projects/plugins/jetpack/composer.lock b/projects/plugins/jetpack/composer.lock index 1f63a75ddbc1e..7c21e2ecf2b59 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -2683,7 +2683,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -2716,7 +2716,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/migration/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/migration/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/migration/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/migration/composer.lock b/projects/plugins/migration/composer.lock index 4f5f0620f5232..4a90dfcb4b801 100644 --- a/projects/plugins/migration/composer.lock +++ b/projects/plugins/migration/composer.lock @@ -1741,7 +1741,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1774,7 +1774,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/mu-wpcom-plugin/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/mu-wpcom-plugin/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/mu-wpcom-plugin/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/mu-wpcom-plugin/composer.lock b/projects/plugins/mu-wpcom-plugin/composer.lock index 77769b61f9d56..977ccb2c2d60f 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.lock +++ b/projects/plugins/mu-wpcom-plugin/composer.lock @@ -1506,7 +1506,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1539,7 +1539,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/protect/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/protect/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/protect/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index 581a49cbfeb2f..6d10e7ee98dbd 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -1654,7 +1654,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1687,7 +1687,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/search/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/search/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/search/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/search/composer.lock b/projects/plugins/search/composer.lock index 235f86dbb59d5..b9fc4ab6df0c2 100644 --- a/projects/plugins/search/composer.lock +++ b/projects/plugins/search/composer.lock @@ -1746,7 +1746,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1779,7 +1779,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/social/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/social/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/social/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/social/composer.lock b/projects/plugins/social/composer.lock index 5ee5a4db55302..4e27223be455b 100644 --- a/projects/plugins/social/composer.lock +++ b/projects/plugins/social/composer.lock @@ -1736,7 +1736,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1769,7 +1769,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/starter-plugin/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/starter-plugin/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/starter-plugin/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/starter-plugin/composer.lock b/projects/plugins/starter-plugin/composer.lock index 7997e296902c6..0eb3a1bc900e6 100644 --- a/projects/plugins/starter-plugin/composer.lock +++ b/projects/plugins/starter-plugin/composer.lock @@ -1597,7 +1597,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1630,7 +1630,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/videopress/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/videopress/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/videopress/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/videopress/composer.lock b/projects/plugins/videopress/composer.lock index 919b97236bb86..949d808acfc4f 100644 --- a/projects/plugins/videopress/composer.lock +++ b/projects/plugins/videopress/composer.lock @@ -1597,7 +1597,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1630,7 +1630,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/wpcomsh/changelog/update-class-search-taxonomies-kb-article b/projects/plugins/wpcomsh/changelog/update-class-search-taxonomies-kb-article new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/wpcomsh/changelog/update-class-search-taxonomies-kb-article @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/wpcomsh/composer.lock b/projects/plugins/wpcomsh/composer.lock index 2ccd641c15511..13941a0394251 100644 --- a/projects/plugins/wpcomsh/composer.lock +++ b/projects/plugins/wpcomsh/composer.lock @@ -1705,7 +1705,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "2965d36db9a224b6e142e46c92358b353eca463a" + "reference": "e8ba4ea2e343876391215025258d0454d88bdddc" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1738,7 +1738,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.4.x-dev" + "dev-trunk": "3.5.x-dev" }, "dependencies": { "test-only": [ From 6de24e30cf5ba757a0635c1f1293669510b1a546 Mon Sep 17 00:00:00 2001 From: Karen Attfield Date: Mon, 19 Aug 2024 13:45:54 +0100 Subject: [PATCH 4/4] Updating project versions --- projects/packages/sync/composer.json | 2 +- projects/packages/sync/src/class-package-version.php | 2 +- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ .../plugins/automattic-for-agencies-client/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ projects/plugins/backup/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ projects/plugins/boost/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ projects/plugins/jetpack/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ projects/plugins/migration/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ projects/plugins/mu-wpcom-plugin/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ projects/plugins/protect/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ projects/plugins/search/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ projects/plugins/social/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ projects/plugins/starter-plugin/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ projects/plugins/videopress/composer.lock | 4 ++-- .../changelog/update-class-search-taxonomies-kb-article#2 | 5 +++++ projects/plugins/wpcomsh/composer.lock | 4 ++-- 26 files changed, 86 insertions(+), 26 deletions(-) create mode 100644 projects/plugins/automattic-for-agencies-client/changelog/update-class-search-taxonomies-kb-article#2 create mode 100644 projects/plugins/backup/changelog/update-class-search-taxonomies-kb-article#2 create mode 100644 projects/plugins/boost/changelog/update-class-search-taxonomies-kb-article#2 create mode 100644 projects/plugins/jetpack/changelog/update-class-search-taxonomies-kb-article#2 create mode 100644 projects/plugins/migration/changelog/update-class-search-taxonomies-kb-article#2 create mode 100644 projects/plugins/mu-wpcom-plugin/changelog/update-class-search-taxonomies-kb-article#2 create mode 100644 projects/plugins/protect/changelog/update-class-search-taxonomies-kb-article#2 create mode 100644 projects/plugins/search/changelog/update-class-search-taxonomies-kb-article#2 create mode 100644 projects/plugins/social/changelog/update-class-search-taxonomies-kb-article#2 create mode 100644 projects/plugins/starter-plugin/changelog/update-class-search-taxonomies-kb-article#2 create mode 100644 projects/plugins/videopress/changelog/update-class-search-taxonomies-kb-article#2 create mode 100644 projects/plugins/wpcomsh/changelog/update-class-search-taxonomies-kb-article#2 diff --git a/projects/packages/sync/composer.json b/projects/packages/sync/composer.json index 423bc092a5cc5..9b9f03f5ec738 100644 --- a/projects/packages/sync/composer.json +++ b/projects/packages/sync/composer.json @@ -59,7 +59,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index bea1c23cfe552..d4222b1f84770 100644 --- a/projects/packages/sync/src/class-package-version.php +++ b/projects/packages/sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '3.6.0'; + const PACKAGE_VERSION = '3.7.0-alpha'; const PACKAGE_SLUG = 'sync'; diff --git a/projects/plugins/automattic-for-agencies-client/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/automattic-for-agencies-client/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/automattic-for-agencies-client/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/automattic-for-agencies-client/composer.lock b/projects/plugins/automattic-for-agencies-client/composer.lock index 98da44f08bc11..d31d861fbf4a8 100644 --- a/projects/plugins/automattic-for-agencies-client/composer.lock +++ b/projects/plugins/automattic-for-agencies-client/composer.lock @@ -862,7 +862,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -895,7 +895,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/backup/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/backup/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/backup/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/backup/composer.lock b/projects/plugins/backup/composer.lock index c337bacffe681..10cfeab9c1ce2 100644 --- a/projects/plugins/backup/composer.lock +++ b/projects/plugins/backup/composer.lock @@ -1741,7 +1741,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1774,7 +1774,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/boost/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/boost/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/boost/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock index 5a7a51bbad014..d0858c7975e5a 100644 --- a/projects/plugins/boost/composer.lock +++ b/projects/plugins/boost/composer.lock @@ -1725,7 +1725,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1758,7 +1758,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/jetpack/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/jetpack/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..a1c1831fa1ef7 --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: other +Comment: Updated composer.lock. + + diff --git a/projects/plugins/jetpack/composer.lock b/projects/plugins/jetpack/composer.lock index 75d74bdadebf4..ba83a11031635 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -2684,7 +2684,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -2717,7 +2717,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/migration/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/migration/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/migration/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/migration/composer.lock b/projects/plugins/migration/composer.lock index 6069f7243a6aa..9f6cd7da3fb97 100644 --- a/projects/plugins/migration/composer.lock +++ b/projects/plugins/migration/composer.lock @@ -1741,7 +1741,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1774,7 +1774,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/mu-wpcom-plugin/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/mu-wpcom-plugin/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/mu-wpcom-plugin/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/mu-wpcom-plugin/composer.lock b/projects/plugins/mu-wpcom-plugin/composer.lock index d78c95da25044..72cc88da7539d 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.lock +++ b/projects/plugins/mu-wpcom-plugin/composer.lock @@ -1506,7 +1506,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1539,7 +1539,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/protect/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/protect/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/protect/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index 91794382c7784..c10fe606df259 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -1654,7 +1654,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1687,7 +1687,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/search/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/search/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/search/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/search/composer.lock b/projects/plugins/search/composer.lock index 6fcf265a304f2..9ca69298ea9db 100644 --- a/projects/plugins/search/composer.lock +++ b/projects/plugins/search/composer.lock @@ -1746,7 +1746,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1779,7 +1779,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/social/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/social/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/social/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/social/composer.lock b/projects/plugins/social/composer.lock index f2bcd31f74bc9..65438c2a18697 100644 --- a/projects/plugins/social/composer.lock +++ b/projects/plugins/social/composer.lock @@ -1737,7 +1737,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1770,7 +1770,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/starter-plugin/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/starter-plugin/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/starter-plugin/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/starter-plugin/composer.lock b/projects/plugins/starter-plugin/composer.lock index 541a185a2fd8c..513173859d42f 100644 --- a/projects/plugins/starter-plugin/composer.lock +++ b/projects/plugins/starter-plugin/composer.lock @@ -1597,7 +1597,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1630,7 +1630,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/videopress/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/videopress/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/videopress/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/videopress/composer.lock b/projects/plugins/videopress/composer.lock index 8ce280a149990..d6e0be9f0b0b1 100644 --- a/projects/plugins/videopress/composer.lock +++ b/projects/plugins/videopress/composer.lock @@ -1597,7 +1597,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1630,7 +1630,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [ diff --git a/projects/plugins/wpcomsh/changelog/update-class-search-taxonomies-kb-article#2 b/projects/plugins/wpcomsh/changelog/update-class-search-taxonomies-kb-article#2 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/wpcomsh/changelog/update-class-search-taxonomies-kb-article#2 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/wpcomsh/composer.lock b/projects/plugins/wpcomsh/composer.lock index 1f2498e56c198..d6c48d76d311a 100644 --- a/projects/plugins/wpcomsh/composer.lock +++ b/projects/plugins/wpcomsh/composer.lock @@ -1705,7 +1705,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "1647bd686ed11800513f14aa1c93956e16a3b7f5" + "reference": "5d71e613ed54856799d620de9336ba8dfe795382" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1738,7 +1738,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "3.6.x-dev" + "dev-trunk": "3.7.x-dev" }, "dependencies": { "test-only": [