Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gutenberg] Support POST requests #20428

Merged
merged 12 commits into from
Apr 5, 2023
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def wordpress_ui
end

def wordpress_kit
pod 'WordPressKit', '~> 7.0.0-beta'
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: 'trunk'
pod 'WordPressKit', '~> 7.1.0-beta'
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: ''
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', tag: ''
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: ''
# pod 'WordPressKit', path: '../WordPressKit-iOS'
Expand Down Expand Up @@ -91,7 +91,7 @@ def shared_style_pods
end

def gutenberg_pods
gutenberg tag: 'v1.92.0'
gutenberg commit: '9329ef7ca9c1a34aaef6ea37b30887f802694474'
end

def gutenberg(options)
Expand Down
Loading