File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Sources/Model/ObjC/Constants Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 22
33Pod ::Spec . new do |s |
44 s . name = 'Automattic-Tracks-iOS'
5- s . version = '3.3 .0'
5+ s . version = '3.4 .0'
66
77 s . summary = 'Simple way to track events in an iOS app with Automattic Tracks internal service'
88 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -46,6 +46,16 @@ _None._
4646
4747### Internal Changes
4848
49+ _ None._
50+
51+ ## 3.4.0
52+
53+ ### Bug Fixes
54+
55+ - Fix a deadlock while getting device info. [ #282 ]
56+
57+ ### Internal Changes
58+
4959- The ` device_info_status_bar_height ` event property value now will always be zero. [ #281 ]
5060- Calculate ` device_info_orientation ` event property value based on "device orientation" rather than "interface orientation". [ #281 ]
5161
Original file line number Diff line number Diff line change 11#import " TracksConstants.h"
22
33NSString *const TracksErrorDomain = @" TracksErrorDomain" ;
4- NSString *const TracksLibraryVersion = @" 3.3 .0" ;
4+ NSString *const TracksLibraryVersion = @" 3.4 .0" ;
You can’t perform that action at this time.
0 commit comments