Skip to content

Commit

Permalink
Merge pull request #5310 from wordpress-mobile/release/1.86.0
Browse files Browse the repository at this point in the history
Release 1.86.0
  • Loading branch information
derekblank authored Dec 9, 2022
2 parents 54c5295 + 1d9f4bf commit 74980dd
Show file tree
Hide file tree
Showing 8 changed files with 2,539 additions and 2,526 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.86.0
---
* [**] Upgrade React Native from 0.66.2 to 0.69.4 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5193]

1.85.1
Expand Down
3 changes: 3 additions & 0 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<string name="gutenberg_native_address_settings" tools:ignore="UnusedResources">Address Settings</string>
<string name="gutenberg_native_alt_text" tools:ignore="UnusedResources">Alt Text</string>
<string name="gutenberg_native_alternatively_you_can_detach_and_edit_these_blocks_separately_by" tools:ignore="UnusedResources">Alternatively, you can detach and edit these blocks separately by tapping “Convert to regular blocks”.</string>
<string name="gutenberg_native_alternatively_you_can_detach_and_edit_this_block_separately_by_ta" tools:ignore="UnusedResources">Alternatively, you can detach and edit this block separately by tapping “Convert to regular block”.</string>
<string name="gutenberg_native_an_unknown_error_occurred_please_try_again" tools:ignore="UnusedResources">An unknown error occurred. Please try again.</string>
<string name="gutenberg_native_applies_the_setting" tools:ignore="UnusedResources">Applies the setting</string>
<string name="gutenberg_native_arrange_your_content_into_columns_add_call_to_action_buttons_and" tools:ignore="UnusedResources">Arrange your content into columns, add Call to Action buttons, and overlay images with text.</string>
Expand Down Expand Up @@ -291,6 +292,8 @@ translators: Block name. %s: The localized block name -->
<!-- translators: accessibility text for blocks with invalid content. %d: localized block title -->
<string name="gutenberg_native_s_block_this_block_has_invalid_content" tools:ignore="UnusedResources">%s block. This block has invalid content</string>
<!-- translators: %s: name of the reusable block -->
<string name="gutenberg_native_s_converted_to_regular_block" tools:ignore="UnusedResources">%s converted to regular block</string>
<!-- translators: %s: name of the reusable block -->
<string name="gutenberg_native_s_converted_to_regular_blocks" tools:ignore="UnusedResources">%s converted to regular blocks</string>
<!-- translators: %s: embed block variant's label e.g: "Twitter". -->
<string name="gutenberg_native_s_embed_block_previews_are_coming_soon" tools:ignore="UnusedResources">%s embed block previews are coming soon</string>
Expand Down
5,049 changes: 2,527 additions & 2,522 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 @@ -10,6 +10,7 @@ private func dummy() {
_ = NSLocalizedString("%s block, newly available", comment: "translators: Newly available block name. %s: The localized block name")
_ = NSLocalizedString("%s block. Empty", comment: "translators: accessibility text for the media block empty state. %s: media type")
_ = NSLocalizedString("%s block. This block has invalid content", comment: "translators: accessibility text for blocks with invalid content. %d: localized block title")
_ = NSLocalizedString("%s converted to regular block", comment: "translators: %s: name of the reusable block")
_ = NSLocalizedString("%s converted to regular blocks", comment: "translators: %s: name of the reusable block")
_ = NSLocalizedString("%s embed block previews are coming soon", comment: "translators: %s: embed block variant's label e.g: \"Twitter\".")
_ = NSLocalizedString("%s has no URL set", comment: "translators: %s: social link name e.g: \"Instagram\".")
Expand Down Expand Up @@ -43,6 +44,7 @@ private func dummy() {
_ = NSLocalizedString("Address Settings", comment: "")
_ = NSLocalizedString("Alt Text", comment: "")
_ = NSLocalizedString("Alternatively, you can detach and edit these blocks separately by tapping “Convert to regular blocks”.", comment: "")
_ = NSLocalizedString("Alternatively, you can detach and edit this block separately by tapping “Convert to regular block”.", comment: "")
_ = NSLocalizedString("An unknown error occurred. Please try again.", comment: "")
_ = NSLocalizedString("Applies the setting", comment: "")
_ = NSLocalizedString("Arrange your content into columns, add Call to Action buttons, and overlay images with text.", comment: "")
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 113 files
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.85.1",
"version": "1.86.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit 74980dd

Please sign in to comment.