-
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 editorialized release notes in 24.1 #22441
Merged
Merged
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
5e1af7f
Add raw release notes for WordPress 24.1
mokagio 401990b
Add raw release notes for Jetpack 24.1
mokagio 200ca39
Update metadata strings
wpmobilebot 1349fba
Update metadata strings
wpmobilebot f30ce52
Update WordPress 24.1 release notes with feedback from @kean
mokagio d00c632
Update Jetpack 24.1 release notes with feedback from @kean
mokagio da157ee
Update metadata strings
mokagio 7b6e348
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,17 +81,23 @@ msgctxt "app_store_keywords" | |
msgid "social,notes,jetpack,writing,geotagging,media,blog,website,blogging,journal" | ||
msgstr "" | ||
|
||
msgctxt "v24.0-whats-new" | ||
msgctxt "v24.1-whats-new" | ||
msgid "" | ||
"You can now get a WordPress plan with a free domain in the domain dashboard. We also made some improvements to the Site Domains screen so it’s even easier to manage your domains.\n" | ||
"You’ll now see a notification when you’re working offline. Media uploads to image blocks will also pause when your internet connection cuts out, then resume when you reconnect. Nifty.\n" | ||
"\n" | ||
"When you’re editing text blocks in the editor, your device’s keyboard will no longer disappear mid-edit. The editor will also scroll directly to a new block when you add it. Write away, friend.\n" | ||
"When you select a custom gradient in the block editor, there’s now an indicator to show your chosen color.\n" | ||
"\n" | ||
"Miss logging in with your security keys? Not anymore—we’ve re-enabled security keys for two-factor authentication during login. The only one getting into your account is you.\n" | ||
"Scrolling through your images on the Site Media details screen will make them load ahead of time for a faster experience. Or maybe they were there all along.\n" | ||
"\n" | ||
"We updated the colors of the login screen to match both WordPress and Jetpack. After all, teamwork makes the dream work.\n" | ||
"Image previews are now sized properly when you long-press a file in the media library. We’ve also added support for higher-resolution thumbnails, GIF and video playback, documents, and other file previews. (homer-simpson-woohoo.gif)\n" | ||
"\n" | ||
"Finally, we made assorted code fixes and tackled several rare (and not-so-rare) problems that were causing app crashes. These issues were mostly related to editing tags and categories, using duplicate tags, deleting posts, and editing deleted posts. All in a day’s work.\n" | ||
"As an added bonus, when you manually retry a failed media upload, the app will retry all other failed media uploads in your post. Now that’s efficient.\n" | ||
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. This probably belongs with line 86. |
||
"\n" | ||
"We switched up the publishing flow to give you clearer instructions. Users with the “Contributor” role will see the “Submit for Review” action instead of “Publish.” You can also trash draft posts and deleted posts without having to confirm.\n" | ||
"\n" | ||
"There’s now a “Share” action in the site context menu so you can share your site with others.\n" | ||
"\n" | ||
"Finally, because we live for the applause, we improved the in-app rating prompt. You’ll be asked to leave a review if you’re happy with the app, or given a feedback form if you feel the app needs work. Feedback is how we get better, so feel free to share yours!\n" | ||
msgstr "" | ||
|
||
#. translators: This is a promo message that will be attached on top of the first screenshot in the App Store. | ||
|
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,16 +1,15 @@ | ||
* [*] Block Editor: Fix missing custom color indicator for custom gradients [https://github.com/WordPress/gutenberg/pull/57605] | ||
* [**] Block Editor: Display a notice when a network connection is unavailable [https://github.com/WordPress/gutenberg/pull/56934] | ||
* [**] Block Editor: Image block media uploads display a custom error message when there is no internet connection [https://github.com/wordpress-mobile/WordPress-iOS/pull/22282] | ||
* [**] Image block media uploads display a custom error message when there is no internet connection [https://github.com/wordpress-mobile/WordPress-iOS/pull/22282] | ||
* [**] Improve media previews on long-press: load higher-resolution thumbnails and increase the preview size, add support for GIFs and video playback, enable for documents and other files [#22274] | ||
* [*] Add prefetching to Site Media details screen [#22292] | ||
* [*] Allow trashing draft and scheduled posts with no confirmation [#22337] | ||
* [*] Add "Share" action to the site context menu [#22298] | ||
* [*] Update the post "Publish" context action for Contributors to "Submit for Review" instead of "Publish" [#22358] | ||
* [**] Add a pre-publishing sheet to the "Publish" flow invoked from the post context menu as a replacement for a simple confirmation sheet [#22358] | ||
* [**] Block Editor: Media uploads that failed due to lack of internet connectivity automatically retry once a connection is re-established [https://github.com/wordpress-mobile/WordPress-iOS/pull/22238] | ||
* [**] Block Editor: Manually retrying a single failed media upload will retry all failed media uploads in a post [https://github.com/wordpress-mobile/WordPress-iOS/pull/22240] | ||
* [*] [internal] Drop iOS 14 Support: Remove deprecated UIDocumentPickerViewController API [#22286] | ||
* [***] [internal] Refactor WP.com sign in API requests [#22421] | ||
* [*] Add In-App Feedback Prompt. [#22050] | ||
You’ll now see a notification when you’re working offline. Media uploads to image blocks will also pause when your internet connection cuts out, then resume when you reconnect. Nifty. | ||
|
||
When you select a custom gradient in the block editor, there’s now an indicator to show your chosen color. | ||
|
||
Scrolling through your images on the Site Media details screen will make them load ahead of time for a faster experience. Or maybe they were there all along. | ||
|
||
Image previews are now sized properly when you long-press a file in the media library. We’ve also added support for higher-resolution thumbnails, GIF and video playback, documents, and other file previews. (homer-simpson-woohoo.gif) | ||
|
||
As an added bonus, when you manually retry a failed media upload, the app will retry all other failed media uploads in your post. Now that’s efficient. | ||
|
||
We switched up the publishing flow to give you clearer instructions. Users with the “Contributor” role will see the “Submit for Review” action instead of “Publish.” You can also trash draft posts and deleted posts without having to confirm. | ||
|
||
There’s now a “Share” action in the site context menu so you can share your site with others. | ||
|
||
Finally, because we live for the applause, we improved the in-app rating prompt. You’ll be asked to leave a review if you’re happy with the app, or given a feedback form if you feel the app needs work. Feedback is how we get better, so feel free to share yours! |
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,16 +1,15 @@ | ||
* [*] Block Editor: Fix missing custom color indicator for custom gradients [https://github.com/WordPress/gutenberg/pull/57605] | ||
* [**] Block Editor: Display a notice when a network connection is unavailable [https://github.com/WordPress/gutenberg/pull/56934] | ||
* [**] Block Editor: Image block media uploads display a custom error message when there is no internet connection [https://github.com/wordpress-mobile/WordPress-iOS/pull/22282] | ||
* [**] Image block media uploads display a custom error message when there is no internet connection [https://github.com/wordpress-mobile/WordPress-iOS/pull/22282] | ||
* [**] Improve media previews on long-press: load higher-resolution thumbnails and increase the preview size, add support for GIFs and video playback, enable for documents and other files [#22274] | ||
* [*] Add prefetching to Site Media details screen [#22292] | ||
* [*] Allow trashing draft and scheduled posts with no confirmation [#22337] | ||
* [*] Add "Share" action to the site context menu [#22298] | ||
* [*] Update the post "Publish" context action for Contributors to "Submit for Review" instead of "Publish" [#22358] | ||
* [**] Add a pre-publishing sheet to the "Publish" flow invoked from the post context menu as a replacement for a simple confirmation sheet [#22358] | ||
* [**] Block Editor: Media uploads that failed due to lack of internet connectivity automatically retry once a connection is re-established [https://github.com/wordpress-mobile/WordPress-iOS/pull/22238] | ||
* [**] Block Editor: Manually retrying a single failed media upload will retry all failed media uploads in a post [https://github.com/wordpress-mobile/WordPress-iOS/pull/22240] | ||
* [*] [internal] Drop iOS 14 Support: Remove deprecated UIDocumentPickerViewController API [#22286] | ||
* [***] [internal] Refactor WP.com sign in API requests [#22421] | ||
* [*] Add In-App Feedback Prompt. [#22050] | ||
You’ll now see a notification when you’re working offline. Media uploads to image blocks will also pause when your internet connection cuts out, then resume when you reconnect. Nifty. | ||
|
||
When you select a custom gradient in the block editor, there’s now an indicator to show your chosen color. | ||
|
||
Scrolling through your images on the Site Media details screen will make them load ahead of time for a faster experience. Or maybe they were there all along. | ||
|
||
Image previews are now sized properly when you long-press a file in the media library. We’ve also added support for higher-resolution thumbnails, GIF and video playback, documents, and other file previews. (homer-simpson-woohoo.gif) | ||
|
||
As an added bonus, when you manually retry a failed media upload, the app will retry all other failed media uploads in your post. Now that’s efficient. | ||
|
||
We switched up the publishing flow to give you clearer instructions. Users with the “Contributor” role will see the “Submit for Review” action instead of “Publish.” You can also trash draft posts and deleted posts without having to confirm. | ||
|
||
There’s now a “Share” action in the site context menu so you can share your site with others. | ||
|
||
Finally, because we live for the applause, we improved the in-app rating prompt. You’ll be asked to leave a review if you’re happy with the app, or given a feedback form if you feel the app needs work. Feedback is how we get better, so feel free to share yours! |
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.
The "sized properly" and the "higher-resolution" thumbnails is referring to the same change.