-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge changes from beta 19.5.0.1 and editorialized release notes #18201
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
ba093de
register BGAppRefreshTaskRequest for weeklyroundup to handle legacy i…
sla8c 0b2a1b7
Address `WeeklyRoundupBackgroundTask`no launch handler crash (#18162)
mokagio f6dd84f
Bump version number
mokagio 9f9d967
register BGAppRefreshTaskRequest for weeklyroundup to handle legacy i…
sla8c b12c70c
Cherry-pick weekly roundup fix (#18186)
mokagio 100d54e
Merge `origin/release/19.5` into `merge/release-19.4.1-into-19.5`
mokagio 183cf15
Merge 19.4.1 hotfix into release 19.5 (#18188)
mokagio 711763a
Remove log messages that could crash due to missing params.
ScoutHarris f4ec790
Merge pull request #18191 from wordpress-mobile/fix/cross_post_crash
ScoutHarris 5fa5005
Update app translations
mokagio a6266b6
Bump version number
mokagio b15dcca
Add editorialized release notes for version 19.5
mokagio b05e603
Update metadata strings
mokagio 93532de
Update metadata strings
mokagio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
* [*] Improves the error message shown when trying to create a new site with non-English characters in the domain name [https://github.com/wordpress-mobile/WordPress-iOS/pull/17985] | ||
* [*] Quick Start: updated the design for the Quick Start cell on My Site [#18095] | ||
* [*] Reader: Fixed a bug where comment replies are misplaced after its parent comment is moderated [#18094] | ||
* [*] Bug fix: Allow keyboard to be dismissed when the password field is focused during WP.com account creation [https://github.com/wordpress-mobile/WordPress-iOS/pull/17938] | ||
* [*] iPad: Fixed a bug where the current displayed section wasn't selected on the menu [#18118] | ||
* [**] Comment Notifications: updated UI and functionality to match My Site Comments. [#18141] | ||
* [*] Block Editor: Add GIF badge for animated GIFs uploaded to Image blocks [https://github.com/WordPress/gutenberg/pull/38996] | ||
* [*] Block Editor: Small refinement to media upload errors, including centering and tweaking copy. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4597] | ||
* [*] Block Editor: Fix issue with list's starting index and the order [https://github.com/WordPress/gutenberg/pull/39354] | ||
We updated Comment Notifications with a spiffy new look and feel. (You might recognize it from My Site Comments!) The Quick Start design in your site menu and dashboard is rocking a new look, too. | ||
|
||
When you’re creating a new site and entering the domain name, you should now see a more accurate error message if you try to use non-English characters that aren’t letters or numbers. We also tweaked the upload error text in media upload blocks. | ||
|
||
Not sure if you’re looking at an image or a GIF in your Image block? No need to wonder anymore—animated GIFs now come with a GIF badge. | ||
|
||
We also made a few bug fixes while we were under the hood. | ||
|
||
- Good news for all those orphan comments out there—we squashed a bug where comment replies got lost after their parent comments were unapproved. | ||
- When you switch between sites on an iPad, you won’t switch between sidebar nav items, too. You’ll be looking at the same menu item you left on the previous site. | ||
- Block setting changes to ordered lists now appear in the editor, not just in Preview. | ||
- We fixed a keyboard issue in the WP.com account creation process. If you start entering a magic link password and change your mind, you can dismiss the keyboard and move on with your day. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
NSLocationUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
NSLocationWhenInUseUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
NSCameraUsageDescription = "لالتقاط صور أو مقاطع الفيديو لاستخدامها في مقالاتك."; | ||
NSPhotoLibraryUsageDescription = "لإضافة صور أو مقاطع فيديو إلى مقالاتك."; | ||
NSMicrophoneUsageDescription = "بالنسبة إلى مقاطع الفيديو المراد إضافة صوت إليها."; | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<!--Warning: Auto-generated file, do not edit.--> | ||
<plist version="1.0"> | ||
<dict/> | ||
</plist> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
/* This sentence is shown when the app asks permission from the user to use their location. */ | ||
NSLocationUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
|
||
/* This sentence is shown when the app asks permission from the user to use their location. */ | ||
NSLocationWhenInUseUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
|
||
/* Sentence to justify why the app is asking permission from the user to use their camera. */ | ||
NSCameraUsageDescription = "To take photos or videos to use in your posts."; | ||
|
||
/* Sentence to justify why the app asks permission from the user to access their Media Library. */ | ||
NSPhotoLibraryUsageDescription = "To add photos or videos to your posts."; | ||
|
||
/* Sentence to justify why the app asks permission from the user to access the device microphone. */ | ||
NSMicrophoneUsageDescription = "Enable microphone access to record sound in your videos."; | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<!--Warning: Auto-generated file, do not edit.--> | ||
<plist version="1.0"> | ||
<dict/> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
/* This sentence is shown when the app asks permission from the user to use their location. */ | ||
NSLocationUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
|
||
/* This sentence is shown when the app asks permission from the user to use their location. */ | ||
NSLocationWhenInUseUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
|
||
/* Sentence to justify why the app is asking permission from the user to use their camera. */ | ||
NSCameraUsageDescription = "To take photos or videos to use in your posts."; | ||
|
||
/* Sentence to justify why the app asks permission from the user to access their Media Library. */ | ||
NSPhotoLibraryUsageDescription = "To add photos or videos to your posts."; | ||
|
||
/* Sentence to justify why the app asks permission from the user to access the device microphone. */ | ||
NSMicrophoneUsageDescription = "Enable microphone access to record sound in your videos."; | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<!--Warning: Auto-generated file, do not edit.--> | ||
<plist version="1.0"> | ||
<dict/> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
NSLocationUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
NSLocationWhenInUseUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
NSCameraUsageDescription = "To take photos or videos to use in your posts."; | ||
NSPhotoLibraryUsageDescription = "To add photos or videos to your posts."; | ||
NSMicrophoneUsageDescription = "Enable microphone access to record sound in your videos."; | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<!--Warning: Auto-generated file, do not edit.--> | ||
<plist version="1.0"> | ||
<dict/> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
NSLocationUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
NSLocationWhenInUseUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
NSCameraUsageDescription = "To take photos or videos to use in your posts."; | ||
NSPhotoLibraryUsageDescription = "To add photos or videos to your posts."; | ||
NSMicrophoneUsageDescription = "Enable microphone access to record sound in your videos."; | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<!--Warning: Auto-generated file, do not edit.--> | ||
<plist version="1.0"> | ||
<dict/> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
NSLocationUsageDescription = "WordPress möchte auf Webseiten, bei denen Du das Geotagging aktiviert hast, deinen Standort zu den Beiträgen hinzufügen."; | ||
NSLocationWhenInUseUsageDescription = "WordPress möchte auf Webseiten, bei denen Du das Geotagging aktiviert hast, deinen Standort zu den Beiträgen hinzufügen."; | ||
NSCameraUsageDescription = "Um Fotos oder Videos für deine Beiträge aufzunehmen."; | ||
NSPhotoLibraryUsageDescription = "Um deinen Beiträgen Fotos oder Videos hinzuzufügen."; | ||
NSMicrophoneUsageDescription = "Damit du Sound für deine Videos aufnehmen kannst."; | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<!--Warning: Auto-generated file, do not edit.--> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>NSCameraUsageDescription</key> | ||
<string>Um Fotos oder Videos für deine Beiträge aufzunehmen.</string> | ||
<key>NSLocationUsageDescription</key> | ||
<string>Darf WordPress zu Beiträgen auf Websites, auf denen du Geotagging aktiviert hast, deinen Standort hinzufügen?</string> | ||
<key>NSLocationWhenInUseUsageDescription</key> | ||
<string>Darf WordPress zu Beiträgen auf Websites, auf denen du Geotagging aktiviert hast, deinen Standort hinzufügen?</string> | ||
<key>NSMicrophoneUsageDescription</key> | ||
<string>Aktiviere den Mikrofonzugriff, um in deinen Videos Ton aufzeichnen zu können.</string> | ||
<key>NSPhotoLibraryUsageDescription</key> | ||
<string>Um deinen Beiträgen Fotos oder Videos hinzuzufügen.</string> | ||
Comment on lines
+6
to
+15
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nice to see some translations slowly coming in for those 🎉 |
||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
/* This sentence is shown when the app asks permission from the user to use their location. */ | ||
NSLocationUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
|
||
/* This sentence is shown when the app asks permission from the user to use their location. */ | ||
NSLocationWhenInUseUsageDescription = "WordPress would like to add your location to posts on sites where you have enabled geotagging."; | ||
|
||
/* Sentence to justify why the app is asking permission from the user to use their camera. */ | ||
NSCameraUsageDescription = "To take photos or videos to use in your posts."; | ||
|
||
/* Sentence to justify why the app asks permission from the user to access their Media Library. */ | ||
NSPhotoLibraryUsageDescription = "To add photos or videos to your posts."; | ||
|
||
/* Sentence to justify why the app asks permission from the user to access the device microphone. */ | ||
NSMicrophoneUsageDescription = "Enable microphone access to record sound in your videos."; | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<!--Warning: Auto-generated file, do not edit.--> | ||
<plist version="1.0"> | ||
<dict/> | ||
</plist> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #18061 for why this and all the other
.strings
in this diff changed in such a way.