diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 8d292613c065..342574d534eb 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,5 +1,9 @@ *** PLEASE FOLLOW THIS FORMAT: [] [] +25.2 +----- + + 25.1 ----- * [*] [internal] Block editor: Add onContentUpdate bridge functionality [https://github.com/wordpress-mobile/gutenberg-mobile/pull/20852] diff --git a/WordPress/jetpack_metadata/release_notes.txt b/WordPress/jetpack_metadata/release_notes.txt index 928c57d6d98a..e53b804daa16 100644 --- a/WordPress/jetpack_metadata/release_notes.txt +++ b/WordPress/jetpack_metadata/release_notes.txt @@ -1,3 +1,2 @@ -The Tags feed is live! You can now see content with specific tags, all in one place. Tag, you’re it. +* [*] [internal] Block editor: Add onContentUpdate bridge functionality [https://github.com/wordpress-mobile/gutenberg-mobile/pull/20852] -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. diff --git a/WordPress/metadata/release_notes.txt b/WordPress/metadata/release_notes.txt index 257e18b25fcd..e53b804daa16 100644 --- a/WordPress/metadata/release_notes.txt +++ b/WordPress/metadata/release_notes.txt @@ -1 +1,2 @@ -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. +* [*] [internal] Block editor: Add onContentUpdate bridge functionality [https://github.com/wordpress-mobile/gutenberg-mobile/pull/20852] + diff --git a/WordPress/src/main/res/values/strings.xml b/WordPress/src/main/res/values/strings.xml index 288c66aa4571..dc156115e4a0 100644 --- a/WordPress/src/main/res/values/strings.xml +++ b/WordPress/src/main/res/values/strings.xml @@ -4903,5 +4903,6 @@ translators: %s: Select control option value e.g: "Auto, 25%". --> Audio Recording Permission Required 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. + Tap to edit diff --git a/build.gradle b/build.gradle index ed16adee2667..2d22e9203b4d 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ ext { automatticTracksVersion = '5.1.0' gutenbergMobileVersion = 'v1.120.0' wordPressAztecVersion = 'v2.1.3' - wordPressFluxCVersion = 'trunk-f111f9d00446395f16550bca872c6098c23529e9' + wordPressFluxCVersion = '2.84.0' wordPressLoginVersion = '1.15.0' wordPressPersistentEditTextVersion = '1.0.2' wordPressUtilsVersion = '3.14.0' diff --git a/fastlane/resources/values/strings.xml b/fastlane/resources/values/strings.xml index fc1aad108df8..dc156115e4a0 100644 --- a/fastlane/resources/values/strings.xml +++ b/fastlane/resources/values/strings.xml @@ -3100,6 +3100,7 @@ Photos and videos & Music and audio Camera Microphone + Media Location You can copy your post text in case your content is impacted. Copy error details to debug and share with support. Clear selected color Link label + + + Audio Recording Permission Required + 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. + Tap to edit + diff --git a/version.properties b/version.properties index 4a15cdb0943b..3f2a5f2d327a 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ -versionName=25.0 -versionCode=1435 \ No newline at end of file +versionName=25.1-rc-1 +versionCode=1436 \ No newline at end of file