-
Notifications
You must be signed in to change notification settings - Fork 16
[Site creation] Implementation of segments service #71
Conversation
# Conflicts: # Podfile.lock # WordPressKit.podspec
| @@ -1,6 +1,6 @@ | |||
| Pod::Spec.new do |s| | |||
| s.name = "WordPressKit" | |||
| s.version = "1.7.0" | |||
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.
I'm not sure we should be updating the patch version in this case. It seems like we should be updating the minor version, yes?
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.
Updated!
| case failure(SiteSegmentsError) | ||
| } | ||
|
|
||
| public struct SiteSegmentsRequest: Encodable { |
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.
Incidentally, I created this issue to address the apparent duplication of the locale parameter.
ghost
left a comment
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.
@ctarda I can confirm that this branch builds and the associated tests pass!
Implements part of issue #10316 in WordPress-iOS
In this PR:
To review: