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 ----- diff --git a/build.gradle b/build.gradle index 7863756407a6..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 = 'v1.68.0-alpha3' + ext.gutenbergMobileVersion = 'v1.68.0' ext.storiesVersion = '1.2.0' ext.aboutAutomatticVersion = 'main-c764a2d66273d4c6aeed66bb7a5c75714d88c554'