Skip to content

Commit

Permalink
Merge pull request #20497 from wordpress-mobile/release/24.5
Browse files Browse the repository at this point in the history
Merge 24.5 code freeze to trunk
  • Loading branch information
oguzkocer authored Mar 18, 2024
2 parents 0212137 + ef85b57 commit 2fba552
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 22 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** PLEASE FOLLOW THIS FORMAT: [<priority indicator, more stars = higher priority>] <description> [<PR URL>]

24.6
-----


24.5
-----
* [*] [internal] Block editor: Remove code associated to Story block [https://github.com/wordpress-mobile/WordPress-Android/pull/20400]
Expand Down
10 changes: 4 additions & 6 deletions WordPress/jetpack_metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
- Added a new Traffic tab on the Stats screen
- Upgraded the Notifications design
- Introduced video block support for VideoPress v5
- Fixed a crash caused by block editor auto-scrolling
- Provided an error message for video upload failure
- Removed image transparency during upload
* [*] [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]

6 changes: 2 additions & 4 deletions WordPress/metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
We made a few changes to the block editor.
* [*] [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 app won’t crash anymore when the editor auto-scrolls down to a block.
- You’ll now see an error message when a video fails to upload to media and text blocks.
- Images no longer appear partly transparent while they’re being uploaded.
8 changes: 8 additions & 0 deletions WordPress/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4796,4 +4796,12 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
<string name="gutenberg_native_edit_video_024aee6d" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Edit video</string>
<string name="gutenberg_native_video_caption_empty_663aab49" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Video caption. Empty</string>
<string name="gutenberg_native_video_caption_s_0141bd20" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Video caption. %s</string>
<string name="gutenberg_native_button_to_copy_error_details" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Button to copy error details</string>
<string name="gutenberg_native_button_to_copy_post_text" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Button to copy post text</string>
<string name="gutenberg_native_copy_error_details" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Copy error details</string>
<string name="gutenberg_native_copy_post_text" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Copy post text</string>
<string name="gutenberg_native_tap_here_to_copy_error_details" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Tap here to copy error details</string>
<string name="gutenberg_native_tap_here_to_copy_post_text" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Tap here to copy post text</string>
<string name="gutenberg_native_the_editor_has_encountered_an_unexpected_error" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">The editor has encountered an unexpected error</string>
<string name="gutenberg_native_you_can_copy_your_post_text_in_case_your_content_is_impacted_copy" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">You can copy your post text in case your content is impacted. Copy error details to debug and share with support.</string>
</resources>
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ ext {
automatticTracksVersion = '3.5.0'
gutenbergMobileVersion = 'v1.115.0'
wordPressAztecVersion = 'v2.0'
wordPressFluxCVersion = 'trunk-b9ecc708dde74d6cc95aeab42e56fb8067640039'
wordPressFluxCVersion = '2.72.0'
wordPressLoginVersion = '1.14.1'
wordPressPersistentEditTextVersion = '1.0.2'
wordPressUtilsVersion = 'trunk-4d6cb9a20bfda0dfe2310cf8275cbdcfb0d42ba7'
wordPressUtilsVersion = '3.14.0'
indexosMediaForMobileVersion = '43a9026f0973a2f0a74fa813132f6a16f7499c3a'

// debug
Expand Down
18 changes: 10 additions & 8 deletions fastlane/resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1629,14 +1629,6 @@
<string name="like_title_singular">1 Like</string>
<string name="like_title_plural">%d Likes</string>
<string name="like_faces_error_loading_message">Error loading like data. %s.</string>
<!-- Note for translators: the '&lt;a href=""&gt;' and '&lt;/a&gt;' must be kept without
translations/modifications and are used to enclose the portion of the text
that will be rendered as underlined. -->
<string name="like_faces_you_like_text">&lt;a href=""&gt;You&lt;/a&gt; like this.</string>
<string name="like_faces_you_plus_one_like_text">&lt;a href=""&gt;You and 1 blogger&lt;/a&gt; like this.</string>
<string name="like_faces_you_plus_others_like_text">&lt;a href=""&gt;You and %1$s bloggers&lt;/a&gt; like this.</string>
<string name="like_faces_one_blogger_likes_text">&lt;a href=""&gt;1 blogger&lt;/a&gt; likes this.</string>
<string name="like_faces_others_like_text">&lt;a href=""&gt;%1$s bloggers&lt;/a&gt; like this.</string>

<!-- reader -->
<string name="reader">Reader</string>
Expand Down Expand Up @@ -1720,6 +1712,8 @@
<string name="editor_uploading_draft">Your draft is uploading</string>
<string name="editor_post_converted_back_to_draft">Post converted back to draft</string>
<string name="editor_failed_to_insert_media_tap_to_retry">Failed to insert media.\nPlease tap to retry.</string>
<string name="editor_updating_post">Updating post content</string>
<string name="editor_updating_post_failed">Failed to update post content</string>

<!-- Post Settings -->
<string name="post_settings">Post settings</string>
Expand Down Expand Up @@ -4802,4 +4796,12 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
<string name="gutenberg_native_edit_video_024aee6d" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Edit video</string>
<string name="gutenberg_native_video_caption_empty_663aab49" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Video caption. Empty</string>
<string name="gutenberg_native_video_caption_s_0141bd20" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Video caption. %s</string>
<string name="gutenberg_native_button_to_copy_error_details" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Button to copy error details</string>
<string name="gutenberg_native_button_to_copy_post_text" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Button to copy post text</string>
<string name="gutenberg_native_copy_error_details" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Copy error details</string>
<string name="gutenberg_native_copy_post_text" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Copy post text</string>
<string name="gutenberg_native_tap_here_to_copy_error_details" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Tap here to copy error details</string>
<string name="gutenberg_native_tap_here_to_copy_post_text" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Tap here to copy post text</string>
<string name="gutenberg_native_the_editor_has_encountered_an_unexpected_error" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">The editor has encountered an unexpected error</string>
<string name="gutenberg_native_you_can_copy_your_post_text_in_case_your_content_is_impacted_copy" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">You can copy your post text in case your content is impacted. Copy error details to debug and share with support.</string>
</resources>
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=24.4
versionCode=1416
versionName=24.5-rc-1
versionCode=1417

0 comments on commit 2fba552

Please sign in to comment.