diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index fac7d3e8fc11..550dd9f18393 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -8,6 +8,8 @@ * Added swiping between tabs in Notifications * Refreshed View all Stats screens, when digging into stats data * Visual update to Today's stats, All-time stats and Most popular stats blocks +* Now sharing pictures to WordPress opens the Block editor +* Fixed crash when inserting text right before an Image * Now sharing pictures to WordPress opens the block editor 12.0 diff --git a/libs/editor/WordPressEditor/build.gradle b/libs/editor/WordPressEditor/build.gradle index b266b5b3bcc8..70cedfb10b3b 100644 --- a/libs/editor/WordPressEditor/build.gradle +++ b/libs/editor/WordPressEditor/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { - aztecVersion = 'v1.3.22' + aztecVersion = 'v1.3.23' } repositories { diff --git a/libs/gutenberg-mobile b/libs/gutenberg-mobile index 9a5a5134525b..e01cc75187d6 160000 --- a/libs/gutenberg-mobile +++ b/libs/gutenberg-mobile @@ -1 +1 @@ -Subproject commit 9a5a5134525baabfc33daeb7b2531efa2b90bbe2 +Subproject commit e01cc75187d63768dde61ea2f9e8da9f8935e5e7