Skip to content

Commit

Permalink
Merge pull request #20051 from wordpress-mobile/gutenberg/integrate_r…
Browse files Browse the repository at this point in the history
…elease_1.111.2

Integrate gutenberg-mobile release v1.111.2
  • Loading branch information
fluiddot authored Jan 26, 2024
2 parents a96ae9d + 6419fcd commit cf3f220
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
24.1
-----
* [**] Disabled the ability of creating new Story posts. [#20014]
* [**] Disable Story block [https://github.com/wordpress-mobile/WordPress-Android/pull/20005]

24.0.1
-----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2487,7 +2487,6 @@ private GutenbergPropsBuilder getGutenbergPropsBuilder() {
false,
false,
false,
false,
true,
false,
!isFreeWPCom,
Expand All @@ -2510,7 +2509,6 @@ private GutenbergPropsBuilder getGutenbergPropsBuilder() {
SiteUtils.supportsEmbedVariationFeature(mSite, SiteUtils.WP_INSTAGRAM_EMBED_JETPACK_VERSION),
SiteUtils.supportsEmbedVariationFeature(mSite, SiteUtils.WP_LOOM_EMBED_JETPACK_VERSION),
SiteUtils.supportsEmbedVariationFeature(mSite, SiteUtils.WP_SMARTFRAME_EMBED_JETPACK_VERSION),
SiteUtils.supportsStoriesFeature(mSite, mJetpackFeatureRemovalPhaseHelper),
mSite.isUsingWpComRestApi(),
enableXPosts,
isUnsupportedBlockEditorEnabled,
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {
automatticRestVersion = '1.0.8'
automatticStoriesVersion = '2.4.0'
automatticTracksVersion = '3.3.0'
gutenbergMobileVersion = 'v1.111.1'
gutenbergMobileVersion = 'v1.111.2'
wordPressAztecVersion = 'v1.9.0'
wordPressFluxCVersion = '2.61.0'
wordPressLoginVersion = '1.10.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ data class GutenbergPropsBuilder(
private val enableInstagramEmbed: Boolean,
private val enableLoomEmbed: Boolean,
private val enableSmartframeEmbed: Boolean,
private val enableMediaFilesCollectionBlocks: Boolean,
private val enableMentions: Boolean,
private val enableXPosts: Boolean,
private val enableUnsupportedBlockEditor: Boolean,
Expand All @@ -43,7 +42,6 @@ data class GutenbergPropsBuilder(
enableInstagramEmbed = enableInstagramEmbed,
enableLoomEmbed = enableLoomEmbed,
enableSmartframeEmbed = enableSmartframeEmbed,
enableMediaFilesCollectionBlocks = enableMediaFilesCollectionBlocks,
enableMentions = enableMentions,
enableXPosts = enableXPosts,
enableUnsupportedBlockEditor = enableUnsupportedBlockEditor,
Expand Down

0 comments on commit cf3f220

Please sign in to comment.