Skip to content

Commit 07a4473

Browse files
authored
feat: GutenbergKit code editor (#23979)
* build: Update GutenbergKit ref * docs: Add release note * build: Update GutenbergKit ref * build: Update GutenbergKit ref
1 parent 95e3c22 commit 07a4473

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Modules/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let package = Package(
4848
.package(url: "https://github.com/zendesk/support_sdk_ios", from: "8.0.3"),
4949
// We can't use wordpress-rs branches nor commits here. Only tags work.
5050
.package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20241116"),
51-
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "5a43a1b8ab5034e5be4b4eb93c30885cc41227b2"),
51+
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "cc52214a50893b41898607ac0bff7f2787b085bb"),
5252
.package(url: "https://github.com/Automattic/color-studio", branch: "trunk"),
5353
],
5454
targets: XcodeSupport.targets + [

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
* [*] Avoid unexpectedly marking post content as unsaved. [#23969]
4848
* [*] Fix an issue with Mastodon connection not working [#23981]
4949
* [**] Send feedback from within the experimental editor "more" options menu. [#23980]
50+
* [**] Support accessing the code editor within the experimental editor. [#23979]
5051

5152
25.6
5253
-----

WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)