Skip to content

Commit 94cd6a2

Browse files
authored
Merge pull request #20425 from wordpress-mobile/fix/20419-free-tier-themes
Filters free themes using the theme_tier field of the response
2 parents cda2451 + 098a42b commit 94cd6a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* [*] Block editor: Prevent crash when autoscrolling to blocks [https://github.com/WordPress/gutenberg/pull/59110]
1414
* [*] Block editor: Remove opacity change when images are being uploaded [https://github.com/WordPress/gutenberg/pull/59264]
1515
* [*] Block editor: Media & Text blocks correctly show an error message when the attached video upload fails [https://github.com/WordPress/gutenberg/pull/59288]
16+
* [*] [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]
1617

1718
24.3
1819
-----

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ext {
2424
automatticTracksVersion = '3.4.0'
2525
gutenbergMobileVersion = 'v1.114.0'
2626
wordPressAztecVersion = 'v2.0'
27-
wordPressFluxCVersion = 'trunk-28e35ae36fe90c3b7bafb4610e71b9cd3f4e2dc4'
27+
wordPressFluxCVersion = '2.70.1'
2828
wordPressLoginVersion = '1.14.1'
2929
wordPressPersistentEditTextVersion = '1.0.2'
3030
wordPressUtilsVersion = '3.13.0'

0 commit comments

Comments
 (0)