Skip to content

Commit e887a25

Browse files
Merge pull request #19678 from wordpress-mobile/release/23.8
Merge 23.8 code freeze to trunk
2 parents 137daf3 + c727e7c commit e887a25

7 files changed

Lines changed: 52 additions & 22 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+
23.9
4+
-----
5+
6+
37
23.8
48
-----
59
* [*] [Jetpack-only] Block Editor: Ensure text is always visible within Contact Info block [https://github.com/Automattic/jetpack/pull/33873]
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
- The All Domains screen lets you manage all your domains in the app.
2-
- Posts & Pages has improved display options and an expanded context menu.
3-
- We fixed block editor issues caused by pasting deeply nested content, or using text colors in older site themes.
1+
* [*] [Jetpack-only] Block Editor: Ensure text is always visible within Contact Info block [https://github.com/Automattic/jetpack/pull/33873]
2+
* [*] Block Editor: Ensure uploaded audio is always visible within Audio block [https://github.com/WordPress/gutenberg/pull/55627]
3+
* [*] Block Editor: In the deeply nested block warning, only display the ungroup option for blocks that support it [https://github.com/WordPress/gutenberg/pull/56445]
4+
* [**] Enable Optimize Image setting (via Me → App Settings) by default, and change default compression and resolution values. [https://github.com/wordpress-mobile/WordPress-Android/pull/19581]
5+
* [*] Fixed an issue that prevented theme installation on atomic sites [https://github.com/wordpress-mobile/WordPress-Android/pull/19668]
6+
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
- The Posts & Pages screen now has clean, simple display options. The context menu also lets you access comments, settings, and other actions for a post or page.
2-
- We fixed block editor issues caused by pasting deeply nested content, or using text colors in older site themes.
1+
* [*] Block Editor: Ensure uploaded audio is always visible within Audio block [https://github.com/WordPress/gutenberg/pull/55627]
2+
* [*] Block Editor: In the deeply nested block warning, only display the ungroup option for blocks that support it [https://github.com/WordPress/gutenberg/pull/56445]
3+
* [**] Enable Optimize Image setting (via Me → App Settings) by default, and change default compression and resolution values. [https://github.com/wordpress-mobile/WordPress-Android/pull/19581]
4+
* [*] Fixed an issue that prevented theme installation on atomic sites [https://github.com/wordpress-mobile/WordPress-Android/pull/19668]

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4531,7 +4531,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
45314531
<string name="wp_jetpack_deep_link_overlay_description">It looks like you have the Jetpack app installed.\n\nWould you like to open links in the Jetpack app in the future?\n\nYou can always change this in App Settings &gt; Open links in Jetpack</string>
45324532
<string name="wp_jetpack_deep_link_open_in_jetpack" translatable="false">@string/preference_open_links_in_jetpack</string>
45334533
<string name="wp_jetpack_deep_link_open_in_wordpress">Open links in WordPress</string>
4534-
<string name="gutenberg_native_alternatively_you_can_detach_and_edit_this_block_separately_by_ta" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Alternatively, you can detach and edit this block separately by tapping “Detach pattern”.</string>
4534+
<string name="gutenberg_native_alternatively_you_can_detach_and_edit_this_block_separately_by_ta" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Alternatively, you can detach and edit this block separately by tapping “Detach”.</string>
45354535
<string name="gutenberg_native_s_converted_to_regular_block" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">%s converted to regular block</string>
45364536

45374537
<!-- Jetpack Feature Card -->
@@ -4790,7 +4790,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
47904790

47914791
<string name="pages_no_site_something_went_wrong">Uh oh, something went wrong. Please try again later.</string>
47924792
<string name="gutenberg_native_block_cannot_be_rendered_because_it_is_deeply_nested_tap_here_for" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Block cannot be rendered because it is deeply nested. Tap here for more details.</string>
4793-
<string name="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor. For this reason, we recommend flattening the content by ungrouping the block or editing the block using your web browser.</string>
4793+
<string name="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor.</string>
47944794
<string name="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the_09df8c78" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor. For this reason, we recommend flattening the content by ungrouping the block or editing the block using the web editor.</string>
47954795
<string name="gutenberg_native_deeply_nested_block" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Deeply nested block</string>
47964796
<string name="gutenberg_native_synced_patterns" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Synced patterns</string>
@@ -4815,4 +4815,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
48154815
<string name="login_text_security_key" tools:ignore="UnusedResources" a8c-src-lib="login">Use a security key</string>
48164816
<string name="login_error_security_key" tools:ignore="UnusedResources" a8c-src-lib="login">There was some trouble with the Security key login</string>
48174817
<string name="notification_security_key_needed" tools:ignore="UnusedResources" a8c-src-lib="login">Please provide your security key to continue.</string>
4818+
<string name="gutenberg_native_alternatively_you_can_flatten_the_content_by_ungrouping_the_block" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Alternatively, you can flatten the content by ungrouping the block.</string>
4819+
<string name="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_the_web_edit" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">For this reason, we recommend editing the block using the web editor.</string>
4820+
<string name="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_your_web_bro" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">For this reason, we recommend editing the block using your web browser.</string>
48184821
</resources>

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ ext {
2222
automatticTracksVersion = '3.3.0'
2323
gutenbergMobileVersion = 'v1.109.0'
2424
wordPressAztecVersion = 'v1.8.0'
25-
wordPressFluxCVersion = 'trunk-8076d17a1b4ede515be0e1d93c8d35a3c6fc2adb'
26-
wordPressLoginVersion = 'trunk-6c5dc3311836d1eb0973f3164bdb2d7f72251951'
25+
wordPressFluxCVersion = '2.57.0'
26+
wordPressLoginVersion = '1.10.0'
2727
wordPressPersistentEditTextVersion = '1.0.2'
2828
wordPressUtilsVersion = '3.10.0'
2929
indexosMediaForMobileVersion = '43a9026f0973a2f0a74fa813132f6a16f7499c3a'

fastlane/resources/values/strings.xml

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@
174174
<string name="media_upload_state_failed">Upload Failed</string>
175175
<string name="media_upload_state_uploaded">Uploaded</string>
176176

177-
<string name="media_encoder_quality_80">Low</string>
178-
<string name="media_encoder_quality_85">Medium</string>
179-
<string name="media_encoder_quality_90">High</string>
180-
<string name="media_encoder_quality_95">Very High</string>
181-
<string name="media_encoder_quality_100">Maximum</string>
177+
<string name="media_encoder_quality_low">Low</string>
178+
<string name="media_encoder_quality_medium">Medium</string>
179+
<string name="media_encoder_quality_high">High</string>
180+
<string name="media_encoder_quality_very_high">Very High</string>
181+
<string name="media_encoder_quality_maximum">Maximum</string>
182182
<string name="media_browse_for_items">Browse for items</string>
183183

184184
<!-- Edit Media -->
@@ -2722,6 +2722,7 @@
27222722
<string name="domain_management_empty_subtitle">Tap below to find your perfect domain.</string>
27232723
<string name="domain_management_empty_find_domain">Find a domain</string>
27242724
<string name="domain_management_site_domains_button">All</string>
2725+
<string name="domain_management_clear_search">Clear search</string>
27252726

27262727
<!-- Domain Management - Purchase Domain Screen -->
27272728
<string name="purchase_domain_screen_title">Purchase Domain</string>
@@ -2974,10 +2975,10 @@
29742975
<string name="permission_microphone">Microphone</string>
29752976

29762977
<!-- Image Optimization promo -->
2977-
<string name="turn_on">Turn on</string>
2978-
<string name="leave_off">Leave off</string>
2979-
<string name="image_optimization_promo_title">Turn on image optimization?</string>
2980-
<string name="image_optimization_promo_desc">Image optimization shrinks images for quicker uploading.\n\nYou can change this any time in site settings.</string>
2978+
<string name="turn_on">Yes, leave on</string>
2979+
<string name="leave_off">No, turn off</string>
2980+
<string name="image_optimization_promo_title">Keep optimizing images?</string>
2981+
<string name="image_optimization_promo_desc">Image optimization shrinks images for faster uploading.\n\nThis option is enabled by default, but you can change it in the app settings at any time.</string>
29812982

29822983
<!-- Login -->
29832984
<!-- If any of these appear unused, be sure to check the same string in the login library -
@@ -4472,6 +4473,8 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
44724473
<string name="jp_migration_delete_message">We recommend &lt;b&gt;uninstalling the WordPress app&lt;/b&gt; on your device to avoid data conflicts.</string>
44734474
<string name="jp_migration_got_it_button">Got it</string>
44744475
<string name="jp_migration_need_help_button">Need help?</string>
4476+
<string name="jp_migration_done_no_sites_message">It\'s time to continue your WordPress journey on the Jetpack app.</string>
4477+
<string name="jp_migration_lets_go_button">Let\'s go</string>
44754478

44764479
<!-- Open Web Links With Jetpack -->
44774480
<string name="preference_open_links_in_jetpack">Open links in Jetpack</string>
@@ -4528,7 +4531,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
45284531
<string name="wp_jetpack_deep_link_overlay_description">It looks like you have the Jetpack app installed.\n\nWould you like to open links in the Jetpack app in the future?\n\nYou can always change this in App Settings &gt; Open links in Jetpack</string>
45294532
<string name="wp_jetpack_deep_link_open_in_jetpack" translatable="false">@string/preference_open_links_in_jetpack</string>
45304533
<string name="wp_jetpack_deep_link_open_in_wordpress">Open links in WordPress</string>
4531-
<string name="gutenberg_native_alternatively_you_can_detach_and_edit_this_block_separately_by_ta" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Alternatively, you can detach and edit this block separately by tapping “Detach pattern”.</string>
4534+
<string name="gutenberg_native_alternatively_you_can_detach_and_edit_this_block_separately_by_ta" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Alternatively, you can detach and edit this block separately by tapping “Detach”.</string>
45324535
<string name="gutenberg_native_s_converted_to_regular_block" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">%s converted to regular block</string>
45334536

45344537
<!-- Jetpack Feature Card -->
@@ -4787,7 +4790,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
47874790

47884791
<string name="pages_no_site_something_went_wrong">Uh oh, something went wrong. Please try again later.</string>
47894792
<string name="gutenberg_native_block_cannot_be_rendered_because_it_is_deeply_nested_tap_here_for" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Block cannot be rendered because it is deeply nested. Tap here for more details.</string>
4790-
<string name="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor. For this reason, we recommend flattening the content by ungrouping the block or editing the block using your web browser.</string>
4793+
<string name="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor.</string>
47914794
<string name="gutenberg_native_blocks_nested_deeper_than_d_levels_may_not_render_properly_in_the_09df8c78" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Blocks nested deeper than %d levels may not render properly in the mobile editor. For this reason, we recommend flattening the content by ungrouping the block or editing the block using the web editor.</string>
47924795
<string name="gutenberg_native_deeply_nested_block" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Deeply nested block</string>
47934796
<string name="gutenberg_native_synced_patterns" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Synced patterns</string>
@@ -4797,7 +4800,22 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
47974800
<string name="account_and_settings">Account and Settings</string>
47984801
<string name="gutenberg_native_alternatively_you_can_convert_the_content_to_blocks" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Alternatively, you can convert the content to blocks.</string>
47994802
<string name="gutenberg_native_s_block_converted_to_blocks" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">\'%s\' block converted to blocks</string>
4803+
<!--
4804+
Barcode Scanning
4805+
-->
4806+
<string name="barcode_scanning_title">Scan Barcode</string>
4807+
<string name="barcode_scanning_camera_permission_denied">Camera permission is required to scan the barcode.</string>
4808+
<string name="barcode_scanning_alert_dialog_title">Grant Camera Permission</string>
4809+
<string name="barcode_scanning_alert_dialog_rationale_message">Camera permission is required in order to scan the barcode</string>
4810+
<string name="barcode_scanning_alert_dialog_permanently_denied_message">You have permanently denied Camera permission. It is required in order to scan the barcode. Please enable it from the app settings</string>
4811+
<string name="barcode_scanning_alert_dialog_rationale_cta_label">Grant</string>
4812+
<string name="barcode_scanning_alert_dialog_dismiss_label">Cancel</string>
4813+
<string name="barcode_scanning_alert_dialog_permanently_denied_cta_label">Go to settings</string>
4814+
48004815
<string name="login_text_security_key" tools:ignore="UnusedResources" a8c-src-lib="login">Use a security key</string>
48014816
<string name="login_error_security_key" tools:ignore="UnusedResources" a8c-src-lib="login">There was some trouble with the Security key login</string>
48024817
<string name="notification_security_key_needed" tools:ignore="UnusedResources" a8c-src-lib="login">Please provide your security key to continue.</string>
4818+
<string name="gutenberg_native_alternatively_you_can_flatten_the_content_by_ungrouping_the_block" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Alternatively, you can flatten the content by ungrouping the block.</string>
4819+
<string name="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_the_web_edit" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">For this reason, we recommend editing the block using the web editor.</string>
4820+
<string name="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_your_web_bro" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">For this reason, we recommend editing the block using your web browser.</string>
48034821
</resources>

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
versionName=23.7
2-
versionCode=1385
1+
versionName=23.8-rc-1
2+
versionCode=1386

0 commit comments

Comments
 (0)