From b9d6eb579a5b4d3d090c4e9cefd77cefeba74309 Mon Sep 17 00:00:00 2001 From: Ankmara <118185796+Ankmara@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:37:58 +0200 Subject: [PATCH] feat/Version 3.0.1 --- Documentation/notification-extensions.md | 2 +- Documentation/release-notes.md | 6 ++++++ Documentation/setup.md | 2 +- ExponeaSDK-Notifications.podspec | 2 +- ExponeaSDK.podspec | 2 +- ExponeaSDK/Example/Resources/Info.plist | 4 ++-- ExponeaSDK/ExampleNotificationContent/Info.plist | 4 ++-- ExponeaSDK/ExampleNotificationService/Info.plist | 4 ++-- .../ExponeaSDK-Notifications/Supporting Files/Info.plist | 4 ++-- ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist | 4 ++-- ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift | 2 +- README.md | 6 +++--- 12 files changed, 24 insertions(+), 18 deletions(-) diff --git a/Documentation/notification-extensions.md b/Documentation/notification-extensions.md index 5c09712e..6039ac05 100644 --- a/Documentation/notification-extensions.md +++ b/Documentation/notification-extensions.md @@ -49,7 +49,7 @@ Follow the instructions in the relevant section for the dependency manager you u Optionally, you can specify the ExponeaSDK version as follows to let `pod` automatically any smaller than minor version updates: ``` -pod "ExponeaSDK-Notifications", "~> 3.0.0" +pod "ExponeaSDK-Notifications", "~> 3.0.1" ``` ### Carthage diff --git a/Documentation/release-notes.md b/Documentation/release-notes.md index 7222d83f..9f4f9003 100644 --- a/Documentation/release-notes.md +++ b/Documentation/release-notes.md @@ -11,6 +11,12 @@ parentDocSlug: ios-sdk > Refer to the [SDK version update guide](https://documentation.bloomreach.com/engagement/docs/ios-sdk-version-update) for details on updating to the next major version. ## Release Notes +## Release Notes for 3.0.1 +#### October 17, 2024 +* Fixed: + * Fixes SPM compilation error for ManualSegmentationManager.swift due missing Foundation import. + + ## Release Notes for 3.0.0 #### October 11, 2024 * Added: diff --git a/Documentation/setup.md b/Documentation/setup.md index 864e7ba9..d5af61f3 100644 --- a/Documentation/setup.md +++ b/Documentation/setup.md @@ -35,7 +35,7 @@ The instructions below are for Xcode 15.1 and may differ if you use a different Optionally, you can specify the `ExponeaSDK` version as follows to let `pod` automatically any smaller than minor version updates: ``` -pod "ExponeaSDK", "~> 3.0.0" +pod "ExponeaSDK", "~> 3.0.1" ``` For more information, refer to [Specifying pod versions](https://guides.cocoapods.org/using/the-podfile.html#specifying-pod-versions) in the Cocoapods documentation. diff --git a/ExponeaSDK-Notifications.podspec b/ExponeaSDK-Notifications.podspec index d00442d8..11c16301 100644 --- a/ExponeaSDK-Notifications.podspec +++ b/ExponeaSDK-Notifications.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "ExponeaSDK-Notifications" - s.version = "3.0.0" + s.version = "3.0.1" s.summary = "A completementary extension-safe framework for supporting rich push notifications in Exponea SDK." # This description is used to generate tags and improve search results. diff --git a/ExponeaSDK.podspec b/ExponeaSDK.podspec index bd203e5a..30e75de9 100644 --- a/ExponeaSDK.podspec +++ b/ExponeaSDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "ExponeaSDK" - s.version = "3.0.0" + s.version = "3.0.1" s.summary = "Exponea SDK used to track and fetch data from Exponea Experience Cloud." # This description is used to generate tags and improve search results. diff --git a/ExponeaSDK/Example/Resources/Info.plist b/ExponeaSDK/Example/Resources/Info.plist index 190f9af9..3da104d4 100644 --- a/ExponeaSDK/Example/Resources/Info.plist +++ b/ExponeaSDK/Example/Resources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 91 + 92 LSRequiresIPhoneOS UIApplicationSceneManifest diff --git a/ExponeaSDK/ExampleNotificationContent/Info.plist b/ExponeaSDK/ExampleNotificationContent/Info.plist index 995e3f9a..114d7b94 100644 --- a/ExponeaSDK/ExampleNotificationContent/Info.plist +++ b/ExponeaSDK/ExampleNotificationContent/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleVersion - 91 + 92 NSExtension NSExtensionAttributes diff --git a/ExponeaSDK/ExampleNotificationService/Info.plist b/ExponeaSDK/ExampleNotificationService/Info.plist index eba71221..c38ea73f 100644 --- a/ExponeaSDK/ExampleNotificationService/Info.plist +++ b/ExponeaSDK/ExampleNotificationService/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleVersion - 91 + 92 NSExtension NSExtensionPointIdentifier diff --git a/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist b/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist index 20f7a82f..c0213569 100644 --- a/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist +++ b/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleVersion - 91 + 92 diff --git a/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist b/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist index 7d9aaecf..d3158bc5 100644 --- a/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist +++ b/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleVersion - 91 + 92 NSPrincipalClass diff --git a/ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift b/ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift index e57277bc..eaeff0e7 100644 --- a/ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift +++ b/ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift @@ -9,7 +9,7 @@ import Foundation public class Exponea { - public static let version = "3.0.0" + public static let version = "3.0.1" /// A logger used to log all messages from the SDK. public static var logger: Logger = Logger() diff --git a/README.md b/README.md index 6175c9d7..d30b3aa7 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ It has been written 100% in Swift with ❤️ ```ruby # Add this under your main application target -pod "ExponeaSDK", "~> 3.0.0" +pod "ExponeaSDK", "~> 3.0.1" # If you also use rich push notifications, # add this line to your notification service extension target. -pod "ExponeaSDK-Notifications", "~> 3.0.0" +pod "ExponeaSDK-Notifications", "~> 3.0.1" ``` ### Carthage @@ -33,7 +33,7 @@ pod "ExponeaSDK-Notifications", "~> 3.0.0" > Carthage will by default build both `ExponeaSDK` and `ExponeaSDKNotifications` frameworks. The latter one is only supposed to be used in a notification service extension if you wish to support rich push notifications. Read more about rich push notifications [here](https://documentation.bloomreach.com/engagement/docs/ios-sdk-push-notifications#rich-push-notifications). ``` -github "exponea/exponea-ios-sdk" ~> 3.0.0 +github "exponea/exponea-ios-sdk" ~> 3.0.1 ``` > And then in your Command line tool type ```carthage update --use-xcframeworks --platform ios```