Skip to content
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

Gravatar SDK integration #156

Merged
merged 6 commits into from
Apr 1, 2024
Merged

Conversation

pinarol
Copy link
Contributor

@pinarol pinarol commented Mar 28, 2024

Fixes: wordpress-mobile/WordPress-iOS#22543

WordPress-iOS PR: wordpress-mobile/WordPress-iOS#22921

Deprecates some types in favor of the new Gravatar iOS SDK
Makes listenForGravatarChanges() public

A side note: It's extra important to remove the "Gravatar" struct for us in the future because it causes a name conflict with the new Gravatar module and leads to various import problems. For example when we import WordPressUI and Gravatar at the same time and try to call a Gravatar type like Gravatar.SomeType the compiler will get confused and throw an error as if we are trying to refer to the WordPressUI.Gravatar struct instead.


  • I have considered if this change warrants release notes and have added them to the appropriate section in the CHANGELOG.md if necessary.

@pinarol pinarol requested a review from etoledom March 28, 2024 12:13
@pinarol pinarol marked this pull request as ready for review March 29, 2024 12:36
Copy link
Contributor

@etoledom etoledom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 🎉

@pinarol pinarol merged commit 44306e9 into trunk Apr 1, 2024
10 checks passed
@pinarol pinarol deleted the task/wordpress-gravatar-integration branch April 1, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Gravatar] Gravatar SDK integration umbrella task
2 participants