Skip to content

Commit

Permalink
Merge pull request #11870 from wordpress-mobile/merge/14.8-release-no…
Browse files Browse the repository at this point in the history
…tes-to-develop

Merge 14.8 release notes to develop
  • Loading branch information
loremattei committed May 8, 2020
2 parents 6efc7d9 + afbc74b commit c91056c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
18 changes: 8 additions & 10 deletions WordPress/metadata/PlayStoreStrings.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ msgstr ""
"Project-Id-Version: Release Notes & Play Store Descriptions\n"

#. translators: Release notes for this version to be displayed in the Play Store. Limit to 500 characters including spaces and commas!
msgctxt "release_note_148"
msgid ""
"14.8:\n"
"<b>Block editor additions:</b> Buttons block displays multiple buttons in a single row; Image blocks prefill captions when available; Cover blocks allow uploading; inserted images can be cropped, zoomed, or rotated; Heading block includes alignment options.\n"
"<b>Block editor improvements:</b> Relocated floating toolbar, fixed bug impact white space in Text blocks, fixed misaligned toolbar icons in RTL mode.\n"
"<b>General updates:</b> Added reblog functionality.\n"
msgstr ""

msgctxt "release_note_147"
msgid ""
"14.7:\n"
Expand All @@ -21,16 +29,6 @@ msgid ""
"UI improvements: Added your Gravatar to the Me menu in My Site.\n"
msgstr ""

msgctxt "release_note_146"
msgid ""
"14.6:\n"
"Block editor enhancements: Added Cover block. Enabled crop, zoom, and rotate for images in posts. Tweaked “Take a Video” icon to differentiate from “Take a Photo.” Removed dimming effect on unselected blocks. Added toolbar for alignment options in Paragraph, Image, and MediaText blocks.\n"
"\n"
"Fixes: Issue where “wordpress://” links in a browser didn’t open the app, issue where opening a page opened an empty editor.\n"
"\n"
"General improvements: Dark Theme support.\n"
msgstr ""

#. translators: Release notes for this version to be displayed in the Play Store. Limit to 500 characters including spaces and commas!
msgctxt "sample_post_content"
msgid "The best moment of any trip, for me, is when I first step foot off the plane. The whole of the trip is in front me, ripe with possibility."
Expand Down
8 changes: 3 additions & 5 deletions WordPress/metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Block editor: Added Column block and Starter Page template for blogs. Adjusted Starter Page Template buttons to avoid overlap with page content. “Choose media from device” opens a built-in WordPress media picker instead of your device’s default picker.

Bug fixes: A bug causing URL settings to appear when changing device orientation while previewing Starter Page Templates.

UI improvements: Added your Gravatar to the Me menu in My Site.
<b>Block editor additions:</b> Buttons block displays multiple buttons in a single row; Image blocks prefill captions when available; Cover blocks allow uploading; inserted images can be cropped, zoomed, or rotated; Heading block includes alignment options.
<b>Block editor improvements:</b> Relocated floating toolbar, fixed bug impact white space in Text blocks, fixed misaligned toolbar icons in RTL mode.
<b>General updates:</b> Added reblog functionality.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private boolean canShowMediaSourceBottomBar() {
}

private boolean canShowInsertPreviewBottomBar() {
return mBrowserType.isGutenbergPicker();
return mBrowserType.isGutenbergPicker() && !mBrowserType.isVideoPicker();
}

@Override
Expand Down

0 comments on commit c91056c

Please sign in to comment.