-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Gutenberg] Hotfix 1.15.2 #12783
[Gutenberg] Hotfix 1.15.2 #12783
Conversation
…g_bridge Update gutenberg bridge to support MediaInfo
You can trigger an installable build for these changes by visiting CircleCI here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Texted all the media flows and it's working well.
…shes when the post is closed (#12797) * Update media-text mediaId when upload finishes for images * Update media-text mediaId when upload finishes for videos * Drop the `}` to match more cases for image and video blocks * Update podfile.lock * Revert "Update podfile.lock" This reverts commit 3eb66c4.
Tested the last commit and overall looks good to me ✅ Somehow I managed to save a post with a media&text image local URL, but I wasn't able to reproduce this issue consistently. The validation issue (from wordpress-mobile/gutenberg-mobile#1509) is completely gone and video uploads work just fine 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested the test cases in the description + with image/video upload scenarios. LGTM 🎉
We already discussed this one, but making a note here:
Interestingly enough, there is no validation error. |
I also noticed that our media upload process create intermediate undo steps, so after uploading an image on the image or media-text blocks, you can "undo" to get back to the local file or even the thumbnail. Switching to HTML and back would trigger a new upload (sometimes it happened right away). It doesn't look like a new bug, as I can see the same in 13.5 (TestFlight) |
Thank you @koke for the detailed review! |
PR to merge hotfix v1.15.2 into
release/13.5
gutenberg-mobile
PR: WordPress/gutenberg#18128To test:
Update release notes:
RELEASE-NOTES.txt
if necessary.