Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.100.1 #5985

Merged
merged 8 commits into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Unreleased
---

1.100.1
---
fluiddot marked this conversation as resolved.
Show resolved Hide resolved
* [**] Fix crash when registering non-core blocks [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5982]

1.100.0
---
* [**] Add media inserter buttons to editor toolbar [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5900]
* [**] Update native BlockOutline component styles to remove blue border from blocks [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5833]
* [**] Move the undo/redo buttons to the navigation bar [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5889]
Expand Down
7 changes: 4 additions & 3 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<string name="gutenberg_native_add_image" tools:ignore="UnusedResources">ADD IMAGE</string>
<string name="gutenberg_native_add_image_or_video" tools:ignore="UnusedResources">ADD IMAGE OR VIDEO</string>
<string name="gutenberg_native_add_image_or_video_b7b3d22b" tools:ignore="UnusedResources">Add image or video</string>
<string name="gutenberg_native_add_link" tools:ignore="UnusedResources">ADD LINK</string>
<string name="gutenberg_native_add_link_text" tools:ignore="UnusedResources">Add link text</string>
<!-- translators: %s: social link name e.g: "Instagram". -->
<string name="gutenberg_native_add_link_to_s" tools:ignore="UnusedResources">Add link to %s</string>
Expand Down Expand Up @@ -133,7 +132,6 @@
<string name="gutenberg_native_double_tap_to_open_bottom_sheet_with_available_options" tools:ignore="UnusedResources">Double tap to open Bottom Sheet with available options</string>
<string name="gutenberg_native_double_tap_to_preview_page" tools:ignore="UnusedResources">Double tap to preview page.</string>
<string name="gutenberg_native_double_tap_to_preview_post" tools:ignore="UnusedResources">Double tap to preview post.</string>
<string name="gutenberg_native_double_tap_to_redo_last_change" tools:ignore="UnusedResources">Double tap to redo last change</string>
<string name="gutenberg_native_double_tap_to_select" tools:ignore="UnusedResources">Double tap to select</string>
<string name="gutenberg_native_double_tap_to_select_a_video" tools:ignore="UnusedResources">Double tap to select a video</string>
<string name="gutenberg_native_double_tap_to_select_an_audio_file" tools:ignore="UnusedResources">Double tap to select an audio file</string>
Expand All @@ -144,7 +142,6 @@
<string name="gutenberg_native_double_tap_to_select_the_option" tools:ignore="UnusedResources">Double tap to select the option</string>
<!-- translators: accessibility text (hint for switches) -->
<string name="gutenberg_native_double_tap_to_toggle_setting" tools:ignore="UnusedResources">Double tap to toggle setting</string>
<string name="gutenberg_native_double_tap_to_undo_last_change" tools:ignore="UnusedResources">Double tap to undo last change</string>
<string name="gutenberg_native_double_tap_to_view_embed_options" tools:ignore="UnusedResources">Double tap to view embed options.</string>
<string name="gutenberg_native_drag_drop" tools:ignore="UnusedResources">Drag &amp; drop</string>
<string name="gutenberg_native_drag_drop_makes_rearranging_blocks_a_breeze_press_and_hold_on_a_b" tools:ignore="UnusedResources">Drag &amp; drop makes rearranging blocks a breeze. Press and hold on a block, then drag it to its new location and release.</string>
Expand Down Expand Up @@ -199,8 +196,12 @@
<!-- translators: accessibility text. %s: image caption. -->
<string name="gutenberg_native_image_caption_s" tools:ignore="UnusedResources">Image caption. %s</string>
<string name="gutenberg_native_image_file_not_found" tools:ignore="UnusedResources">Image file not found.</string>
<string name="gutenberg_native_insert_audio_block" tools:ignore="UnusedResources">Insert Audio Block</string>
<string name="gutenberg_native_insert_crosspost" tools:ignore="UnusedResources">Insert crosspost</string>
<string name="gutenberg_native_insert_gallery_block" tools:ignore="UnusedResources">Insert Gallery Block</string>
<string name="gutenberg_native_insert_image_block" tools:ignore="UnusedResources">Insert Image Block</string>
<string name="gutenberg_native_insert_mention" tools:ignore="UnusedResources">Insert mention</string>
<string name="gutenberg_native_insert_video_block" tools:ignore="UnusedResources">Insert Video Block</string>
<string name="gutenberg_native_inside" tools:ignore="UnusedResources">Inside</string>
<string name="gutenberg_native_invalid_url" tools:ignore="UnusedResources">Invalid URL.</string>
<string name="gutenberg_native_invalid_url_audio_file_not_found" tools:ignore="UnusedResources">Invalid URL. Audio file not found.</string>
Expand Down
3,936 changes: 1,969 additions & 1,967 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.

