Skip to content

Commit

Permalink
Merge pull request #11426 from wordpress-mobile/merge/release-14.4-to…
Browse files Browse the repository at this point in the history
…-develop-after-code-freeze

Merge 14.4 code freeze and release notes into develop
  • Loading branch information
oguzkocer authored Mar 11, 2020
2 parents 44222e9 + 0ed7af3 commit 725bbab
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 22 deletions.
5 changes: 4 additions & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
14.5
-----

14.4
-----
* Fix an issue where image is sometimes uploaded with a path to local storage

14.3
-----
Expand All @@ -13,7 +17,6 @@
* Block editor: Fix issue where adding emojis to the post title added strong HTML elements to the title of the post
* Block editor: We’ve introduced a new toolbar that floats above the block you’re editing, which makes navigating your blocks easier — especially complex ones.
* Reader Information Architecture: added tab filtering; added bottom sheet to filter and navigate the followed sites/tags posts.
* Fix an issue where image is sometimes uploaded with a path to local storage

14.2
-----
Expand Down
8 changes: 4 additions & 4 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ android {
if (project.hasProperty("versionName")) {
versionName project.property("versionName")
} else {
versionName "alpha-211"
versionName "alpha-212"
}
versionCode 835
versionCode 838
minSdkVersion 21
targetSdkVersion 28

Expand All @@ -83,9 +83,9 @@ android {
dimension "buildType"
// Only set the release version if one isn't provided
if (!project.hasProperty("versionName")) {
versionName "14.3"
versionName "14.4-rc-1"
}
versionCode 836
versionCode 837
buildConfigField "boolean", "ME_ACTIVITY_AVAILABLE", "false"
}

Expand Down
21 changes: 8 additions & 13 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_144"
msgid ""
"14.4:\n"
"One small fix: this release takes care of an issue that caused images to upload with wonky URLs, which made them inaccessible on your website.\n"
"\n"
"Wash your hands and stay safe, everyone.\n"
msgstr ""

msgctxt "release_note_143"
msgid ""
"14.3:\n"
Expand All @@ -21,19 +29,6 @@ msgid ""
"\n"
msgstr ""

msgctxt "release_note_142"
msgid ""
"14.2:\n"
"Lots of updates to the block editor:\n"
"\n"
"* Added a long-press icon for adding blocks before/after.\n"
"* App will try to display images when coming back online after a disconnection.\n"
"* Resolved issue with blank editor when trying to create a post with images or links from another app.\n"
"* Added image size options to the Gallery block.\n"
"* Fixed a bug that prevented paragraph blocks from merging.\n"
"\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
6 changes: 2 additions & 4 deletions WordPress/metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- Block editor additions: Added Button and Group blocks, and support for more options in Image and Gallery block settings.
- Block editor enhancements: Added scroll support inside block picker and block settings, and introduced a floating toolbar to make navigating blocks easier.
- Block editor fixes: Fixed issues around placeholder images during image upload, emojis in post titles, and text-wrapping in Shortcode blocks.
- Reader: Added tab filtering for better sites/tag navigation.
One small fix: this release takes care of an issue that caused images to upload with wonky URLs, which made them inaccessible on your website.

Wash your hands and stay safe, everyone.

0 comments on commit 725bbab

Please sign in to comment.