-
Notifications
You must be signed in to change notification settings - Fork 18
/
CHANGELOG
executable file
·75 lines (37 loc) · 1.96 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
2.0.1 - August 17, 2017 (ios only)
- (ios) updated to Google Mobile Ads SDK 7.22.0
2.0.0 - January 30, 2017
- built with TiSDK 6.0.0
1.1.7 - April 25, 2016
- (android) built with TiSDK 5.2.2 for compatibility with Marshmallow
- (ios) rebuilt with 5.2.2, updated version number to keep in sync with android version
1.1.6 - October 6, 2015
- added getAdvertisingId() and getAdTrackingDisabled() methods
1.1.5 - August 18, 2015
- Updated Google Mobile Ads SDK for ios to version 7.4.1
- Updated Google Play Services for android to 7.8
1.1.4 - May 6, 2015
- fixed issue #11 - corrected framework path in module.xcconfig
1.1.3 - April 20, 2015
- iOS: updated Google Mobile Ads SDK to 7.1.0
- android: updated Google Play Services to 7.0
1.1.2 - April 10, 2015
- ios: Added x86_64 support
1.1.1 - December 30, 2014
- Merged PR #8 from timanrebel:
- Added width/height to ad_received event, so it is easier to resize certain elements in the UI after loading an ad
- adSizes now takes preference over adWidth/adHeight. Previously in 1.1.0 when no adWidth/Height, but adSizes were given, it would not work.
1.1.0 - December 29, 2014
- Merged pull request #5 from ddyy to make adWidth/adHeight work on iOS and to add smart banner size support for iOS
- Merged pull request #6 from timanrebel to add support for multiple ad sizes on iOS and 64-bit support
- Merged pull request #7 from timanrebel to add support for multiple ad sizes on android
1.0.1 - November 18, 2014
- Android: Updated to version 20 of google play services to match ti.cloudpush
- Android: Better exception handling
- Android: Moved most log calls to debug level
- iOS: updated to version 6.12.2 of Google Mobile Ads SDK for iOS
(note -- I had a 1.0.1 version out there already for ios, but I don't want
to get the version numbers out of sync for the two platforms, so I'm replacing
ti.dfp-iphone-1.0.1.zip, which *was* using 6.12.0)
1.0.0 - September 16, 2014
- initial release