diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 774ff4396953..7f2e4a2e6c4b 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -2,7 +2,11 @@ 20.4 ----- - +* [*] [internal] Block Editor: Add React Native FastImage [https://github.com/WordPress/gutenberg/pull/42009] +* [*] Block Editor: Inserter displays block collections [https://github.com/WordPress/gutenberg/pull/42405] +* [*] Block Editor: Fix incorrect spacing within Image alt text footnote [https://github.com/WordPress/gutenberg/pull/42504] +* [***] Block Editor: Gallery and Image block - Performance improvements [https://github.com/WordPress/gutenberg/pull/42178] +* [**] [WP.com and Jetpack sites with VideoPress] Prevent validation error when viewing VideoPress markup within app [https://github.com/Automattic/jetpack/pull/24548] 20.3 ----- diff --git a/build.gradle b/build.gradle index 58b67fe73db4..b894ef2201c0 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { ext { wordPressUtilsVersion = 'trunk-68e2995962a5134770e6f9e5b9f258a339e123b2' wordPressLoginVersion = '0.15.0' - gutenbergMobileVersion = 'v1.80.0-alpha3' + gutenbergMobileVersion = 'v1.80.0' storiesVersion = '1.4.0' aboutAutomatticVersion = '0.0.6'