From 8dbefc7dfbbaf5d469d80b7ced25094f649cf262 Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 29 Feb 2024 11:57:52 +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 3318dbf5a652..fae7957f575e 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ ext { automatticRestVersion = '1.0.8' automatticStoriesVersion = '2.4.0' automatticTracksVersion = '3.4.0' - gutenbergMobileVersion = 'v1.113.0-alpha1' + gutenbergMobileVersion = '6687-d25601eddc3030ebc76b453cf86f5d79a7aa716a' wordPressAztecVersion = 'v2.0' wordPressFluxCVersion = 'trunk-8b930418a49b0d0846ed56ebf8fd8adad5011901' wordPressLoginVersion = '1.14.0' From a7dd4a7a33f7c4f4c6bfccf4b0f1e4b7b65c91f0 Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 29 Feb 2024 12:06:18 +0000 Subject: [PATCH 2/3] docs: Update RELEASE-NOTES with changes from PR --- RELEASE-NOTES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 860853f11202..24ec173a6cf0 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -4,6 +4,9 @@ ----- [***] [Jetpack-only] Improved Notifications experience with richer UI elements and interactions [https://github.com/wordpress-mobile/WordPress-Android/pull/20072] * [**] [Jetpack-only] Block editor: Introduce VideoPress v5 support, to fix issues using video block with dotcom and Jetpack sites [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6634] +* [*] Block editor: Prevent crash when autoscrolling to blocks [https://github.com/WordPress/gutenberg/pull/59110] +* [*] Block editor: Remove opacity change when images are being uploaded [https://github.com/WordPress/gutenberg/pull/59264] +* [*] Block editor: Media & Text blocks correctly show an error message when the attached video upload fails [https://github.com/WordPress/gutenberg/pull/59288] 24.3 ----- From 4b1e8063b26a4cbc3f632d1eef2a528d7531eb34 Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 29 Feb 2024 16:35:26 +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 fae7957f575e..74233b3d1819 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ ext { automatticRestVersion = '1.0.8' automatticStoriesVersion = '2.4.0' automatticTracksVersion = '3.4.0' - gutenbergMobileVersion = '6687-d25601eddc3030ebc76b453cf86f5d79a7aa716a' + gutenbergMobileVersion = 'v1.114.0' wordPressAztecVersion = 'v2.0' wordPressFluxCVersion = 'trunk-8b930418a49b0d0846ed56ebf8fd8adad5011901' wordPressLoginVersion = '1.14.0'