Skip to content

Commit

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

Merge 16.3 release notes into develop
  • Loading branch information
jkmassel authored Dec 6, 2020
2 parents 81288d2 + 6d5192c commit b0fd5d0
Show file tree
Hide file tree
Showing 122 changed files with 1,090 additions and 847 deletions.
5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/de-DE/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/default/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/en-GB/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/en-US/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/es-ES/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/fr-FR/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/id/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/it/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/ja/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/ko/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/nl-NL/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/pt-BR/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/ru/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/sv/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/tr/release_notes.txt

This file was deleted.

4 changes: 0 additions & 4 deletions Scripts/fastlane/metadata/zh-Hans/release_notes.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Scripts/fastlane/metadata/zh-Hant/release_notes.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ class ReaderDetailViewController: UIViewController, ReaderDetailView {
})
}

override func accessibilityPerformEscape() -> Bool {
navigationController?.popViewController(animated: true)
return true
}

func render(_ post: ReaderPost) {
configureDiscoverAttribution(post)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class ReaderDetailHeaderView: UIStackView, NibLoadable {
isAccessibilityElement = false

titleLabel.accessibilityLabel = title
titleLabel.accessibilityTraits = .staticText
titleLabel.accessibilityTraits = .header
}

}
Expand Down
8 changes: 2 additions & 6 deletions WordPress/Resources/AppStoreStrings.po
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,9 @@ msgctxt "app_store_keywords"
msgid "social,network,notes,jetpack,photos,writing,geotagging,media,blog,wordpress,website,blogging,design\n"
msgstr ""

msgctxt "v16.2-whats-new"
msgctxt "v16.3-whats-new"
msgid ""
"All About Jetpack: Access all of your Jetpack features quickly and easily, including your stats, activity log, and settings.\n"
"\n"
"Getting Help & Support: We fixed a few issues that occurred if you tried to contact our support team. When contacting us, you can now include non-alpha characters, and your app will no longer crash when entering your email address.\n"
"\n"
"Reader Updates: We also fixed a display issue in the Reader, and comments are no longer italicized by default.\n"
"We’re pleased to announce some exciting changes to the WordPress mobile app. When you create a site, you’ll have the option to pick a homepage design right away. We’ve also made it easier to set the dimensions of cover images and columns, and the Button and Social Icon blocks now have a link picker. We fixed bugs we know were—yes—bugging you, including one where @-mentions weren’t working on WP.com sites with plugins enabled, and another where “tel:” and “mailto:” links on contact pages weren’t launching properly.\n"
msgstr ""

#. translators: This is a standard chunk of text used to tell a user what's new with a release when nothing major has changed.
Expand Down
Loading

0 comments on commit b0fd5d0

Please sign in to comment.