From e25f8d987683e302673cff27193f59c4197c238d Mon Sep 17 00:00:00 2001 From: adam1929 <103995671+adam1929@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:03:25 +0100 Subject: [PATCH] feat/Version 2.21.0 --- Documentation/RELEASE_NOTES.md | 14 ++++++++++++++ ExponeaSDK-Notifications.podspec | 2 +- ExponeaSDK.podspec | 2 +- ExponeaSDK/Example/Resources/Info.plist | 4 ++-- ExponeaSDK/ExampleNotificationContent/Info.plist | 4 ++-- ExponeaSDK/ExampleNotificationService/Info.plist | 4 ++-- .../Supporting Files/Info.plist | 4 ++-- ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist | 4 ++-- ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift | 2 +- README.md | 6 +++--- 10 files changed, 30 insertions(+), 16 deletions(-) diff --git a/Documentation/RELEASE_NOTES.md b/Documentation/RELEASE_NOTES.md index 15065cc4..61ef52f7 100644 --- a/Documentation/RELEASE_NOTES.md +++ b/Documentation/RELEASE_NOTES.md @@ -1,4 +1,18 @@ ## Release Notes +## Release Notes for 2.21.0 +#### December 18, 2023 +* Features + * In-app content blocks behaviour handler for view lifecycle events + * In-app content blocks tracking API with handling of tracking consent according to DSGVO/GDPR + * In-app content blocks support for height update +* Bug Fixes + * Removed: Dev debug log in StaticInAppContentBlockView class + * Fixed: Could not find module 'ExponeaSDK' for simulator target x86_64 + * Fixed: Extensions were defined as public + * Fixed: AppInbox list item image was stretched by longer dimension + * Fixed: Showing of alert was causing crash for opened push in Example app + + ## Release Notes for 2.20.0 #### November 27, 2023 * Features diff --git a/ExponeaSDK-Notifications.podspec b/ExponeaSDK-Notifications.podspec index f9359b17..1a9beb86 100644 --- a/ExponeaSDK-Notifications.podspec +++ b/ExponeaSDK-Notifications.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "ExponeaSDK-Notifications" - s.version = "2.20.0" + s.version = "2.21.0" 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 4232a60f..b2da699f 100644 --- a/ExponeaSDK.podspec +++ b/ExponeaSDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "ExponeaSDK" - s.version = "2.20.0" + s.version = "2.21.0" 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 bd6bdc8c..3ccf87cd 100644 --- a/ExponeaSDK/Example/Resources/Info.plist +++ b/ExponeaSDK/Example/Resources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.20.0 + 2.21.0 CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 73 + 74 LSRequiresIPhoneOS UIApplicationSceneManifest diff --git a/ExponeaSDK/ExampleNotificationContent/Info.plist b/ExponeaSDK/ExampleNotificationContent/Info.plist index af99e112..ceafed4b 100644 --- a/ExponeaSDK/ExampleNotificationContent/Info.plist +++ b/ExponeaSDK/ExampleNotificationContent/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2.20.0 + 2.21.0 CFBundleVersion - 73 + 74 NSExtension NSExtensionAttributes diff --git a/ExponeaSDK/ExampleNotificationService/Info.plist b/ExponeaSDK/ExampleNotificationService/Info.plist index 6ee32acc..b84238ee 100644 --- a/ExponeaSDK/ExampleNotificationService/Info.plist +++ b/ExponeaSDK/ExampleNotificationService/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2.20.0 + 2.21.0 CFBundleVersion - 73 + 74 NSExtension NSExtensionPointIdentifier diff --git a/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist b/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist index 6813ad8f..74cd5c8d 100644 --- a/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist +++ b/ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.20.0 + 2.21.0 CFBundleVersion - 73 + 74 diff --git a/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist b/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist index c4176d72..096ee744 100644 --- a/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist +++ b/ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.20.0 + 2.21.0 CFBundleVersion - 73 + 74 NSPrincipalClass diff --git a/ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift b/ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift index 674b5f77..d73ae65f 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 = "2.20.0" + public static let version = "2.21.0" /// 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 927d7f30..2a290d0d 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ It has been written 100% in Swift with ❤️ ```ruby # Add this under your main application target -pod "ExponeaSDK", "~> 2.20.0" +pod "ExponeaSDK", "~> 2.21.0" # If you also use rich push notifications, # add this line to your notification service extension target. -pod "ExponeaSDK-Notifications", "~> 2.20.0" +pod "ExponeaSDK-Notifications", "~> 2.21.0" ``` > Read more about rich push notifications support [here](./Documentation/PUSH.md). @@ -32,7 +32,7 @@ pod "ExponeaSDK-Notifications", "~> 2.20.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 support rich push notifications. Read more about rich push notifications [here](./Documentation/PUSH.md). ``` -github "exponea/exponea-ios-sdk" ~> 2.20.0 +github "exponea/exponea-ios-sdk" ~> 2.21.0 ``` > And then in your Command line tool type ```carthage update --use-xcframeworks --platform ios```