7 changes: 4 additions & 3 deletions bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ private func dummy() {
_ = NSLocalizedString("ADD IMAGE", comment: "")
_ = NSLocalizedString("Add image or video", comment: "")
_ = NSLocalizedString("ADD IMAGE OR VIDEO", comment: "")
_ = NSLocalizedString("ADD LINK", comment: "")
_ = NSLocalizedString("Add link text", comment: "")
_ = NSLocalizedString("Add link to %s", comment: "translators: %s: social link name e.g: \"Instagram\".")
_ = NSLocalizedString("ADD MEDIA", comment: "")
Expand Down Expand Up @@ -126,7 +125,6 @@ private func dummy() {
_ = NSLocalizedString("Double tap to open Bottom Sheet with available options", comment: "")
_ = NSLocalizedString("Double tap to preview page.", comment: "")
_ = NSLocalizedString("Double tap to preview post.", comment: "")
_ = NSLocalizedString("Double tap to redo last change", comment: "")
_ = NSLocalizedString("Double tap to select", comment: "")
_ = NSLocalizedString("Double tap to select a video", comment: "")
_ = NSLocalizedString("Double tap to select an audio file", comment: "")
Expand All @@ -135,7 +133,6 @@ private func dummy() {
_ = NSLocalizedString("Double tap to select font size", comment: "")
_ = NSLocalizedString("Double tap to select the option", comment: "translators: accessibility text (hint for selecting option)")
_ = NSLocalizedString("Double tap to toggle setting", comment: "translators: accessibility text (hint for switches)")
_ = NSLocalizedString("Double tap to undo last change", comment: "")
_ = NSLocalizedString("Double tap to view embed options.", comment: "")
_ = NSLocalizedString("double-tap to change unit", comment: "")
_ = NSLocalizedString("Drag & drop", comment: "")
Expand Down Expand Up @@ -185,8 +182,12 @@ private func dummy() {
_ = NSLocalizedString("How to edit your post", comment: "")
_ = NSLocalizedString("Image caption. %s", comment: "translators: accessibility text. %s: image caption.")
_ = NSLocalizedString("Image file not found.", comment: "")
_ = NSLocalizedString("Insert Audio Block", comment: "")
_ = NSLocalizedString("Insert crosspost", comment: "")
_ = NSLocalizedString("Insert Gallery Block", comment: "")
_ = NSLocalizedString("Insert Image Block", comment: "")
_ = NSLocalizedString("Insert mention", comment: "")
_ = NSLocalizedString("Insert Video Block", comment: "")
_ = NSLocalizedString("Inside", comment: "")
_ = NSLocalizedString("Invalid URL.", comment: "")
_ = NSLocalizedString("Invalid URL. Audio file not found.", 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.99.1):
- RNTAztecView (1.100.1):
- 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: 4981dcdcf53a8663d7cc022841d057a3a62114b9
RNTAztecView: 5b3859ec43d41024875dfb3894418decfb296e15
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.99.1",
"version": "1.100.1",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down
Loading