diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index a9c7dfd188f3..2c9a741faf95 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,6 +3,9 @@ 17.8 ----- * [*] Fixed a bug where the web version of the editor did not load when using an account created before December 2018. [#14762] +* [*] Block editor: Update loading and failed screens for web version of the editor [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3573] +* [*] Block editor: Handle floating keyboard case - Fix issue with the block selector on iPad. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3687] +* [**] Block editor: Added color/background customization for text blocks. [https://github.com/WordPress/gutenberg/pull/33250] 17.7 ----- diff --git a/build.gradle b/build.gradle index 017185a665dd..6569e00a80f3 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { ext.wordPressUtilsVersion = 'develop-bb54ee34c5fec5fa7375ce90a356adb5adbdcae0' ext.wordPressLoginVersion = '0.0.2' ext.detektVersion = '1.15.0' - ext.gutenbergMobileVersion = 'v1.57.0-alpha3' + ext.gutenbergMobileVersion = 'v1.57.0' repositories { maven {