Skip to content

Commit

Permalink
Merge pull request #2830 from wordpress-mobile/release/1.42.0
Browse files Browse the repository at this point in the history
Release 1.42.0
  • Loading branch information
cameronvoell authored Nov 27, 2020
2 parents 37ce251 + a8e2ae8 commit 6fed9ea
Show file tree
Hide file tree
Showing 22 changed files with 3,420 additions and 2,962 deletions.
34 changes: 0 additions & 34 deletions .github/PULL_REQUEST_TEMPLATE/release_pull_request.md

This file was deleted.

10 changes: 10 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Unreleased
------

1.42.0
------
* [**] Button block - Add link picker to the block settings [https://github.com/WordPress/gutenberg/pull/26206]
* [**] Fix gradient picker causing crash in some themes (like Spearhead) [https://github.com/WordPress/gutenberg/pull/27307]
* [***] Adding support for selecting different unit of value in Cover and Columns blocks [https://github.com/WordPress/gutenberg/pull/26161]
* [*] Fix theme colors syncing with the editor [https://github.com/WordPress/gutenberg/pull/26821]

1.41.0
------

Expand Down
File renamed without changes.
6 changes: 5 additions & 1 deletion bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<string name="gutenberg_native_block_settings" tools:ignore="UnusedResources">Block settings</string>
<!-- translators: title for "Blog" page template -->
<string name="gutenberg_native_blog" tools:ignore="UnusedResources">Blog</string>
<string name="gutenberg_native_choose_a_file" tools:ignore="UnusedResources">CHOOSE A FILE</string>
<string name="gutenberg_native_choose_from_device" tools:ignore="UnusedResources">Choose from device</string>
<string name="gutenberg_native_choose_image" tools:ignore="UnusedResources">Choose image</string>
<string name="gutenberg_native_choose_image_or_video" tools:ignore="UnusedResources">Choose image or video</string>
Expand All @@ -56,6 +57,7 @@
<string name="gutenberg_native_content" tools:ignore="UnusedResources">Content…</string>
<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: %s: current cell value. -->
<string name="gutenberg_native_current_value_is_s" tools:ignore="UnusedResources">Current value is %s</string>
<string name="gutenberg_native_customize" tools:ignore="UnusedResources">CUSTOMIZE</string>
Expand Down Expand Up @@ -90,6 +92,7 @@
<!-- translators: sample content for "About" page template -->
<string name="gutenberg_native_dr_seuss" tools:ignore="UnusedResources">Dr. Seuss</string>
<string name="gutenberg_native_duplicate_block" tools:ignore="UnusedResources">Duplicate block</string>
<string name="gutenberg_native_edit_file" tools:ignore="UnusedResources">Edit file</string>
<string name="gutenberg_native_edit_using_web_editor" tools:ignore="UnusedResources">Edit using web editor</string>
<string name="gutenberg_native_edit_video" tools:ignore="UnusedResources">Edit video</string>
<!-- translators: sample content for "Team" page template -->
Expand All @@ -98,6 +101,8 @@
<string name="gutenberg_native_failed_to_insert_media_please_tap_for_options" tools:ignore="UnusedResources">Failed to insert media.\nPlease tap for options.</string>
<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_file_block_settings" tools:ignore="UnusedResources">File block settings</string>
<string name="gutenberg_native_file_name" tools:ignore="UnusedResources">File name</string>
<!-- translators: accessibility text. %s: gallery caption. -->
<string name="gutenberg_native_gallery_caption_s" tools:ignore="UnusedResources">Gallery caption. %s</string>
<!-- translators: sample content for "About" page template
Expand All @@ -113,7 +118,6 @@ translators: sample content for "Team" page template -->
<string name="gutenberg_native_hide_keyboard" tools:ignore="UnusedResources">Hide keyboard</string>
<!-- translators: accessibility text. %s: image caption. -->
<string name="gutenberg_native_image_caption_s" tools:ignore="UnusedResources">Image caption. %s</string>
<string name="gutenberg_native_insert_mention" tools:ignore="UnusedResources">Insert mention</string>
<!-- translators: sample content for "Services" page template -->
<string name="gutenberg_native_inspiration" tools:ignore="UnusedResources">Inspiration</string>
<!-- translators: sample content for "About" page template -->
Expand Down
6,137 changes: 3,385 additions & 2,752 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.

6 changes: 5 additions & 1 deletion bundle/ios/GutenbergNativeTranslations.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ private func dummy() {
_ = NSLocalizedString("Block removed", comment: "translators: displayed right after the block is removed.")
_ = NSLocalizedString("Block settings", comment: "")
_ = NSLocalizedString("Blog", comment: "translators: title for \"Blog\" page template")
_ = NSLocalizedString("CHOOSE A FILE", comment: "")
_ = NSLocalizedString("Choose from device", comment: "")
_ = NSLocalizedString("Choose image", comment: "")
_ = NSLocalizedString("Choose image or video", comment: "")
Expand All @@ -47,6 +48,7 @@ private func dummy() {
_ = NSLocalizedString("Content…", comment: "")
_ = NSLocalizedString("Copied block", comment: "")
_ = NSLocalizedString("Copy block", comment: "")
_ = NSLocalizedString("Copy file URL", comment: "")
_ = NSLocalizedString("Current value is %s", comment: "translators: %s: current cell value.")
_ = NSLocalizedString("CUSTOMIZE", comment: "")
_ = NSLocalizedString("Customize Gradient", comment: "")
Expand All @@ -73,13 +75,16 @@ private func dummy() {
_ = NSLocalizedString("Double tap to undo last change", comment: "")
_ = NSLocalizedString("Dr. Seuss", comment: "translators: sample content for \"About\" page template")
_ = NSLocalizedString("Duplicate block", comment: "")
_ = NSLocalizedString("Edit file", comment: "")
_ = NSLocalizedString("Edit using web editor", comment: "")
_ = NSLocalizedString("Edit video", comment: "")
_ = NSLocalizedString("Email me: <a href=\"mailto:[email protected]\">[email protected]</a>", comment: "translators: sample content for \"Team\" page template")
_ = NSLocalizedString("Excerpt length (words)", comment: "")
_ = NSLocalizedString("Failed to insert media.\nPlease tap for options.", comment: "")
_ = NSLocalizedString("Failed to save files.\nPlease tap for options.", comment: "")
_ = NSLocalizedString("Failed to upload files.\nPlease tap for options.", comment: "")
_ = NSLocalizedString("File block settings", comment: "")
_ = NSLocalizedString("File name", comment: "")
_ = NSLocalizedString("Gallery caption. %s", comment: "translators: accessibility text. %s: gallery caption.")
_ = NSLocalizedString("Get in Touch", comment: "translators: sample content for \"About\" page template\ntranslators: sample content for \"Contact\" page template\ntranslators: sample content for \"Portfolio\" page template\ntranslators: sample content for \"Services\" page template\ntranslators: sample content for \"Team\" page template")
_ = NSLocalizedString("Gradient Type", comment: "")
Expand All @@ -88,7 +93,6 @@ private func dummy() {
_ = NSLocalizedString("Here is the panel content!", comment: "")
_ = NSLocalizedString("Hide keyboard", comment: "")
_ = NSLocalizedString("Image caption. %s", comment: "translators: accessibility text. %s: image caption.")
_ = NSLocalizedString("Insert mention", comment: "")
_ = NSLocalizedString("Inspiration", comment: "translators: sample content for \"Services\" page template")
_ = NSLocalizedString("It is our choices, Harry, that show what we truly are, far more than our abilities.", comment: "translators: sample content for \"About\" page template")
_ = NSLocalizedString("J.K. Rowling", comment: "translators: sample content for \"About\" page template")
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

159 changes: 0 additions & 159 deletions docs/Releasing.md

This file was deleted.

2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 633 files
2 changes: 1 addition & 1 deletion jetpack
Submodule jetpack updated 181 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.41.1",
"version": "1.42.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit 6fed9ea

Please sign in to comment.