Skip to content

Commit 3ff4462

Browse files
committed
2.6.1 Release Commit
• Fixes a rare crash caused by invalid tags • Adds JSON validation to all requests • Refactored REST request model throughout the SDK
1 parent 12e0939 commit 3ff4462

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

OneSignal.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignal"
3-
s.version = "2.6.0"
3+
s.version = "2.6.1"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
7-
s.author = { "Joseph Kalash" => "[email protected]", "Josh Kasten" => "[email protected]" }
7+
s.author = { "Joseph Kalash" => "[email protected]", "Josh Kasten" => "[email protected]" , "Brad Hesse" => "[email protected]"}
88

99
s.source = { :git => "https://github.com/OneSignal/OneSignal-iOS-SDK.git", :tag => s.version.to_s }
1010

Binary file not shown.

iOS_SDK/OneSignalSDK/Source/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ @implementation OSPendingCallbacks
123123

124124
@implementation OneSignal
125125

126-
NSString* const ONESIGNAL_VERSION = @"020600";
126+
NSString* const ONESIGNAL_VERSION = @"020601";
127127
static NSString* mSDKType = @"native";
128128
static BOOL coldStartFromTapOnNotification = NO;
129129

0 commit comments

Comments
 (0)