Skip to content

Commit 5d03479

Browse files
committed
Version Android-2.1.1-iOS-2.0-1
1 parent 3945545 commit 5d03479

File tree

5 files changed

+50
-2
lines changed

5 files changed

+50
-2
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
5+
## Android-2.1.1 - iOS-2.0-1 <> 2014-11-03
6+
### Added
7+
- This changelog.
8+
9+
### Deprecated
10+
- None.
11+
12+
### Removed
13+
- None.
14+
15+
### Fixed
16+
- Corrected optional currency parameter on trackTransactionItem on ios. [[ndizazzo]](https://github.com/ndizazzo)
17+
- Corrected module API version on android. [[ndizazzo]](https://github.com/ndizazzo)
18+
19+
### Security
20+
- None.
21+
22+
23+
## Android-2.1.0 - iOS-2.0-0 <> 2014-11-03
24+
### Added
25+
- Google Analytics SDK for iOS v3.
26+
- Google Analytics SDK v4 for Android.
27+
- Custom Dimensions and Metrics on all methods.
28+
- Detailed examples under example/app.js for android and ios.
29+
- Added setUser method.
30+
31+
### Deprecated
32+
- Options object for trackScreen has changed from a string to an object.
33+
- Transactions format has changed entirely and is now based on two separate methods.
34+
- Changed 'debug' to 'dryrun' to specify when analytics data should not be sent to google.
35+
36+
### Removed
37+
- None.
38+
39+
### Fixed
40+
- Documentation was improved on main README file.
41+
42+
### Security
43+
- None.
44+
45+
46+
## Prior Versions
47+
- Prior versions were the responsibility of [MattTuttle](https://github.com/MattTuttle/titanium-google-analytics)
48+
Binary file not shown.

mobile/android/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# this is your module manifest and used by Titanium
33
# during compilation, packaging, distribution, etc.
44
#
5-
version: 2.1.0
5+
version: 2.1.1
66
apiversion: 2
77
description: Google Analytics for Android v4
88
author: Matt Tuttle
1.54 MB
Binary file not shown.

mobile/ios/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# this is your module manifest and used by Titanium
33
# during compilation, packaging, distribution, etc.
44
#
5-
version: 2.0
5+
version: 2.0.1
66
apiversion: 2
77
description: Google Analytics for Titanium Appcelerator
88
author: Matt Tuttle

0 commit comments

Comments
 (0)