forked from gimbalinc/airship-adapter-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
92 lines (69 loc) · 2.13 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
ChangeLog
=========
All notable changes to this project will be documented in this file.
The format is based on [Keep a ChangeLog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[4.0.0] April 24, 2024
===============================
# Changed
- Airship dependency version from 17.7.4 -> 18.2.0
[3.3.0] April 24, 2024
===============================
# Fixed
- `isStarted()` erroneously returning `false`
[3.2.0] April 9, 2024
===============================
# Changed:
- GimbalXCFramework version 2.93.1 -> 2.94.0
- Airship version 17.2.2 -> 17.7.3
[3.1.0] November 1, 2023
===============================
# Added:
- method `set(userAnalyticsId: String)`
[3.0.0]
===============================
# Added:
- Additional logging for place events, location detections, and 'start' results
- Sample app to repo
# Changed:
- GimbalXCFramework version 2.93.0 -> 2.93.1
- Airship version 16.11.3 -> 17.2.2
# Fixed:
- 'setAttributes' deprecation warning
- UI responsiveness warning
Version 2.3.0 July 10, 2023
===============================
# Changed:
- Allow delegate access on simulators
Version 2.2.0 June 14, 2023
===============================
# Changed:
- Updated Airship version to 16.11.3
Version 2.1.1 March 20, 2023
===============================
# Fixed:
- Added additional checks to ensure Airship is running before being accessed
Version 2.1.0 March 14, 2023
===============================
# Changed:
- 'restore()' now starts the adapter, if the adapter was previously started
- Airship version declaration to "~> 16.10" for wider compatibility
Version 2.0.0 March 1, 2023
===============================
# Changed:
- Prevent Gimbal from requesting location permissions automatically
- Airship version from 16.10.7 -> 16.11.1
Version 1.1.0 January 31, 2023
===============================
# Fixed:
- Cocoapods linting issue
Version 1.1.0 January 31, 2023
===============================
# Fixed:
- UserDefaults issue
# Changed:
- XCGimbalFramework version to 2.93
- Airship version to 16.10.7
Version 1.0.0 September 2, 2022
===============================
- Initial Release