Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* [*] Links from emails that open outside the app now show a clear message when no browser is available, instead of closing the app.
* [*] Switching between the old and new Stats screen is available from the Stats overflow menu while we continue iterating on the new Stats design.
* [*] Screen readers now announce the site picker's add site menu as an expandable menu and skip the content behind it. [https://github.com/wordpress-mobile/WordPress-Android/pull/23206]
* [*] Restored the text selection highlight in the experimental block editor, kept the cursor from hiding behind the toolbar while typing, and stopped dropdown menus from running off screen.
* [*] The experimental block editor now lays out right-to-left when the app language is a right-to-left language.

26.9
-----
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ google-play-review = '2.0.2'
google-services = '4.5.0'
gravatar = '2.5.0'
greenrobot-eventbus = '3.3.1'
gutenberg-kit = 'v0.17.2'
gutenberg-kit = 'v0.19.0'
gutenberg-mobile = 'v1.121.0'
indexos-media-for-mobile = '43a9026f0973a2f0a74fa813132f6a16f7499c3a'
jackson-databind = '2.12.7.1'
Expand Down
Loading