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

Commit 6f73986

Browse files
Merge pull request #539 from wordpress-mobile/task/19308-new-feature-flags-endpoint
Remote Feature Flags: Point to the new endpoint
2 parents 662344f + 7960870 commit 6f73986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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 = '4.57.1'
5+
s.version = '4.58.0-beta.1'
66

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

WordPressKit/FeatureFlagRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ open class FeatureFlagRemote: ServiceRemoteWordPressComREST {
1818
"platform": "apple" as NSString,
1919
"build_number": NSString(string: Bundle.main.infoDictionary?["CFBundleVersion"] as? String ?? "Unknown"),
2020
"marketing_version": NSString(string: Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "Unknown"),
21-
"bundle_identifier": NSString(string: Bundle.main.bundleIdentifier ?? "Unknown")
21+
"identifier": NSString(string: Bundle.main.bundleIdentifier ?? "Unknown")
2222
]
2323

2424
wordPressComRestApi.GET(path,

0 commit comments

Comments
 (0)