-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge changes from beta 19.5.0.1 + editorialized release notes (#18201)
- Loading branch information
Showing
107 changed files
with
841 additions
and
733 deletions.
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> | ||
</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.