From 915ea3450aacbffa0c5819c7538b70f96da3d491 Mon Sep 17 00:00:00 2001 From: Paul Von Schrottky Date: Thu, 9 Dec 2021 14:33:43 -0300 Subject: [PATCH 1/4] 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 7863756407a6..cccb40fc63d1 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { ext.wordPressUtilsVersion = '2.2.0' ext.wordPressLoginVersion = '0.0.8' ext.detektVersion = '1.15.0' - ext.gutenbergMobileVersion = 'v1.68.0-alpha3' + ext.gutenbergMobileVersion = '4362-4058d2e2df671d97461018173fa38538053a77b1' ext.storiesVersion = '1.2.0' ext.aboutAutomatticVersion = 'main-c764a2d66273d4c6aeed66bb7a5c75714d88c554' From e8715d73f5feb50f035d3577af749bf2857ffc59 Mon Sep 17 00:00:00 2001 From: "Tanner W. Stokes" Date: Thu, 9 Dec 2021 14:52:07 -0500 Subject: [PATCH 2/4] Update release notes for Gutenberg Mobile 1.68.0. --- RELEASE-NOTES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 77e5fc804bc5..5dcdb1f4548a 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -2,7 +2,10 @@ 18.9 ----- - +* [**] Block editor: Fix undo/redo functionality in links when applying text format. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4290] +* [*] Block editor: Preformatted block: Fix an issue where the background color is not showing up for standard themes. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4292] +* [**] Block editor: Update Gallery Block to default to the new format and auto-convert old galleries to the new format. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4315] +* [***] Block editor: Highlight text: Enables color customization for specific text within a Paragraph block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4175] 18.8 ----- From eb8646dc1dbdd2bd388d07b9259c0a2824f93f1f Mon Sep 17 00:00:00 2001 From: Paul Von Schrottky Date: Thu, 9 Dec 2021 19:01:52 -0300 Subject: [PATCH 3/4] Bump Gutenberg Mobile ref --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cccb40fc63d1..f34f4674be2e 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { ext.wordPressUtilsVersion = '2.2.0' ext.wordPressLoginVersion = '0.0.8' ext.detektVersion = '1.15.0' - ext.gutenbergMobileVersion = '4362-4058d2e2df671d97461018173fa38538053a77b1' + ext.gutenbergMobileVersion = '4362-415531d9d69e467748b1beacd5afced28d86f8b0' ext.storiesVersion = '1.2.0' ext.aboutAutomatticVersion = 'main-c764a2d66273d4c6aeed66bb7a5c75714d88c554' From 3a43b563dbe57963e6edb5fb9f86ae93d7974d99 Mon Sep 17 00:00:00 2001 From: Paul Von Schrottky Date: Thu, 9 Dec 2021 20:44:49 -0300 Subject: [PATCH 4/4] Update Gutenberg Mobile version to tag --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f34f4674be2e..36dcd9d811a2 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { ext.wordPressUtilsVersion = '2.2.0' ext.wordPressLoginVersion = '0.0.8' ext.detektVersion = '1.15.0' - ext.gutenbergMobileVersion = '4362-415531d9d69e467748b1beacd5afced28d86f8b0' + ext.gutenbergMobileVersion = 'v1.68.0' ext.storiesVersion = '1.2.0' ext.aboutAutomatticVersion = 'main-c764a2d66273d4c6aeed66bb7a5c75714d88c554'