Skip to content

Commit

Permalink
Merge editorialized release notes for 23.6 (#21950)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored Nov 2, 2023
2 parents 4b1dba4 + 18d363f commit ff98042
Show file tree
Hide file tree
Showing 29 changed files with 53 additions and 51 deletions.
17 changes: 13 additions & 4 deletions WordPress/Jetpack/Resources/AppStoreStrings.po
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,22 @@ msgctxt "app_store_keywords"
msgid "social,notes,jetpack,writing,geotagging,media,blog,website,blogging,journal"
msgstr ""

msgctxt "v23.5-whats-new"
msgctxt "v23.6-whats-new"
msgid ""
"We’ve made some visual changes to the reader. You’ll notice updates to feed cards, headers, buttons, recommendations, and more. Please feel free to give us lots of compliments.\n"
"When you move a post to the trash, you’ll now see a confirmation message appear at the bottom of the screen.\n"
"\n"
"In the block editor, you can now split or exit a formatted block by pressing the “enter” key three times. The left-hand border is always visible for quote blocks, too, even in block-based themes on dark mode. And you can quote us on that.\n"
"We made some changes to the block editor.\n"
"\n"
"Finally, we fixed a code issue in blogging prompt settings that caused the app to crash.\n"
"- Inactive social icons and Synced Pattern titles are no longer invisible in block-based themes using dark mode. Good try, fellas, but you’re not as ninja as you think.\n"
"- In the Classic editor, you can now convert your content into blocks with the click of a button.\n"
"\n"
"Finally, we squashed a mini-swarm of bugs.\n"
"\n"
"- You shouldn’t run into any login issues if you enter the wrong site address on the first try.\n"
"- Incorrect HTML tags won’t show up in your post titles—you’ll only see plain text.\n"
"- During two-factor authentication, you’ll get a much more descriptive error message if you enter the wrong code while logging in.\n"
"- When you’re adding a new domain, you’ll see a more accurate message describing how the new domain will behave.\n"
"- We removed extra controls in the two-factor authentication process that added unnecessary security measures. Logging in is still safe, but now it comes with fewer headaches.\n"
msgstr ""

#. translators: This is a promo message that will be attached on top of the first screenshot in the App Store.
Expand Down
24 changes: 14 additions & 10 deletions WordPress/Jetpack/Resources/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
* [***] [internal] Added paid domain selection, plan selection, and checkout screens in site creation flow [#21688]
* [**] When moving a post to trash, show a toast message with undo action instead of an inline undo row. [#21724]
* [*] Site Domains: Fixed an issue where the message shared while adding a domain was inaccurate. [#21827]
* [*] Fix an issue where login with site address is blocked after failing the first attempt. [#21848]
* [*] Fix an issue with an issue [#16999] with HTML not being stripped from post titles [#21846]
* [*] Fix an issue that leads to an ambiguous error message when an incorrect SMS 2FA code is submitted. [#21863]
* [*] Fix an issue where two 2FA controllers were being opened at the same time when logging in. [#21865]
* [*] Block Editor Social Icons: Fix visibility of inactive icons when used with block based themes in dark mode [https://github.com/WordPress/gutenberg/pull/55398]
* [*] Block Editor Classic block: Add option to convert to blocks [https://github.com/WordPress/gutenberg/pull/55461]
* [*] Block Editor Synced Patterns: Fix visibility of heading section when used with block based themes in dark mode [https://github.com/WordPress/gutenberg/pull/55399]
When you move a post to the trash, you’ll now see a confirmation message appear at the bottom of the screen.

We made some changes to the block editor.

- Inactive social icons and Synced Pattern titles are no longer invisible in block-based themes using dark mode. Good try, fellas, but you’re not as ninja as you think.
- In the Classic editor, you can now convert your content into blocks with the click of a button.

Finally, we squashed a mini-swarm of bugs.

- You shouldn’t run into any login issues if you enter the wrong site address on the first try.
- Incorrect HTML tags won’t show up in your post titles—you’ll only see plain text.
- During two-factor authentication, you’ll get a much more descriptive error message if you enter the wrong code while logging in.
- When you’re adding a new domain, you’ll see a more accurate message describing how the new domain will behave.
- We removed extra controls in the two-factor authentication process that added unnecessary security measures. Logging in is still safe, but now it comes with fewer headaches.
18 changes: 12 additions & 6 deletions WordPress/Resources/AppStoreStrings.po
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,21 @@ msgctxt "app_store_keywords"
msgid "blogger,writing,blogging,web,maker,online,store,business,make,create,write,blogs"
msgstr ""

msgctxt "v23.5-whats-new"
msgctxt "v23.6-whats-new"
msgid ""
"In the block editor, you can now split or exit a formatted block by pressing the “enter” key three times. The left-hand border is always visible for quote blocks, too. And you can quote us on that.\n"
"When you move a post to the trash, you’ll now see a confirmation message appear at the bottom of the screen.\n"
"\n"
"We also squashed a handful of bugs.\n"
"We made some changes to the block editor.\n"
"\n"
"- We fixed a code issue in blogging prompt settings that caused the app to crash.\n"
"- During the signup process, you won’t end up in the reader by accident.\n"
"- Creating a .com site? You should no longer see two overlays after completing the signup process. One and done.\n"
"- Inactive social icons and Synced Pattern titles are no longer invisible in block-based themes using dark mode. Good try, fellas, but you’re not as ninja as you think.\n"
"- In the Classic editor, you can now convert your content into blocks with the click of a button.\n"
"\n"
"Finally, we squashed a mini-swarm of bugs.\n"
"\n"
"- You shouldn’t run into any login issues if you enter the wrong site address on the first try.\n"
"- Incorrect HTML tags won’t show up in your post titles—you’ll only see plain text.\n"
"- During two-factor authentication, you’ll get a much more descriptive error message if you enter the wrong code while logging in.\n"
"- We removed extra controls in the two-factor authentication process that added unnecessary security measures. Logging in is still safe, but now it comes with fewer headaches.\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
21 changes: 13 additions & 8 deletions WordPress/Resources/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
* [**] When moving a post to trash, show a toast message with undo action instead of an inline undo row. [#21724]
* [*] Fix an issue where login with site address is blocked after failing the first attempt. [#21848]
* [*] Fix an issue with an issue [#16999] with HTML not being stripped from post titles [#21846]
* [*] Fix an issue that leads to an ambiguous error message when an incorrect SMS 2FA code is submitted. [#21863]
* [*] Fix an issue where two 2FA controllers were being opened at the same time when logging in. [#21865]
* [*] Block Editor Social Icons: Fix visibility of inactive icons when used with block based themes in dark mode [https://github.com/WordPress/gutenberg/pull/55398]
* [*] Block Editor Classic block: Add option to convert to blocks [https://github.com/WordPress/gutenberg/pull/55461]
* [*] Block Editor Synced Patterns: Fix visibility of heading section when used with block based themes in dark mode [https://github.com/WordPress/gutenberg/pull/55399]
When you move a post to the trash, you’ll now see a confirmation message appear at the bottom of the screen.

We made some changes to the block editor.

- Inactive social icons and Synced Pattern titles are no longer invisible in block-based themes using dark mode. Good try, fellas, but you’re not as ninja as you think.
- In the Classic editor, you can now convert your content into blocks with the click of a button.

Finally, we squashed a mini-swarm of bugs.

- You shouldn’t run into any login issues if you enter the wrong site address on the first try.
- Incorrect HTML tags won’t show up in your post titles—you’ll only see plain text.
- During two-factor authentication, you’ll get a much more descriptive error message if you enter the wrong code while logging in.
- We removed extra controls in the two-factor authentication process that added unnecessary security measures. Logging in is still safe, but now it comes with fewer headaches.
2 changes: 1 addition & 1 deletion fastlane/jetpack_metadata/default/name.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Jetpack – Website Builder
Jetpack for WordPress
File renamed without changes.
1 change: 0 additions & 1 deletion fastlane/metadata/de-DE/privacy_url.txt

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion fastlane/metadata/en-AU/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/en-CA/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/en-GB/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/en-US/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/es-ES/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/es-MX/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/fr-FR/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/id/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/it/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/ja/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/ko/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/nl-NL/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/no/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/pt-BR/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/pt-PT/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/ru/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/sv/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/th/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/tr/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/zh-Hans/privacy_url.txt

This file was deleted.

1 change: 0 additions & 1 deletion fastlane/metadata/zh-Hant/privacy_url.txt

This file was deleted.

0 comments on commit ff98042

Please sign in to comment.