diff --git a/Modules/Package.swift b/Modules/Package.swift index 9f80fa8b22c0..41cff311e51d 100644 --- a/Modules/Package.swift +++ b/Modules/Package.swift @@ -48,7 +48,7 @@ let package = Package( .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"), - .package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "5a43a1b8ab5034e5be4b4eb93c30885cc41227b2"), + .package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "cc52214a50893b41898607ac0bff7f2787b085bb"), .package(url: "https://github.com/Automattic/color-studio", branch: "trunk"), ], targets: XcodeSupport.targets + [ diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index fda1969c75fc..7526da803e06 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -47,6 +47,7 @@ * [*] Avoid unexpectedly marking post content as unsaved. [#23969] * [*] Fix an issue with Mastodon connection not working [#23981] * [**] Send feedback from within the experimental editor "more" options menu. [#23980] +* [**] Support accessing the code editor within the experimental editor. [#23979] 25.6 ----- diff --git a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved index c378d04e523a..52a2b178a2e3 100644 --- a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "cc23994fa7cdcf18782712f28e823bb56a70994e186e61bb5ba912f1386d66a7", + "originHash" : "d8a7faa1972ab73744be3161f236c4bae7faf7c44f840b7bd0a52b3ee1ee6d6c", "pins" : [ { "identity" : "alamofire", @@ -141,7 +141,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/wordpress-mobile/GutenbergKit", "state" : { - "revision" : "5a43a1b8ab5034e5be4b4eb93c30885cc41227b2" + "revision" : "cc52214a50893b41898607ac0bff7f2787b085bb" } }, {