-
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
Merge release/19.8 (19.8.0.2 beta) #18584
Conversation
…4-posts-card-alt My Site Dashboard: Fix crash on non-iOS 15 when loading posts cards
…ds-not-loaded-after-logout My Site Dashboard: Fix posts cards not loaded after logout
…elease_1.75.1 Integrate gutenberg-mobile release 1.75.1
In order to get the patch for GlotPress 429 error code
GIT | ||
remote: git@github.com:wordpress-mobile/release-toolkit | ||
revision: 329effd14e4176817d28ff5b97f35ea84a19c69e | ||
branch: trunk |
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.
Pointing the release-toolkit
to trunk
in order to get this fix for the 429 Too Many Requests
issue we had on GlotPress translations export.
You can test the changes in Jetpack from this Pull Request by:
|
You can test the changes in WordPress from this Pull Request by:
|
# Conflicts: # Podfile # Podfile.lock
Update: since Gutenberg
which I re-resolved by keeping the |
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.
LGTM! 💯
.xcconfig
filesNote: I've also pointed the
release-toolkit
totrunk
temporarily, in order to get the fix for the429 Too Many Requests
HTTP errors I otherwise got while pulling the translations from GlotPress.Conflict Resolution
The usual Gutenberg version conflict on
Podfile.lock
, expected when we do a GBM betafix.Resolved by keeping what was in
trunk
, then re-ranbe pod install
to re-align thePodfile.lock
.PS: Note that the fixes that landed in GBM 1.75.1 are already included in the
1.76.0
which should land intrunk
before next code freeze 👌cc @geriux @mchowning