From bc382a3887e7ac3641db358f9f83552ae04c4333 Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Tue, 14 Jan 2025 14:49:35 -0500 Subject: [PATCH 1/4] build: Update GutenbergKit ref --- 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 9f80fa8b22c0..e2848811d9f2 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: "5a0a5054ac8b0a71299e3c8ab4601c6d45e701ec"), .package(url: "https://github.com/Automattic/color-studio", branch: "trunk"), ], targets: XcodeSupport.targets + [ diff --git a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved index c378d04e523a..3039da7f7945 100644 --- a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "cc23994fa7cdcf18782712f28e823bb56a70994e186e61bb5ba912f1386d66a7", + "originHash" : "06b660824580cbb78f97d290a26dfae626f29436ef196ddf3afed2cb4fb10d4f", "pins" : [ { "identity" : "alamofire", @@ -141,7 +141,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/wordpress-mobile/GutenbergKit", "state" : { - "revision" : "5a43a1b8ab5034e5be4b4eb93c30885cc41227b2" + "revision" : "5a0a5054ac8b0a71299e3c8ab4601c6d45e701ec" } }, { From 767c254b5a42886311fb0c49286672621db97ce3 Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Tue, 14 Jan 2025 14:52:38 -0500 Subject: [PATCH 2/4] docs: Add release note --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) 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 ----- From 41b43a6ca9c460ec679dd40bc172902cb2569933 Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Wed, 15 Jan 2025 10:47:26 -0500 Subject: [PATCH 3/4] build: Update GutenbergKit ref --- 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 e2848811d9f2..f3493145fa5a 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: "5a0a5054ac8b0a71299e3c8ab4601c6d45e701ec"), + .package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "2128c9167eeb779ac05d64675a632b0e42b79cfb"), .package(url: "https://github.com/Automattic/color-studio", branch: "trunk"), ], targets: XcodeSupport.targets + [ diff --git a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved index 3039da7f7945..670ca31a2ae1 100644 --- a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "06b660824580cbb78f97d290a26dfae626f29436ef196ddf3afed2cb4fb10d4f", + "originHash" : "9916e2ddc788c372f4ed8ab3588f8178fe8ddcc59d67e2ce943b17db35c6c149", "pins" : [ { "identity" : "alamofire", @@ -141,7 +141,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/wordpress-mobile/GutenbergKit", "state" : { - "revision" : "5a0a5054ac8b0a71299e3c8ab4601c6d45e701ec" + "revision" : "2128c9167eeb779ac05d64675a632b0e42b79cfb" } }, { From 9f9925c4fc87beaa767bbdd721c4dedc994841ed Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Thu, 16 Jan 2025 14:02:24 -0500 Subject: [PATCH 4/4] build: Update GutenbergKit ref --- 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 f3493145fa5a..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: "2128c9167eeb779ac05d64675a632b0e42b79cfb"), + .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/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved index 670ca31a2ae1..52a2b178a2e3 100644 --- a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "9916e2ddc788c372f4ed8ab3588f8178fe8ddcc59d67e2ce943b17db35c6c149", + "originHash" : "d8a7faa1972ab73744be3161f236c4bae7faf7c44f840b7bd0a52b3ee1ee6d6c", "pins" : [ { "identity" : "alamofire", @@ -141,7 +141,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/wordpress-mobile/GutenbergKit", "state" : { - "revision" : "2128c9167eeb779ac05d64675a632b0e42b79cfb" + "revision" : "cc52214a50893b41898607ac0bff7f2787b085bb" } }, {