diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index ab9bf430a2..6d4652960c 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,5 +1,8 @@ Unreleased --- + +1.115.0 +--- * [**] [internal] Upgrade React Native to version 0.73.3 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6590] * [**] Add error boundary components and exception logging [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6655] * [**] Fix crash occurring when the URL associated with a Video block is changed too quickly [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6729] diff --git a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-columns-block-sliders-display-proportionate-fill-level-previews-1-android.png b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-columns-block-sliders-display-proportionate-fill-level-previews-1-android.png index 0f3ba7c512..8457306803 100644 Binary files a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-columns-block-sliders-display-proportionate-fill-level-previews-1-android.png and b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-columns-block-sliders-display-proportionate-fill-level-previews-1-android.png differ diff --git a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-columns-block-sliders-display-proportionate-fill-level-previews-1-ios.png b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-columns-block-sliders-display-proportionate-fill-level-previews-1-ios.png index a3533b00a8..e6d62bdb20 100644 Binary files a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-columns-block-sliders-display-proportionate-fill-level-previews-1-ios.png and b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-columns-block-sliders-display-proportionate-fill-level-previews-1-ios.png differ diff --git a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-4-visual-test-js-gutenberg-editor-test-suite-4-spacer-block-should-render-dark-mode-colors-1-android.png b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-4-visual-test-js-gutenberg-editor-test-suite-4-spacer-block-should-render-dark-mode-colors-1-android.png index 3aa07b74bf..0b40b1d149 100644 Binary files a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-4-visual-test-js-gutenberg-editor-test-suite-4-spacer-block-should-render-dark-mode-colors-1-android.png and b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-4-visual-test-js-gutenberg-editor-test-suite-4-spacer-block-should-render-dark-mode-colors-1-android.png differ diff --git a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-4-visual-test-js-gutenberg-editor-test-suite-4-spacer-block-should-render-dark-mode-colors-1-ios.png b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-4-visual-test-js-gutenberg-editor-test-suite-4-spacer-block-should-render-dark-mode-colors-1-ios.png index 274f26d3cf..f41b408beb 100644 Binary files a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-4-visual-test-js-gutenberg-editor-test-suite-4-spacer-block-should-render-dark-mode-colors-1-ios.png and b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-4-visual-test-js-gutenberg-editor-test-suite-4-spacer-block-should-render-dark-mode-colors-1-ios.png differ diff --git a/bundle/android/strings.xml b/bundle/android/strings.xml index e2a4b5f238..e95473cd70 100644 --- a/bundle/android/strings.xml +++ b/bundle/android/strings.xml @@ -77,7 +77,7 @@ Build layouts Button Link URL Button position - Button to copy error + Button to copy error details Button to copy post text Cancel search Change block position @@ -98,7 +98,9 @@ Contact support Convert to link Copied block + Copy error details Copy file URL + Copy post text Copy URL from the clipboard, %s Create embed @@ -370,7 +372,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". --> Synced patterns Take a Photo Take a Video - Tap here to copy error + Tap here to copy error details Tap here to copy post text Tap here to show help Tap here to show more details. @@ -378,6 +380,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". --> Text color Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block The basics + The editor has encountered an unexpected error This color combination may be hard for people to read. Try using a darker background color and/or a brighter text color. This color combination may be hard for people to read. Try using a brighter background color and/or a darker text color. Three @@ -422,5 +425,6 @@ translators: %s: Select control option value e.g: "Auto, 25%". --> X-Axis Position Y-Axis Position You can also rearrange blocks by tapping a block and then tapping the up and down arrows that appear on the bottom left side of the block to move it up or down. + You can copy your post text in case your content is impacted. Copy error details to debug and share with support. You can edit this block using the web version of the editor. diff --git a/bundle/ios/GutenbergNativeTranslations.swift b/bundle/ios/GutenbergNativeTranslations.swift index 617caddc97..566088430e 100644 --- a/bundle/ios/GutenbergNativeTranslations.swift +++ b/bundle/ios/GutenbergNativeTranslations.swift @@ -76,7 +76,7 @@ private func dummy() { _ = NSLocalizedString("Build layouts", comment: "") _ = NSLocalizedString("Button Link URL", comment: "") _ = NSLocalizedString("Button position", comment: "") - _ = NSLocalizedString("Button to copy error", comment: "") + _ = NSLocalizedString("Button to copy error details", comment: "") _ = NSLocalizedString("Button to copy post text", comment: "") _ = NSLocalizedString("Cancel search", comment: "") _ = NSLocalizedString("Change block position", comment: "") @@ -96,7 +96,9 @@ private func dummy() { _ = NSLocalizedString("Contact support", comment: "") _ = NSLocalizedString("Convert to link", comment: "") _ = NSLocalizedString("Copied block", comment: "") + _ = NSLocalizedString("Copy error details", comment: "") _ = NSLocalizedString("Copy file URL", comment: "") + _ = NSLocalizedString("Copy post text", comment: "") _ = NSLocalizedString("Copy URL from the clipboard, %s", comment: "translators: Copy URL from the clipboard, https://sample.url") _ = NSLocalizedString("Create embed", comment: "") _ = NSLocalizedString("Create link", comment: "") @@ -307,7 +309,7 @@ private func dummy() { _ = NSLocalizedString("Synced patterns", comment: "") _ = NSLocalizedString("Take a Photo", comment: "") _ = NSLocalizedString("Take a Video", comment: "") - _ = NSLocalizedString("Tap here to copy error", comment: "") + _ = NSLocalizedString("Tap here to copy error details", comment: "") _ = NSLocalizedString("Tap here to copy post text", comment: "") _ = NSLocalizedString("Tap here to show help", comment: "") _ = NSLocalizedString("Tap here to show more details.", comment: "") @@ -315,6 +317,7 @@ private func dummy() { _ = NSLocalizedString("Text color", comment: "") _ = NSLocalizedString("Text formatting controls are located within the toolbar positioned above the keyboard while editing a text block", comment: "") _ = NSLocalizedString("The basics", comment: "") + _ = NSLocalizedString("The editor has encountered an unexpected error", comment: "") _ = NSLocalizedString("This color combination may be hard for people to read. Try using a brighter background color and/or a darker text color.", comment: "") _ = NSLocalizedString("This color combination may be hard for people to read. Try using a darker background color and/or a brighter text color.", comment: "") _ = NSLocalizedString("Three", comment: "") @@ -350,4 +353,5 @@ private func dummy() { _ = NSLocalizedString("X-Axis Position", comment: "") _ = NSLocalizedString("Y-Axis Position", comment: "") _ = NSLocalizedString("You can also rearrange blocks by tapping a block and then tapping the up and down arrows that appear on the bottom left side of the block to move it up or down.", comment: "") + _ = NSLocalizedString("You can copy your post text in case your content is impacted. Copy error details to debug and share with support.", comment: "") _ = NSLocalizedString("You can edit this block using the web version of the editor.", comment: "") diff --git a/gutenberg b/gutenberg index c3a44c1ab7..979770fcfa 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit c3a44c1ab7facd4a378da7c51d6ff8dbfe4358a7 +Subproject commit 979770fcfa7dc6b998c2310467694a37fc8b756f diff --git a/ios-xcframework/Podfile.lock b/ios-xcframework/Podfile.lock index c7a3549b17..442202bbde 100644 --- a/ios-xcframework/Podfile.lock +++ b/ios-xcframework/Podfile.lock @@ -1104,7 +1104,7 @@ PODS: - React-RCTImage - RNSVG (14.0.0): - React-Core - - RNTAztecView (1.114.1): + - RNTAztecView (1.115.0): - React-Core - WordPress-Aztec-iOS (= 1.19.9) - SDWebImage (5.11.1): @@ -1399,7 +1399,7 @@ SPEC CHECKSUMS: RNReanimated: f705119af7f77c961122a09adbfdf3dd38ce6a60 RNScreens: d07e03170921286b65f07e7b2a3aa8300f61f2ec RNSVG: eb0b170443191e4a1af53b9bd17d1f2fbd1ba152 - RNTAztecView: 8e6e879ee72db06b4e651f8526fb0980f949a8ac + RNTAztecView: f9ac93cee7a4cd984d8453a9141058fa22cb9b1a SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 diff --git a/package-lock.json b/package-lock.json index ce6324c8ee..b0bbe3513e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gutenberg-mobile", - "version": "1.114.1", + "version": "1.115.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gutenberg-mobile", - "version": "1.114.1", + "version": "1.115.0", "hasInstallScript": true, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/package.json b/package.json index e4cb4a5846..7f9102b07a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gutenberg-mobile", - "version": "1.114.1", + "version": "1.115.0", "private": true, "config": { "jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",