diff --git a/Modules/Package.swift b/Modules/Package.swift index 1f999d2b80ce..3df99b5154e2 100644 --- a/Modules/Package.swift +++ b/Modules/Package.swift @@ -44,7 +44,7 @@ let package = Package( .package(url: "https://github.com/wordpress-mobile/MediaEditor-iOS", branch: "task/spm-support"), .package(url: "https://github.com/wordpress-mobile/NSObject-SafeExpectations", from: "0.0.6"), .package(url: "https://github.com/wordpress-mobile/NSURL-IDN", branch: "trunk"), - .package(url: "https://github.com/wordpress-mobile/WordPressKit-iOS", branch: "wpios-edition"), + .package(url: "https://github.com/wordpress-mobile/WordPressKit-iOS", branch: "fix/featured-images-reader-posts"), .package(url: "https://github.com/zendesk/support_sdk_ios", from: "8.0.3"), // We can't use wordpress-rs branches nor commits here. Only tags work. .package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20241116"), diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5b1a5b5f41df..d9efb5cf487e 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -20,6 +20,7 @@ * [*] Disable universal links support for QR code login. You can only scan the codes using the app now. [#23953] * [*] Add scroll-to-top button to Reader streams [#23957] * [*] Add a quick way to replace a featured image for a post [#23962] +* [*] Fix an issue with posts in Reader sometimes showing incorrect covers [#23914] 25.6 ----- diff --git a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved index eb6f17315f2a..daf8c8ba56d5 100644 --- a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -383,8 +383,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/wordpress-mobile/WordPressKit-iOS", "state" : { - "branch" : "wpios-edition", - "revision" : "77b3f5e98da1e837e3983615c9fd1b38d66e3084" + "branch" : "fix/featured-images-reader-posts", + "revision" : "87e2a0902e84e03afdc29bb5b52b3a3d6a1e14d9" } }, {