This repository was archived by the owner on Sep 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Sources/WordPressKit/Services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ let package = Package(
1111 targets: [
1212 . binaryTarget(
1313 name: " WordPressKit " ,
14- url: " https://github.com/user-attachments/files/20124623 /WordPressKit.zip " ,
15- checksum: " fb3d6043a07ffe1ba50bbbf3ca8daaa001bff7f05273bad2a113c89705400b1b "
14+ url: " https://github.com/user-attachments/files/20127687 /WordPressKit.zip " ,
15+ checksum: " bbc81f893eb080a176d018f53d85e6747e529799309c0245c9e204053e75e138 "
1616 ) ,
1717 ]
1818)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class SubscribersServiceRemote: ServiceRemoteWordPressComREST {
3535 case paid
3636 }
3737
38- var filters : [ String ] {
38+ public var filters : [ String ] {
3939 [ subscriptionTypeFilter? . rawValue, paymentTypeFilter? . rawValue] . compactMap { $0 }
4040 }
4141
You can’t perform that action at this time.
0 commit comments