diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 86acf68f8558..19a5a1f63953 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,5 +1,8 @@ 14.0 ----- +* Block Editor: Fix displaying placeholder for images +* Block Editor: Fix crash on undo +* Block Editor: Fix styling on navigation UI 13.9 ----- diff --git a/WordPress/src/main/res/values/strings.xml b/WordPress/src/main/res/values/strings.xml index 9282c3fcf30c..f58baf29ec15 100644 --- a/WordPress/src/main/res/values/strings.xml +++ b/WordPress/src/main/res/values/strings.xml @@ -1,4 +1,4 @@ - + WordPress @@ -2638,6 +2638,8 @@ + + %1$s. Current value is %2$s Add a description Add annotation ADD BLOCK HERE @@ -2671,6 +2673,8 @@ Double tap to undo last change Empty Failed to insert media.\nPlease tap for options. + + Gallery caption. %s Help icon Here is the panel content! Hide keyboard @@ -2688,6 +2692,8 @@ Move block up Move block up from row %1$s to row %2$s + Move Image Backward + Move Image Forward My Document Setting Panel My post publish panel My post status info @@ -2707,7 +2713,7 @@ Remove annotations Remove block at row %s - RESET + Remove Image Reset Block Row %d. @@ -2732,7 +2738,6 @@ Title: Translate Ungroup - Unsupported We are working hard to add more blocks with each release. In the meantime, you can also edit this post on the web. WordPress Media Library diff --git a/libs/gutenberg-mobile b/libs/gutenberg-mobile index 3ee93dd84f1f..aaa43ff63c6f 160000 --- a/libs/gutenberg-mobile +++ b/libs/gutenberg-mobile @@ -1 +1 @@ -Subproject commit 3ee93dd84f1fab377edb3d0a5825d8c0277a38eb +Subproject commit aaa43ff63c6fc8dd44f6bd45af25e2f91619d6a5