Skip to content

Commit 2d65fbb

Browse files
authored
Merge pull request #20963 from wordpress-mobile/merge/25.1-code-freeze-into-trunk
Merge 25.1 code freeze into trunk
2 parents 2b56186 + f3a8d01 commit 2d65fbb

7 files changed

Lines changed: 18 additions & 6 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
*** PLEASE FOLLOW THIS FORMAT: [<priority indicator, more stars = higher priority>] <description> [<PR URL>]
22

3+
25.2
4+
-----
5+
6+
37
25.1
48
-----
59
* [*] [internal] Block editor: Add onContentUpdate bridge functionality [https://github.com/wordpress-mobile/gutenberg-mobile/pull/20852]
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
The Tags feed is live! You can now see content with specific tags, all in one place. Tag, you’re it.
1+
* [*] [internal] Block editor: Add onContentUpdate bridge functionality [https://github.com/wordpress-mobile/gutenberg-mobile/pull/20852]
22

3-
We fixed assorted crashes on the login and Posts List screens, as well as actions associated with blogging reminders, feature images, and user removal. Less crashing? How smashing.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
We fixed assorted crashes on the login and Posts List screens, as well as actions associated with blogging reminders, feature images, and user removal. Less crashing? How smashing.
1+
* [*] [internal] Block editor: Add onContentUpdate bridge functionality [https://github.com/wordpress-mobile/gutenberg-mobile/pull/20852]
2+

WordPress/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4903,5 +4903,6 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
49034903
<!-- Voice to Content -->
49044904
<string name="voice_to_content_permissions_required_title">Audio Recording Permission Required</string>
49054905
<string name="voice_to_content_permissions_required_msg">To record audio, this app needs permission to access your microphone. You have previously denied this permission. Please enable the microphone permission in the app settings to use this feature.</string>
4906+
<string name="gutenberg_native_tap_to_edit" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Tap to edit</string>
49064907

49074908
</resources>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ext {
2525
automatticTracksVersion = '5.1.0'
2626
gutenbergMobileVersion = 'v1.120.0'
2727
wordPressAztecVersion = 'v2.1.3'
28-
wordPressFluxCVersion = 'trunk-f111f9d00446395f16550bca872c6098c23529e9'
28+
wordPressFluxCVersion = '2.84.0'
2929
wordPressLoginVersion = '1.15.0'
3030
wordPressPersistentEditTextVersion = '1.0.2'
3131
wordPressUtilsVersion = '3.14.0'

fastlane/resources/values/strings.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3100,6 +3100,7 @@
31003100
<string name="permission_images_video_audio">Photos and videos &amp; Music and audio</string>
31013101
<string name="permission_camera">Camera</string>
31023102
<string name="permission_microphone">Microphone</string>
3103+
<string name="permission_access_media_location">Media Location</string>
31033104

31043105
<!-- Login -->
31053106
<!-- If any of these appear unused, be sure to check the same string in the login library -
@@ -4898,4 +4899,10 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
48984899
<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>
48994900
<string name="gutenberg_native_clear_selected_color" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Clear selected color</string>
49004901
<string name="gutenberg_native_link_label" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Link label</string>
4902+
4903+
<!-- Voice to Content -->
4904+
<string name="voice_to_content_permissions_required_title">Audio Recording Permission Required</string>
4905+
<string name="voice_to_content_permissions_required_msg">To record audio, this app needs permission to access your microphone. You have previously denied this permission. Please enable the microphone permission in the app settings to use this feature.</string>
4906+
<string name="gutenberg_native_tap_to_edit" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Tap to edit</string>
4907+
49014908
</resources>

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
versionName=25.0
2-
versionCode=1435
1+
versionName=25.1-rc-1
2+
versionCode=1436

0 commit comments

Comments
 (0)