Skip to content

Commit d1da000

Browse files
committed
Release 2.3.10
1 parent ead3419 commit d1da000

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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).

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Nimble (9.0.1)
3-
- PinwheelSDK (2.3.8)
3+
- PinwheelSDK (2.3.10)
44
- Quick (1.2.0)
55

66
DEPENDENCIES:
@@ -19,7 +19,7 @@ EXTERNAL SOURCES:
1919

2020
SPEC CHECKSUMS:
2121
Nimble: 7bed62ffabd6dbfe05f5925cbc43722533248990
22-
PinwheelSDK: 1d618ce784ca8ae274e2ecfdb16fdd0d8d4f0b66
22+
PinwheelSDK: 3f12912c5ab9d76a95c6f461f88a967cf01cf5e0
2323
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
2424

2525
PODFILE CHECKSUM: 2398613c0d77eaf628905b1b0cc4543ffbee0f79

PinwheelSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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

Sources/PinwheelSDK/Classes/Pinwheel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ private enum PinwheelEventHandler: String {
219219
}
220220

221221
private 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

0 commit comments

Comments
 (0)