Skip to content

Commit

Permalink
Merge pull request #20019 from wordpress-mobile/release/24.1
Browse files Browse the repository at this point in the history
Merge 24.1 editorialized release notes to trunk
  • Loading branch information
oguzkocer authored Jan 24, 2024
2 parents 943c886 + e943e05 commit 3ba9ad8
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 39 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

24.1
-----
* [**] Disabled the ability of creating new Story posts. [#20014]

24.0.1
-----
Expand Down
20 changes: 11 additions & 9 deletions WordPress/jetpack_metadata/PlayStoreStrings.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ msgstr ""
"X-Generator: VsCode\n"
"Project-Id-Version: Jetpack - Apps - Android - Release Notes\n"

msgctxt "release_note_241"
msgid ""
"24.1:\n"
"- Get notified when you’re working offline.\n"
"- Image block uploads pause/resume with internet connection.\n"
"- See custom gradient selections in the editor.\n"
"- Fixed forward/back arrows for right-to-left readers.\n"
"- Daily Prompt tags work properly.\n"
"- Tap Site Domain cards to manage domains.\n"
msgstr ""

msgctxt "release_note_240"
msgid ""
"24.0:\n"
Expand All @@ -20,15 +31,6 @@ msgid ""
"- Share different media types to the app at once without crashing\n"
msgstr ""

msgctxt "release_note_239"
msgid ""
"23.9:\n"
"No updates this week! Enjoy these reindeer facts:\n"
"- Male reindeer shed their antlers in fall and females in spring, so Santa’s reindeer are female.\n"
"- Reindeer don’t actually have red noses.\n"
"- Santa hasn’t eaten milk and cookies since 2003 because Blitzen always gets there first.\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
14 changes: 6 additions & 8 deletions WordPress/jetpack_metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
* [*] 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-Android/pull/19878]
* [**] 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-Android/pull/19803]
* [*] [Jetpack-only] Added opening domain management from the Site Domain screen by tapping on the domain cards [https://github.com/wordpress-mobile/WordPress-Android/pull/19910]
* [*] [Jetpack-only] Fix Prompt response posts not having one of the `dailyprompt` tags [https://github.com/wordpress-mobile/WordPress-Android/pull/19971]
* [*] Reader: Fix the issue with icons displaying incorrectly in RTL languages. [https://github.com/wordpress-mobile/WordPress-Android/pull/19962]

- Get notified when you’re working offline.
- Image block uploads pause/resume with internet connection.
- See custom gradient selections in the editor.
- Fixed forward/back arrows for right-to-left readers.
- Daily Prompt tags work properly.
- Tap Site Domain cards to manage domains.
18 changes: 9 additions & 9 deletions WordPress/metadata/PlayStoreStrings.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ msgstr ""
"X-Generator: VsCode\n"
"Project-Id-Version: Release Notes & Play Store Descriptions\n"

msgctxt "release_note_241"
msgid ""
"24.1:\n"
"- Get notified when you’re working offline.\n"
"- Image block uploads pause when you lose internet and resume when you reconnect.\n"
"- Select a custom gradient in the editor and see a color indicator.\n"
"- “Forward” and “back” arrows are correct for right-to-left readers.\n"
msgstr ""

msgctxt "release_note_240"
msgid ""
"24.0:\n"
Expand All @@ -20,15 +29,6 @@ msgid ""
"- Share different media types to the app at once without crashing\n"
msgstr ""

msgctxt "release_note_239"
msgid ""
"23.9:\n"
"No updates this week! Enjoy these reindeer facts:\n"
"- Male reindeer shed their antlers in fall and females in spring, so Santa’s reindeer are female.\n"
"- Reindeer don’t actually have red noses.\n"
"- Santa hasn’t eaten milk and cookies since 2003 because Blitzen always gets there first.\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
10 changes: 4 additions & 6 deletions WordPress/metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
* [*] 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-Android/pull/19878]
* [**] 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-Android/pull/19803]
* [*] Reader: Fix the issue with icons displaying incorrectly in RTL languages. [https://github.com/wordpress-mobile/WordPress-Android/pull/19962]

- Get notified when you’re working offline.
- Image block uploads pause when you lose internet and resume when you reconnect.
- Select a custom gradient in the editor and see a color indicator.
- “Forward” and “back” arrows are correct for right-to-left readers.
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,8 @@ class JetpackFeatureRemovalPhaseHelper @Inject constructor(
}
}

fun shouldShowStoryPost(): Boolean {
val currentPhase = getCurrentPhase() ?: return true
return when (currentPhase) {
is PhaseStaticPosters, PhaseFour, PhaseNewUsers, PhaseSelfHostedUsers -> false
else -> true
}
}
@Suppress("FunctionOnlyReturningConstant")
fun shouldShowStoryPost(): Boolean = false

fun shouldShowJetpackPoweredEditorFeatures(): Boolean {
val currentPhase = getCurrentPhase() ?: return true
Expand Down

0 comments on commit 3ba9ad8

Please sign in to comment.