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

Enable VideoPress block on iOS #5692

Merged
merged 9 commits into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from 5 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
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Unreleased
---
* [***] Enable VideoPress block on iOS [#5692]
fluiddot marked this conversation as resolved.
Show resolved Hide resolved
* [*] Allow content that is pasted into the post title to populate the post body correctly [#35733]

1.93.0
Expand Down
1 change: 1 addition & 0 deletions bundle/android/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
<string name="gutenberg_native_link_rel" tools:ignore="UnusedResources">Link Rel</string>
<string name="gutenberg_native_link_text" tools:ignore="UnusedResources">Link text</string>
<string name="gutenberg_native_link_to" tools:ignore="UnusedResources">Link To</string>
<string name="gutenberg_native_loading" tools:ignore="UnusedResources">Loading</string>
<string name="gutenberg_native_lock_icon" tools:ignore="UnusedResources">Lock icon</string>
<string name="gutenberg_native_make_your_content_stand_out_by_adding_images_gifs_videos_and_embe" tools:ignore="UnusedResources">Make your content stand out by adding images, gifs, videos, and embedded media to your pages.</string>
<string name="gutenberg_native_manual" tools:ignore="UnusedResources">Manual</string>
Expand Down
Loading