Skip to content

Commit abc29dc

Browse files
authored
Merge pull request #482 from Iterable/brad/ios-6.3.1
Updated CHANGELOG for iOS 6.3.1
2 parents 20b3ca0 + 42537c4 commit abc29dc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## 6.3.1
66
#### Added
7-
- The optional fields from the `trackPurchase` API have been added to the SDK's methods
7+
- The following properties have been added to the `CommerceItem` class:
8+
9+
- `sku` - The item's SKU
10+
- `itemDescription` - A description of the item
11+
- `url` - A URL associated with the item
12+
- `imageUrl` - A URL that points to an image of the item
13+
- `categories` - Categories associated with the item
14+
15+
Set these values on `CommerceItem` objects passed to the `IterableAPI.trackPurchase` method.
816

917
#### Fixed
1018
- The notification service extension has been re-architected for better reliability

0 commit comments

Comments
 (0)