Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Nov 29, 2019
2 parents 8bad4ab + 03b0941 commit 362be51
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 107 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
------
* Add support for Video block settings
* [iOS] Added native fullscreen preview when clicking image from Image Block
* New block: Spacer

1.17.0
------
Expand Down
104 changes: 52 additions & 52 deletions bundle/android/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/android/App.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
<string name="gutenberg_native_double_tap_to_undo_last_change" tools:ignore="UnusedResources">"Double tap to undo last change"</string>
<string name="gutenberg_native_empty" tools:ignore="UnusedResources">"Empty"</string>
<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_feature_activated" tools:ignore="UnusedResources">"Feature activated"</string>
<string name="gutenberg_native_feature_deactivated" tools:ignore="UnusedResources">"Feature deactivated"</string>
<string name="gutenberg_native_help_icon" tools:ignore="UnusedResources">"Help icon"</string>
<string name="gutenberg_native_here_is_the_panel_content" tools:ignore="UnusedResources">"Here is the panel content!"</string>
<string name="gutenberg_native_hide_keyboard" tools:ignore="UnusedResources">"Hide keyboard"</string>
Expand Down
104 changes: 52 additions & 52 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 @@ -36,6 +36,8 @@ private func dummy() {
_ = NSLocalizedString("Double tap to undo last change", comment: "")
_ = NSLocalizedString("Empty", comment: "")
_ = NSLocalizedString("Failed to insert media.\nPlease tap for options.", comment: "")
_ = NSLocalizedString("Feature activated", comment: "")
_ = NSLocalizedString("Feature deactivated", comment: "")
_ = NSLocalizedString("Help icon", comment: "")
_ = NSLocalizedString("Here is the panel content!", comment: "")
_ = NSLocalizedString("Hide keyboard", comment: "")
Expand Down
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.17.1",
"version": "1.18.0",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit 362be51

Please sign in to comment.