From 52d22950288bf325eddd107d8948391311c584c1 Mon Sep 17 00:00:00 2001 From: kean Date: Fri, 20 Dec 2024 05:55:45 -0500 Subject: [PATCH 1/3] Fix an issue with wrong cover images appearing in Reader --- Modules/Package.swift | 2 +- WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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/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" } }, { From 327a1823705946e51bcee3359ae35bec4aa53db4 Mon Sep 17 00:00:00 2001 From: kean Date: Fri, 20 Dec 2024 06:21:21 -0500 Subject: [PATCH 2/3] Update release notes --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5b1a5b5f41df..a5efaa70f2d1 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -40,6 +40,7 @@ * [*] Reader: The post cover now uses the standard aspect ratio for covers, so there is no jumping. There are also a few minor improvements to the layout and animations of the cover and the header [#23897, #23909] * [*] Reader: Move the "Reading Preferences" button to the "More" menu [#23897] * [*] Reader: Fix an issue with empty state views being non-scrollable in streams [#23908] +* [*] Reader: Fix an issue with posts sometimes showing incorrect covers [#23914] * [*] Reader: Hide post toolbar when reading an article and fix like button animations [#23909] * [*] Reader: Fix off-by-one error in post details like counter when post is liked by you [#23912] From 736486cb3002e2484c58c5a42dff533b112934ec Mon Sep 17 00:00:00 2001 From: kean Date: Thu, 9 Jan 2025 12:13:48 -0500 Subject: [PATCH 3/3] Update release notes --- RELEASE-NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index a5efaa70f2d1..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 ----- @@ -40,7 +41,6 @@ * [*] Reader: The post cover now uses the standard aspect ratio for covers, so there is no jumping. There are also a few minor improvements to the layout and animations of the cover and the header [#23897, #23909] * [*] Reader: Move the "Reading Preferences" button to the "More" menu [#23897] * [*] Reader: Fix an issue with empty state views being non-scrollable in streams [#23908] -* [*] Reader: Fix an issue with posts sometimes showing incorrect covers [#23914] * [*] Reader: Hide post toolbar when reading an article and fix like button animations [#23909] * [*] Reader: Fix off-by-one error in post details like counter when post is liked by you [#23912]