From bfa9a46a20da88365a257a0ae5a34cd4f0efb997 Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 18 Jan 2024 10:26:19 +0000 Subject: [PATCH 1/3] Release script: Update build.gradle gutenbergMobileVersion to ref --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2e48dcf200d7..8c06f709aef3 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ ext { automatticRestVersion = '1.0.8' automatticStoriesVersion = '2.4.0' automatticTracksVersion = '3.3.0' - gutenbergMobileVersion = 'v1.111.0-alpha2' + gutenbergMobileVersion = '6554-13dc39ae10a6958a6bbea1260328feade15e47aa' wordPressAztecVersion = 'v1.9.0' wordPressFluxCVersion = '2.61.0' wordPressLoginVersion = '1.10.0' From 21c955c658c58115fb3ed7978eadd9f15f1fe225 Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 18 Jan 2024 10:35:22 +0000 Subject: [PATCH 2/3] Update RELEASE-NOTES with editor changes --- RELEASE-NOTES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index eddfe3067805..894987bc10aa 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -2,6 +2,8 @@ 24.1 ----- +* [*] Block Editor: Fix missing custom color indicator for custom gradients [https://github.com/WordPress/gutenberg/pull/57605] +* [**] Block Editor: Display a notice when a network connection is unavailable [https://github.com/WordPress/gutenberg/pull/56934] * [**] Block Editor: Image block media uploads display a custom error message when there is no internet connection [https://github.com/wordpress-mobile/WordPress-Android/pull/19878] * [**] Block Editor: Media uploads that failed due to lack of internet connectivity automatically retry once a connection is re-established [https://github.com/wordpress-mobile/WordPress-Android/pull/19803] * [*] [Jetpack-only] Added opening domain management from the Site Domain screen by tapping on the domain cards [https://github.com/wordpress-mobile/WordPress-Android/pull/19910] From ce75293087b0b48d187670007f174ffafbf55886 Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 18 Jan 2024 13:39:40 +0000 Subject: [PATCH 3/3] Release script: Update build.gradle gutenbergMobileVersion to ref --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8c06f709aef3..0d1aa95ca11a 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ ext { automatticRestVersion = '1.0.8' automatticStoriesVersion = '2.4.0' automatticTracksVersion = '3.3.0' - gutenbergMobileVersion = '6554-13dc39ae10a6958a6bbea1260328feade15e47aa' + gutenbergMobileVersion = 'v1.111.0' wordPressAztecVersion = 'v1.9.0' wordPressFluxCVersion = '2.61.0' wordPressLoginVersion = '1.10.0'