forked from SIROK-archive/growthpush-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
64 lines (38 loc) · 1.19 KB
/
CHANGES
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
= 1.2.1 (2014-09-22)
* Fix binary to support iOS 5
= 1.2.0 (2014-09-10)
* Replace deprecated method for iOS 8
* Build with Xcode 6
= 1.1.4 (2014-05-22)
* Support xcodeproj gem version from 0.5.0 to 1.17.0
* Initialize EasyGrowthPush instance through EasyGrowthPush static method
= 1.1.3 (2014-05-19)
* Add new install script
= 1.1.2 (2014-05-14)
* Clear all tags when application id is changed
* Implement updating client
= 1.1.1 (2014-04-25)
* Add binary library
* Add sample project and tests
* Avoid to send events and tags with null name
* Fix GPDomain potential leak
= 1.1.0 (2014-04-15)
* Remove AFNetworking
* Add Runnable Architectures(armv7s, arm64)
* Build with Xcode5
= 1.0.6 (2013-11-20)
* Optimize the order of initialization of GrowthPush variables.
* Build with Xcode5
= 1.0.5 (2013-09-20)
* Add EasyGrowthPush option
* Build with Xcode5
= 1.0.4 (2013-09-10)
* Suppress crashing app on iOS 4.3
= 1.0.3 (2013-08-02)
* Add clearBadge method
* Fix GPAppDelegateWrapper to call methods of UIApplicationDelegate
= 1.0.2 (2013-07-19)
* Change to avoid to register dummy client when device token has timed out.
= 1.0.1 (2013-07-18)
* Change clinet ID range to 64bit.
= 1.0.0 (2013-07-17)