Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update version and changelog
  • Loading branch information
Dalmo Cirne committed Jan 24, 2017
1 parent c594f23 commit 7c9bb35
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@
>* **HIGH**: There is a bug that may affect a subset of users. Upgrade!
>* **CRITICAL**: There is a critical bug affecting _most users_. Upgrade ASAP!
## 6.12.3

>Upgrade suggestion: **LOW**. Upgrade if you have custom mappings for commerce events
* [FIX] Execute projection when the commerce event has no mapped attributes

## 6.12.2

>Upgrade suggestion: **LOW**. Upgrade if you see unsupported data types being added to `MPEvent` attributes
Expand Down
2 changes: 1 addition & 1 deletion Framework/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.12.2</string>
<string>6.12.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
30 changes: 29 additions & 1 deletion UnitTests/MPKitContainerTests.m
Expand Up @@ -1938,7 +1938,7 @@ - (void)testAllocationAndDeallocation {
}

- (void)testExpandedCommerceEventProjection {
XCTestExpectation *expectation = [self expectationWithDescription:@"Expanded commerve event projection"];
XCTestExpectation *expectation = [self expectationWithDescription:@"Expanded commerce event projection"];

[self setUserAttributesAndIdentities];

Expand All @@ -1960,6 +1960,34 @@ - (void)testExpandedCommerceEventProjection {
\"action\": { \
\"projected_event_name\": \"af_content_view\", \
\"attribute_maps\": [ \
{ \
\"projected_attribute_name\":\"af_price\", \
\"match_type\":\"Hash\", \
\"value\":\"-1000582050\", \
\"data_type\":\"Float\", \
\"property\":\"ProductAttribute\" \
}, \
{ \
\"projected_attribute_name\":\"af_content_type\", \
\"match_type\":\"Hash\", \
\"value\":\"-1702675751\", \
\"data_type\":\"String\", \
\"property\":\"ProductAttribute\" \
}, \
{ \
\"projected_attribute_name\":\"af_currency\", \
\"match_type\":\"Hash\", \
\"value\":\"881337592\", \
\"data_type\":\"String\", \
\"property\":\"EventField\" \
}, \
{ \
\"projected_attribute_name\":\"af_content_id\", \
\"match_type\":\"Hash\", \
\"value\":\"1788759301\", \
\"data_type\":\"String\", \
\"property\":\"ProductAttribute\" \
} \
], \
\"outbound_message_type\": 4 \
}, \
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Apple-SDK"
s.version = "6.12.2"
s.version = "6.12.3"
s.summary = "mParticle Apple SDK."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Apple-SDK/MPIConstants.m
Expand Up @@ -19,7 +19,7 @@
#import "MPIConstants.h"

// mParticle SDK Version
NSString *const kMParticleSDKVersion = @"6.12.2";
NSString *const kMParticleSDKVersion = @"6.12.3";

// Session Upload Settings
NSString *const kMPSessionHistoryValue = @"sh";
Expand Down

0 comments on commit 7c9bb35

Please sign in to comment.