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.111.0 #6554

Merged
merged 7 commits into from
Jan 18, 2024
Merged

Release 1.111.0 #6554

merged 7 commits into from
Jan 18, 2024

Conversation

SiobhyB
Copy link
Contributor

@SiobhyB SiobhyB commented Jan 18, 2024

Release for Gutenberg Mobile 1.111.0

Related PRs

Changes

Change 1: Added custom error message for image block uploads when there is no internet connection

With this change, a custom message is now displayed for media uploads that are paused due to a lack of an internet connection.

PR with testing instructions: WordPress/gutenberg#56937

Change 2: Added in-editor notice when a network connection is unavailable

A visual indicator will now be shown to users when working offline within the mobile editor.

PR with testing instructions: WordPress/gutenberg#56934

Change 3: Fixed missing custom colour indicator for custom gradients

As described in WordPress/gutenberg#42017, a UI regression led to there being no indication when a custom gradient was selected. The fix will be included with this release.

PR with testing instructions: WordPress/gutenberg#57605

Test plan

Once the installable builds of the main apps are ready, perform a quick smoke test of the editor on both iOS and Android to verify it launches without crashing. We will perform additional testing after the main apps cut their releases.

Release Submission Checklist

  • Verify Items from test plan have been completed
  • Check if RELEASE-NOTES.txt is updated with all the changes that made it to the release. Replace Unreleased section with the release version and create a new Unreleased section.
  • Check if gutenberg/packages/react-native-editor/CHANGELOG.md is updated with all the changes that made it to the release. Replace ## Unreleased with the release version and create a new ## Unreleased.
  • Bundle package of the release is updated.

@@ -33,7 +33,6 @@
<string name="gutenberg_native_add_url" tools:ignore="UnusedResources">Add URL</string>
<string name="gutenberg_native_add_video" tools:ignore="UnusedResources">Add video</string>
<string name="gutenberg_native_address_settings" tools:ignore="UnusedResources">Address Settings</string>
<string name="gutenberg_native_alt_text" tools:ignore="UnusedResources">Alt Text</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -394,6 +393,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
<string name="gutenberg_native_video_caption_empty" tools:ignore="UnusedResources">Video caption. Empty</string>
<!-- translators: accessibility text. %s: video caption. -->
<string name="gutenberg_native_video_caption_s" tools:ignore="UnusedResources">Video caption. %s</string>
<string name="gutenberg_native_waiting_for_connection" tools:ignore="UnusedResources">Waiting for connection</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@geriux geriux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

@SiobhyB SiobhyB merged commit 06b8361 into trunk Jan 18, 2024
23 checks passed
@SiobhyB SiobhyB deleted the release/1.111.0 branch January 18, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants