Skip to content

Commit

Permalink
Merge pull request #5849 from wordpress-mobile/release/1.97.0
Browse files Browse the repository at this point in the history
Release 1.97.0
  • Loading branch information
jhnstn authored Jun 9, 2023
2 parents ddd8905 + 346a12b commit 89bec9f
Show file tree
Hide file tree
Showing 9 changed files with 1,788 additions and 1,780 deletions.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Unreleased
---

1.97.0
---
* [**] [iOS] Fix dictation regression, in which typing/dictating at the same time caused content loss. [https://github.com/WordPress/gutenberg/pull/49452]
* [*] [internal] Upgrade compile and target sdk version to Android API 33 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5789]
* [*] Display lock icon in disabled state of `Cell` component [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5798]
Expand Down
2 changes: 2 additions & 0 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ translators: %s: Select control button label e.g. "Button width" -->
<string name="gutenberg_native_no_application_can_handle_this_request_please_install_a_web_brows" tools:ignore="UnusedResources">No application can handle this request. Please install a Web browser.</string>
<string name="gutenberg_native_no_blocks_found" tools:ignore="UnusedResources">No blocks found</string>
<string name="gutenberg_native_no_custom_placeholder_set" tools:ignore="UnusedResources">No custom placeholder set</string>
<string name="gutenberg_native_no_description" tools:ignore="UnusedResources">No description</string>
<string name="gutenberg_native_no_preview_available" tools:ignore="UnusedResources">No preview available</string>
<string name="gutenberg_native_no_title" tools:ignore="UnusedResources">No title</string>
<string name="gutenberg_native_note_column_layout_may_vary_between_themes_and_screen_sizes" tools:ignore="UnusedResources">Note: Column layout may vary between themes and screen sizes</string>
<string name="gutenberg_native_note_layout_may_vary_between_themes_and_screen_sizes" tools:ignore="UnusedResources">Note: Layout may vary between themes and screen sizes</string>
<string name="gutenberg_native_note_you_must_allow_wordpress_com_login_to_edit_this_block_in_the" tools:ignore="UnusedResources">Note: You must allow WordPress.com login to edit this block in the mobile editor.</string>
Expand Down
3,549 changes: 1,775 additions & 1,774 deletions bundle/ios/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/ios/App.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ private func dummy() {
_ = NSLocalizedString("No application can handle this request. Please install a Web browser.", comment: "")
_ = NSLocalizedString("No blocks found", comment: "")
_ = NSLocalizedString("No custom placeholder set", comment: "")
_ = NSLocalizedString("No description", comment: "")
_ = NSLocalizedString("No preview available", comment: "")
_ = NSLocalizedString("No title", comment: "")
_ = NSLocalizedString("Note: Column layout may vary between themes and screen sizes", comment: "")
_ = NSLocalizedString("Note: Layout may vary between themes and screen sizes", comment: "")
_ = NSLocalizedString("Note: You must allow WordPress.com login to edit this block in the mobile editor.", comment: "")
Expand Down
4 changes: 2 additions & 2 deletions ios-xcframework/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ PODS:
- React-Core
- RNSVG (9.13.6):
- React-Core
- RNTAztecView (1.96.1):
- RNTAztecView (1.97.0):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.8)
- SDWebImage (5.11.1):
Expand Down Expand Up @@ -601,7 +601,7 @@ SPEC CHECKSUMS:
RNReanimated: b5730b32243a35f955202d807ecb43755133ac62
RNScreens: bd1f43d7dfcd435bc11d4ee5c60086717c45a113
RNSVG: 259ef12cbec2591a45fc7c5f09d7aa09e6692533
RNTAztecView: cd31152d7c144a834b2103a9b5d6cba5b442fb76
RNTAztecView: 3b2782b67822bf3e2fb308f6a90ec888601508ce
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-mobile",
"version": "1.96.1",
"version": "1.97.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit 89bec9f

Please sign in to comment.