Skip to content

Commit

Permalink
Merge pull request #20516 from wordpress-mobile/release/24.5
Browse files Browse the repository at this point in the history
Merge 24.5 editorialized release notes to trunk
  • Loading branch information
oguzkocer authored Mar 21, 2024
2 parents 1f319a4 + c10060b commit d4b5558
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 21 deletions.
13 changes: 6 additions & 7 deletions WordPress/jetpack_metadata/PlayStoreStrings.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ msgstr ""
"X-Generator: VsCode\n"
"Project-Id-Version: Jetpack - Apps - Android - Release Notes\n"

msgctxt "release_note_245"
msgid ""
"24.5:\n"
"Good news, everyone: we fixed the broken links on your announcement badge screen. Insights into your biggest publishing accomplishments are just a tap away.\n"
msgstr ""

msgctxt "release_note_244"
msgid ""
"24.4:\n"
Expand All @@ -21,13 +27,6 @@ msgid ""
"- Removed image transparency during upload\n"
msgstr ""

msgctxt "release_note_243"
msgid ""
"24.3:\n"
"Log in to your site with Google credentials, physical devices, and third-party passkeys. Don’t worry, the site’s still locked down tighter than the Colonel’s secret recipe.\n"
"We hid the menu icon on Stats screens so it’s only visible from the Insights tab. Ninja mode: activated.\n"
msgstr ""

#. translators: Release notes for this version to be displayed in the Play Store. Limit to 500 characters including spaces and commas!
#. translators: Title to be displayed in the Play Store. Limit to 30 characters including spaces and commas!
msgctxt "play_store_app_title"
Expand Down
5 changes: 1 addition & 4 deletions WordPress/jetpack_metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
* [*] [internal] Block editor: Remove code associated to Story block [https://github.com/wordpress-mobile/WordPress-Android/pull/20400]
* [*] [Jetpack-only] Fixes broken links on some notifications [https://github.com/wordpress-mobile/WordPress-Android/pull/20417]
* [**] [internal] Block editor: Upgrade React Native to version 0.73.3 [#20167]

Good news, everyone: we fixed the broken links on your announcement badge screen. Insights into your biggest publishing accomplishments are just a tap away.
12 changes: 6 additions & 6 deletions WordPress/metadata/PlayStoreStrings.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ msgstr ""
"X-Generator: VsCode\n"
"Project-Id-Version: Release Notes & Play Store Descriptions\n"

msgctxt "release_note_245"
msgid ""
"24.5:\n"
"The best things in life are worth the wait, like fresh-baked cookies, your coffee order, and the latest releases from your favorite app. (That’s us. See you next update.)\n"
msgstr ""

msgctxt "release_note_244"
msgid ""
"24.4:\n"
Expand All @@ -20,12 +26,6 @@ msgid ""
"- Images no longer appear partly transparent while they’re being uploaded.\n"
msgstr ""

msgctxt "release_note_243"
msgid ""
"24.3:\n"
"You can log in to your WordPress website using Google credentials, physical devices, and other third-party passkeys. Don’t worry, your site is still locked down tighter than the Colonel’s secret recipe.\n"
msgstr ""

#. translators: Release notes for this version to be displayed in the Play Store. Limit to 500 characters including spaces and commas!
#. translators: Shorter Release notes for this version to be displayed in the Play Store. Limit to 500 characters including spaces and commas!
msgctxt "sample_post_content"
Expand Down
4 changes: 1 addition & 3 deletions WordPress/metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
* [*] [internal] Block editor: Remove code associated to Story block [https://github.com/wordpress-mobile/WordPress-Android/pull/20400]
* [**] [internal] Block editor: Upgrade React Native to version 0.73.3 [#20167]

The best things in life are worth the wait, like fresh-baked cookies, your coffee order, and the latest releases from your favorite app. (That’s us. See you next update.)
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ class TrafficOverviewUseCase(
val likes = selectedItem?.likes ?: 0
val comments = selectedItem?.comments ?: 0

items.add(BlockListItem.Title(R.string.stats_timeframe_today))
items.add(
BlockListItem.QuickScanItem(
BlockListItem.QuickScanItem.Column(
Expand Down

0 comments on commit d4b5558

Please sign in to comment.