Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 8e020f8

Browse files
author
Paul Von Schrottky
committed
Merge branch 'trunk' into task/subscribers-api-endpoint
2 parents 1b31242 + 14aa53a commit 8e020f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ _None._
4747
### Internal Changes
4848

4949
- 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]
50+
- Update `StatsFollower` to be `Equatable` [#797]
5051

5152

5253
## 17.0.0

Sources/WordPressKit/Models/Stats/Insights/StatsDotComFollowersInsight.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extension StatsDotComFollowersInsight: StatsInsightData {
2929
fileprivate static let dateFormatter = ISO8601DateFormatter()
3030
}
3131

32-
public struct StatsFollower: Codable {
32+
public struct StatsFollower: Codable, Equatable {
3333
public let id: String?
3434
public let name: String
3535
public let subscribedDate: Date

0 commit comments

Comments
 (0)