Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 0cd6c50

Browse files
authored
Merge pull request #573 from wordpress-mobile/feature/options-add-jp-active-plugins
Add jetpack_connection_active_plugins to RemoteBlog options
2 parents a4a2caf + 70765d9 commit 0cd6c50

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

WordPressKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'WordPressKit'
5-
s.version = '6.0.0-beta.2'
5+
s.version = '6.0.0-beta.3'
66

77
s.summary = 'WordPressKit offers a clean and simple WordPress.com and WordPress.org API.'
88
s.description = <<-DESC

WordPressKit/RemoteBlogOptionsHelper.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ import Foundation
3232
"show_on_front",
3333
"page_on_front",
3434
"page_for_posts",
35-
"blogging_prompts_settings"
35+
"blogging_prompts_settings",
36+
"jetpack_connection_active_plugins"
3637
]
3738
for key in optionsDirectMapKeys {
3839
if let value = response.value(forKeyPath: "options.\(key)") {

0 commit comments

Comments
 (0)