Skip to content

Commit

Permalink
Merge pull request #281 from adobe/staging
Browse files Browse the repository at this point in the history
Staging to main for 5.1.1
  • Loading branch information
sbenedicadb authored Jul 10, 2024
2 parents e9474f6 + 246e0fd commit 0edaccb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AEPMessaging.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AEPMessaging"
s.version = "5.1.0"
s.version = "5.1.1"
s.summary = "Messaging extension for Adobe Experience Cloud SDK. Written and maintained by Adobe."
s.description = <<-DESC
The Messaging extension is used in conjunction with Adobe Journey Optimizer and Adobe Experience Platform to deliver in-app and push messages.
Expand Down
4 changes: 2 additions & 2 deletions AEPMessaging.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.1.0;
MARKETING_VERSION = 5.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.aep.messaging;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2682,7 +2682,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.1.0;
MARKETING_VERSION = 5.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.adobe.aep.messaging;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
1 change: 1 addition & 0 deletions AEPMessaging/Sources/Messaging+State.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ extension Messaging {
if let inAppRules = parsedPropositions.surfaceRulesBySchemaType[.inapp] {
rulesEngine.launchRulesEngine.replaceRules(with: inAppRules.flatMap { $0.value })
}
updatePropositionInfo(parsedPropositions.propositionInfoToCache)
}

private func removeCachedPropositions(surfaces: [Surface]) {
Expand Down
2 changes: 1 addition & 1 deletion AEPMessaging/Sources/MessagingConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enum MessagingConstants {
static let LOG_TAG = "Messaging"
static let EXTENSION_NAME = "com.adobe.messaging"

static let EXTENSION_VERSION = "5.1.0"
static let EXTENSION_VERSION = "5.1.1"
static let FRIENDLY_NAME = "Messaging"
static let RULES_ENGINE_NAME = EXTENSION_NAME + ".rulesengine"
static let CONTENT_CARD_RULES_ENGINE_NAME = EXTENSION_NAME + "ContentCard" + ".rulesengine"
Expand Down

0 comments on commit 0edaccb

Please sign in to comment.