diff --git a/projects/js-packages/ai-client/changelog/fix-mastodon-fediverse-creator-og-fatals b/projects/js-packages/ai-client/changelog/fix-mastodon-fediverse-creator-og-fatals new file mode 100644 index 0000000000000..f379a9a899dab --- /dev/null +++ b/projects/js-packages/ai-client/changelog/fix-mastodon-fediverse-creator-og-fatals @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Fixup versions diff --git a/projects/js-packages/publicize-components/changelog/fix-mastodon-fediverse-creator-og-fatals b/projects/js-packages/publicize-components/changelog/fix-mastodon-fediverse-creator-og-fatals new file mode 100644 index 0000000000000..f379a9a899dab --- /dev/null +++ b/projects/js-packages/publicize-components/changelog/fix-mastodon-fediverse-creator-og-fatals @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Fixup versions diff --git a/projects/packages/jetpack-mu-wpcom/changelog/fix-mastodon-fediverse-creator-og-fatals b/projects/packages/jetpack-mu-wpcom/changelog/fix-mastodon-fediverse-creator-og-fatals new file mode 100644 index 0000000000000..f379a9a899dab --- /dev/null +++ b/projects/packages/jetpack-mu-wpcom/changelog/fix-mastodon-fediverse-creator-og-fatals @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Fixup versions diff --git a/projects/packages/jetpack-mu-wpcom/package.json b/projects/packages/jetpack-mu-wpcom/package.json index 659dece6176ea..82fb56fe87d3b 100644 --- a/projects/packages/jetpack-mu-wpcom/package.json +++ b/projects/packages/jetpack-mu-wpcom/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom", - "version": "5.52.0", + "version": "5.52.1-alpha", "description": "Enhances your site with features powered by WordPress.com", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/jetpack-mu-wpcom/#readme", "bugs": { diff --git a/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php b/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php index ccbfcc39e5fc0..4867ca06ca8fc 100644 --- a/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php +++ b/projects/packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php @@ -13,7 +13,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.52.0'; + const PACKAGE_VERSION = '5.52.1-alpha'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/projects/packages/my-jetpack/changelog/fix-mastodon-fediverse-creator-og-fatals b/projects/packages/my-jetpack/changelog/fix-mastodon-fediverse-creator-og-fatals new file mode 100644 index 0000000000000..f379a9a899dab --- /dev/null +++ b/projects/packages/my-jetpack/changelog/fix-mastodon-fediverse-creator-og-fatals @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Fixup versions diff --git a/projects/packages/publicize/changelog/fix-mastodon-fediverse-creator-og-fatals b/projects/packages/publicize/changelog/fix-mastodon-fediverse-creator-og-fatals new file mode 100644 index 0000000000000..b96a56198a3c4 --- /dev/null +++ b/projects/packages/publicize/changelog/fix-mastodon-fediverse-creator-og-fatals @@ -0,0 +1,4 @@ +Significance: patch +Type: removed + +Removed Fediverse og filters to fix fatals diff --git a/projects/packages/publicize/src/class-publicize-base.php b/projects/packages/publicize/src/class-publicize-base.php index 7a0aff62c171c..e4195b728af71 100644 --- a/projects/packages/publicize/src/class-publicize-base.php +++ b/projects/packages/publicize/src/class-publicize-base.php @@ -254,10 +254,6 @@ public function __construct() { // The custom priority for this action ensures that any existing code that // removes post-thumbnails support during 'init' continues to work. add_action( 'init', __NAMESPACE__ . '\add_theme_post_thumbnails_support', 8 ); - - // Add a Fediverse Open Graph Tag when an author has connected their Mastodon account. - add_filter( 'jetpack_open_graph_tags', array( $this, 'add_fediverse_creator_open_graph_tag' ), 10, 1 ); - add_filter( 'jetpack_open_graph_output', array( $this, 'filter_fediverse_cards_output' ), 10, 1 ); } /** diff --git a/projects/packages/videopress/changelog/fix-mastodon-fediverse-creator-og-fatals b/projects/packages/videopress/changelog/fix-mastodon-fediverse-creator-og-fatals new file mode 100644 index 0000000000000..f379a9a899dab --- /dev/null +++ b/projects/packages/videopress/changelog/fix-mastodon-fediverse-creator-og-fatals @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Fixup versions diff --git a/projects/plugins/mu-wpcom-plugin/changelog/fix-mastodon-fediverse-creator-og-fatals b/projects/plugins/mu-wpcom-plugin/changelog/fix-mastodon-fediverse-creator-og-fatals new file mode 100644 index 0000000000000..f379a9a899dab --- /dev/null +++ b/projects/plugins/mu-wpcom-plugin/changelog/fix-mastodon-fediverse-creator-og-fatals @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Fixup versions diff --git a/projects/plugins/mu-wpcom-plugin/composer.json b/projects/plugins/mu-wpcom-plugin/composer.json index 4fb4be696e783..c9c1d5665e209 100644 --- a/projects/plugins/mu-wpcom-plugin/composer.json +++ b/projects/plugins/mu-wpcom-plugin/composer.json @@ -46,6 +46,6 @@ ] }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_3" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_4_alpha" } } diff --git a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php index ac19be5ebb7c1..56b7db19f7081 100644 --- a/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php +++ b/projects/plugins/mu-wpcom-plugin/mu-wpcom-plugin.php @@ -3,7 +3,7 @@ * * Plugin Name: WordPress.com Features * Description: Test plugin for the jetpack-mu-wpcom package - * Version: 2.5.3 + * Version: 2.5.4-alpha * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/projects/plugins/mu-wpcom-plugin/package.json b/projects/plugins/mu-wpcom-plugin/package.json index 872e449268b64..740cebc6e5a4a 100644 --- a/projects/plugins/mu-wpcom-plugin/package.json +++ b/projects/plugins/mu-wpcom-plugin/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.5.3", + "version": "2.5.4-alpha", "description": "Test plugin for the jetpack-mu-wpcom package", "homepage": "https://jetpack.com", "bugs": { diff --git a/projects/plugins/wpcomsh/changelog/fix-mastodon-fediverse-creator-og-fatals b/projects/plugins/wpcomsh/changelog/fix-mastodon-fediverse-creator-og-fatals new file mode 100644 index 0000000000000..f379a9a899dab --- /dev/null +++ b/projects/plugins/wpcomsh/changelog/fix-mastodon-fediverse-creator-og-fatals @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Fixup versions