-
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
Disable gallery size options #13252
Disable gallery size options #13252
Conversation
Generated by 🚫 dangerJS |
Podfile
Outdated
@@ -141,7 +141,7 @@ target 'WordPress' do | |||
## Gutenberg (React Native) | |||
## ===================== | |||
## | |||
gutenberg :commit => 'aaa43ff63c6fc8dd44f6bd45af25e2f91619d6a5' | |||
gutenberg :commit => '2bf7408427195ce361675a6bfb48d7ed07da22e3' |
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.
Let's not forget this to update this as before merging
gutenberg :tag => 'hotfix/v1.20.1'
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.
Thanks for the reminder. Updated as :tag => 'v1.20.1'
.
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.
Thanks for testing @pinarol 😃 I tested one more time after the reference update with the generated ipa here. |
Fixes wordpress-mobile/gutenberg-mobile#1792
This PR updates the
gutenberg-mobile
reference to point tov1.20.1
, a hotfix release.Note: First it the Podfile will reference a commit hash to run CI tests, then after all PRs are green, the Podfile will be updated to reference a tag (after the hotfix is merged to gutenberg-mobile master, and tagged there).
Related PRs:
gutenberg
: WordPress/gutenberg#19774gutenberg-mobile
: wordpress-mobile/gutenberg-mobile#1794WordPress-Android
: wordpress-mobile/WordPress-Android#11120Description
This PR disables the gallery image size options on mobile. We can re-enable them after we've verified / implemented the desired behavior for mobile.
To test:
Steps:
Expected result:
The image size option should not be visible in the menu.
PR submission checklist:
RELEASE-NOTES.txt
if necessary.