Skip to content

Commit

Permalink
Merge branch 'trunk' into task/subscribers-api-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
guarani committed Apr 25, 2024
2 parents 1b31242 + 14aa53a commit 8e020f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ _None._
### Internal Changes

- Update new APIs to create and update posts introduced `PostServiceRemoteExtended` to use `wp.newPost` and `wp.editPost` instead of the older versions of these APIs [#792]
- Update `StatsFollower` to be `Equatable` [#797]


## 17.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extension StatsDotComFollowersInsight: StatsInsightData {
fileprivate static let dateFormatter = ISO8601DateFormatter()
}

public struct StatsFollower: Codable {
public struct StatsFollower: Codable, Equatable {
public let id: String?
public let name: String
public let subscribedDate: Date
Expand Down

0 comments on commit 8e020f8

Please sign in to comment.