-
Notifications
You must be signed in to change notification settings - Fork 58
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
Release 1.52.1 #3467
Release 1.52.1 #3467
Conversation
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
Looks like the job for building and publishing the bundle to S3 is not working 😭:
EDIT: @cameronvoell will cherry-pick the fixes for the job issue 🎊 . |
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. Smoke tested on a iPhone SE (build 47372
) and Samsung Galaxy S20 (build 105077
).
Release for Gutenberg Mobile 1.52.1
Related PRs
- Aztec-iOS: https://github.com/wordpress-mobile/AztecEditor-iOS/pull/- Aztec-Android: https://github.com/wordpress-mobile/AztecEditor-Android/pullExtra PRs that Landed After the Release Was Cut
No extra PRs yet. 🎉
Changes
This beta fix only contains fixes for the generated localized strings files that included extra strings in the last version
1.52.0
:The process followed to fix them consisted in:
*.js,*.php
to the--exclude
argument of themakepot
commands located here.npm run genstrings
1.51.1
(strings.xml, GutenbergNativeTranslations.swift)1.51.1
Here are the diffs for the localized strings files between
1.52.1
and1.51.1
as a double check to verify that we're not missing strings:Test plan
Release Submission Checklist
RELEASE-NOTES.txt
andgutenberg/packages/react-native-editor/CHANGELOG.md
are updated with all the changes that made it to the release.