Skip to content

Commit

Permalink
Merge pull request #4289 from wordpress-mobile/release/1.67.0
Browse files Browse the repository at this point in the history
Release 1.67.0
  • Loading branch information
jd-alexander authored Nov 26, 2021
2 parents 9d6a18f + c1ed535 commit 29e56f7
Show file tree
Hide file tree
Showing 11 changed files with 8,022 additions and 6,956 deletions.
4 changes: 1 addition & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ steps:
image: "public.ecr.aws/automattic/gb-mobile-image:latest"
environment:
- "CI=true"
# Node.js 14 enforced to align with the Gutenberg repository. This
# should be updated each time Gutenberg upgrades. https://git.io/Ji8qj
command: |
source /root/.bashrc
nvm install 14 && nvm use 14
nvm install && nvm use
npm ci --unsafe-perm --prefer-offline --no-audit --no-progress
npm run prebundle:js
Expand Down
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,9 @@ commands:
fi
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
- run:
name: Install node version
# Node.js 14 enforced to align with the Gutenberg repository. This
# should be updated each time Gutenberg upgrades. https://git.io/Ji8qj
name: Install node version specified in .nvmrc using nvm
command: |
nvm install 14
nvm install
# Set the installed version as the default one
nvm alias default $(nvm current)
# Enforce to use the default version in the rest of workflow
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
14
8 changes: 8 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Unreleased
---

1.67.0
---
* [**] Adds Clipboard Link Suggestion to Image block and Button block [https://github.com/WordPress/gutenberg/pull/35972]
* [*] [Embed block] Included Link in Block Settings [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4189]
* [**] Fix tab titles translation of inserter menu [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4248]
* [*] [Media & Text block] Fix an issue where the text font size would be bigger than expected in some cases [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4252]
* [**] [Gallery block] When a gallery block is added, the media options are auto opened for v2 of the Gallery block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4277]

1.66.0
---
* [**] Image block: Add ability to quickly link images to Media Files and Attachment Pages [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3971]
Expand Down
4 changes: 4 additions & 0 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
<string name="gutenberg_native_copied_block" tools:ignore="UnusedResources">Copied block</string>
<string name="gutenberg_native_copy_block" tools:ignore="UnusedResources">Copy block</string>
<string name="gutenberg_native_copy_file_url" tools:ignore="UnusedResources">Copy file URL</string>
<!-- translators: Copy URL from the clipboard, https://sample.url -->
<string name="gutenberg_native_copy_url_from_the_clipboard_s" tools:ignore="UnusedResources">Copy URL from the clipboard, %s</string>
<string name="gutenberg_native_create_embed" tools:ignore="UnusedResources">Create embed</string>
<string name="gutenberg_native_create_link" tools:ignore="UnusedResources">Create link</string>
<string name="gutenberg_native_crosspost" tools:ignore="UnusedResources">Crosspost</string>
Expand Down Expand Up @@ -159,8 +161,10 @@
<string name="gutenberg_native_failed_to_save_files_please_tap_for_options" tools:ignore="UnusedResources">Failed to save files.\nPlease tap for options.</string>
<string name="gutenberg_native_failed_to_upload_files_please_tap_for_options" tools:ignore="UnusedResources">Failed to upload files.\nPlease tap for options.</string>
<string name="gutenberg_native_featured" tools:ignore="UnusedResources">Featured</string>
<string name="gutenberg_native_featured_image" tools:ignore="UnusedResources">Featured Image</string>
<string name="gutenberg_native_file_block_settings" tools:ignore="UnusedResources">File block settings</string>
<string name="gutenberg_native_file_name" tools:ignore="UnusedResources">File name</string>
<string name="gutenberg_native_from_clipboard" tools:ignore="UnusedResources">From clipboard</string>
<!-- translators: accessibility text. %s: gallery caption. -->
<string name="gutenberg_native_gallery_caption_s" tools:ignore="UnusedResources">Gallery caption. %s</string>
<string name="gutenberg_native_give_it_a_try_by_adding_a_few_blocks_to_your_post_or_page" tools:ignore="UnusedResources">Give it a try by adding a few blocks to your post or page!</string>
Expand Down
6,181 changes: 3,097 additions & 3,084 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.

3 changes: 3 additions & 0 deletions bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ private func dummy() {
_ = NSLocalizedString("Copied block", comment: "")
_ = NSLocalizedString("Copy block", comment: "")
_ = NSLocalizedString("Copy file URL", 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: "")
_ = NSLocalizedString("Crosspost", comment: "")
Expand Down Expand Up @@ -153,8 +154,10 @@ private func dummy() {
_ = NSLocalizedString("Failed to save files.\nPlease tap for options.", comment: "")
_ = NSLocalizedString("Failed to upload files.\nPlease tap for options.", comment: "")
_ = NSLocalizedString("Featured", comment: "")
_ = NSLocalizedString("Featured Image", comment: "")
_ = NSLocalizedString("File block settings", comment: "")
_ = NSLocalizedString("File name", comment: "")
_ = NSLocalizedString("From clipboard", comment: "")
_ = NSLocalizedString("Gallery caption. %s", comment: "translators: accessibility text. %s: gallery caption.")
_ = NSLocalizedString("Give it a try by adding a few blocks to your post or page!", comment: "")
_ = NSLocalizedString("Go back", comment: "")
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 370 files
Loading

0 comments on commit 29e56f7

Please sign in to comment.