File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
#import < UIKit/UIKit.h>
11
11
12
- #define kApptentiveVersionString @" 3.5.0 "
12
+ #define kApptentiveVersionString @" 3.5.1 "
13
13
#define kApptentivePlatformString @" iOS"
14
14
15
15
#ifdef __swift_compiler_version_at_least
Original file line number Diff line number Diff line change
1
+ 2017-06-13 frankus, weeeBox v3.5.1
2
+ -------------------------
3
+ Version 3.5.1 avoids use of blocks when displaying SKStoreReviewController in a effort to fix a possible crash.
4
+
1
5
2017-04-05 frankus, weeeBox v3.5.0
2
6
-------------------------
3
7
Version 3.5.0 adds the ability to request the display of an SKStoreReviewController.
@@ -10,10 +14,6 @@ Version 3.4.3 fixes a bug where push notifications could stop working after a co
10
14
-------------------------
11
15
Version 3.4.2 fixes the retry logic for certain network requests.
12
16
13
- 2017-01-06 frankus, weeeBox v3.4.2
14
- -------------------------
15
- Version 3.4.2 fixes the retry logic for certain network requests.
16
-
17
17
2017-01-06 frankus v3.4.1
18
18
-------------------------
19
19
Version 3.4.1 fixes visual issues in surveys and upgrade messages.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'apptentive-ios'
3
3
s . module_name = 'Apptentive'
4
- s . version = '3.5.0 '
4
+ s . version = '3.5.1 '
5
5
s . license = 'BSD'
6
6
s . summary = 'Apptentive Customer Communications SDK.'
7
7
s . homepage = 'https://www.apptentive.com/'
You can’t perform that action at this time.
0 commit comments