Skip to content

Commit

Permalink
Merge pull request #20428 from wordpress-mobile/gutenberg/support-pos…
Browse files Browse the repository at this point in the history
…t-request

[Gutenberg] Support POST requests
  • Loading branch information
fluiddot authored Apr 5, 2023
2 parents 1477c85 + 879b1a1 commit 0057eca
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 121 deletions.
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 tag: 'v1.93.0-alpha1'
end

def gutenberg(options)
Expand Down
Loading

0 comments on commit 0057eca

Please sign in to comment.