diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b1eb47f21b78..5915d2ffb837 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -13,6 +13,7 @@ * [*] 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] +* [*] [Jetpack-only] Themes: Filters themes that are not available due to tier to prevent activation errors. [https://github.com/wordpress-mobile/WordPress-Android/pull/20425] 24.3 ----- diff --git a/build.gradle b/build.gradle index b6ee3b5bda88..17c1dc55c2c9 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ ext { automatticTracksVersion = '3.4.0' gutenbergMobileVersion = 'v1.114.0' wordPressAztecVersion = 'v2.0' - wordPressFluxCVersion = 'trunk-28e35ae36fe90c3b7bafb4610e71b9cd3f4e2dc4' + wordPressFluxCVersion = '2.70.1' wordPressLoginVersion = '1.14.1' wordPressPersistentEditTextVersion = '1.0.2' wordPressUtilsVersion = '3.13.0'