-
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
Update WordPressKit and WordPressAuthenticator #22434
Conversation
📲 You can test the changes from this Pull Request in WordPress Alpha by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in Jetpack Alpha by scanning the QR code below to install the corresponding build.
|
Thanks, @crazytonyli ! Are there any specific test steps? I ran a smoke test and it LGTM. |
Podfile
Outdated
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: '' | ||
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: 'trunk' | ||
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: 'wordpress-com-rest-api-error-refactor' |
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.
Please this line and line 144.
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.
Can you clarify what needs to be done regarding line 144? I'll merge this PR for now to unblock others. I'm happy to address any further issues.
The latest WordPressKit introduces a breaking change which requires code changes in the apps and WordPressAuthenticator.
This PR updates WordPressKit to the latest version and uses a WordPressAuthenticator commit (part of wordpress-mobile/WordPressAuthenticator-iOS#829) that adopts to the WordPressKit breaking changes. We can merge this PR after wordpress-mobile/WordPressAuthenticator-iOS#829 is merged.
Regression Notes
None
PR submission checklist:
RELEASE-NOTES.txt
if necessary.UI Changes testing checklist: N/A