File tree Expand file tree Collapse file tree 4 files changed +25
-4
lines changed
Sources/PinwheelSDK/Classes Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ ## 2.3.x Releases
6+
7+ - ` 2.3.x ` Releases - [ 2.3.10] ( #2310 )
8+
9+ ---
10+
11+ ### 2.3.10
12+
13+ #### Added
14+
15+ - PinwheelEventType.inputRequired
16+ - Added by [ Robby Abaya] ( https://github.com/rawbee ) in Pull Request [ #50 ] ( https://github.com/underdog-tech/pinwheel-ios-sdk/pull/50 ) .
17+
18+ #### Updated
19+
20+ - Move webview initialization earlier in lifecycle
21+ - Added by [ Robby Abaya] ( https://github.com/rawbee ) in Pull Request [ #49 ] ( https://github.com/underdog-tech/pinwheel-ios-sdk/pull/49 ) .
Original file line number Diff line number Diff line change 11PODS:
22 - Nimble (9.0.1)
3- - PinwheelSDK (2.3.8 )
3+ - PinwheelSDK (2.3.10 )
44 - Quick (1.2.0)
55
66DEPENDENCIES:
@@ -19,7 +19,7 @@ EXTERNAL SOURCES:
1919
2020SPEC CHECKSUMS:
2121 Nimble: 7bed62ffabd6dbfe05f5925cbc43722533248990
22- PinwheelSDK: 1d618ce784ca8ae274e2ecfdb16fdd0d8d4f0b66
22+ PinwheelSDK: 3f12912c5ab9d76a95c6f461f88a967cf01cf5e0
2323 Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
2424
2525PODFILE CHECKSUM: 2398613c0d77eaf628905b1b0cc4543ffbee0f79
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'PinwheelSDK'
3- s . version = '2.3.9 '
3+ s . version = '2.3.10 '
44 s . summary = 'Pinwheel iOS SDK'
55 s . swift_version = '5.0'
66
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ private enum PinwheelEventHandler: String {
219219}
220220
221221private func getScript( token: String , initializationTime: Int64 ) -> String {
222- var versionString = " 2.3.9 "
222+ var versionString = " 2.3.10 "
223223 if let bundleVersion = Bundle ( identifier: " org.cocoapods.PinwheelSDK " ) ? . infoDictionary ? [ " CFBundleShortVersionString " ] as? String {
224224 print ( bundleVersion)
225225 versionString = bundleVersion
You can’t perform that action at this time.
0 commit comments