Skip to content

Commit ae680c7

Browse files
author
Elena Churilova
committed
Release 2.3.15
1 parent bc333bd commit ae680c7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
## 2.3.x Releases
66

7-
- `2.3.x` Releases - [2.3.10](#2310) | [2.3.11](#2311)
7+
- `2.3.x` Releases - [2.3.10](#2310) | [2.3.11](#2311) | [2.3.12](#2312) | [2.3.13](#2313) | [2.3.14](#2314) | [2.3.15](#2315)
88

99
---
10+
### [2.3.15]()
11+
12+
#### Added
13+
14+
- Add `card_switch_begin` event.
15+
- Added by [Lynsey Liu](https://github.com/lynsey-pinwheel) in Pull Request [#77](https://github.com/underdog-tech/pinwheel-ios-sdk/pull/77).
16+
- Add `dd_form_begin`, `dd_form_create` and `dd_form_download` events.
17+
- Added by [Abigail Walker](https://github.com/abbymwalker) in Pull Request [#78](https://github.com/underdog-tech/pinwheel-ios-sdk/pull/78)
18+
- Add `screen_transition` event.
19+
- Added by [Elena Churilova](https://github.com/elenachurilova) in Pull Request [#80](https://github.com/underdog-tech/pinwheel-ios-sdk/pull/80)
20+
1021
### [2.3.14](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/2.3.14)
1122

1223
#### Added

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.14'
3+
s.version = '2.3.15'
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
@@ -288,7 +288,7 @@ public class PinwheelViewController: UIViewController, WKUIDelegate, WKScriptMes
288288
}
289289

290290
private func getScript(token: String) -> String {
291-
var versionString = "2.3.14"
291+
var versionString = "2.3.15"
292292
if let bundleVersion = Bundle(identifier: "org.cocoapods.PinwheelSDK")?.infoDictionary?["CFBundleShortVersionString"] as? String {
293293
print(bundleVersion)
294294
versionString = bundleVersion

0 commit comments

Comments
 (0)