diff --git a/CHANGELOG.md b/CHANGELOG.md index e55ba953..a4c4658e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file. Note that Objective-C class names are prefixed by `SNR`. In the changelog below, these are names used in Swift, without the prefix. -## [3.8.10] - 2021-12-13 +## [3.9.0] - 2022-01-08 + +### Fixed +- Analytics for Simple Push campaigns. + + +## [3.8.10] - 2021-12-12 ### Added - Optional badge as a text shown on the item in `ContentWidget`. @@ -15,10 +21,9 @@ Note that Objective-C class names are prefixed by `SNR`. In the changelog below, - `ClientAuthenticationResult` is changed to `ClientConditionalAuthResult`. - `ClientAuthenticationStatus` is changed to `ClientConditionalAuthStatus`. - `ClientAuthenticationContext` is changed to `ClientConditionalAuthenticationContext`. -- `actionButtonPosition` setting property is moved from `ContentWidgetBasicProductItemLayout` to `ContentWidgetImageButtonCustomAction`. ### Removed -- `salePriceMargin` setting property from `ContentWidgetBasicProductItemLayout`. +- `salePriceMargin` setting property from `BasicProductItemLayout`. ## [3.8.9] - 2021-11-05 diff --git a/Pod/SyneriseSDK.dSYM/Contents/Info.plist b/Pod/SyneriseSDK.dSYM/Contents/Info.plist index bc0aa362..8cac989c 100644 --- a/Pod/SyneriseSDK.dSYM/Contents/Info.plist +++ b/Pod/SyneriseSDK.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 3.8.10 + 3.9.0 CFBundleVersion 1 diff --git a/Pod/SyneriseSDK.dSYM/Contents/Resources/DWARF/SyneriseSDK b/Pod/SyneriseSDK.dSYM/Contents/Resources/DWARF/SyneriseSDK index 946c1290..3f9d739d 100644 Binary files a/Pod/SyneriseSDK.dSYM/Contents/Resources/DWARF/SyneriseSDK and b/Pod/SyneriseSDK.dSYM/Contents/Resources/DWARF/SyneriseSDK differ diff --git a/Pod/SyneriseSDK.framework/Info.plist b/Pod/SyneriseSDK.framework/Info.plist index e1b7707f..a508a820 100644 Binary files a/Pod/SyneriseSDK.framework/Info.plist and b/Pod/SyneriseSDK.framework/Info.plist differ diff --git a/Pod/SyneriseSDK.framework/SyneriseSDK b/Pod/SyneriseSDK.framework/SyneriseSDK index a3005e6a..32d4db15 100755 Binary files a/Pod/SyneriseSDK.framework/SyneriseSDK and b/Pod/SyneriseSDK.framework/SyneriseSDK differ diff --git a/README.md b/README.md index ed0f3007..857a14ab 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Synerise iOS SDK (v3.8.10) - User documentation +# Synerise iOS SDK (v3.9.0) - User documentation [![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/synerise/ios-sdk) [![Languages](https://img.shields.io/badge/language-Objective--C%20%7C%20Swift-orange.svg)](https://github.com/synerise/ios-sdk) -[![CocoaPods](https://img.shields.io/badge/pod-v3.8.10-green.svg)](https://cocoapods.org/pods/SyneriseSDK) +[![CocoaPods](https://img.shields.io/badge/pod-v3.9.0-green.svg)](https://cocoapods.org/pods/SyneriseSDK) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ## Documentation diff --git a/SyneriseSDK.podspec b/SyneriseSDK.podspec index 9c081da3..5ece83ee 100644 --- a/SyneriseSDK.podspec +++ b/SyneriseSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SyneriseSDK" - s.version = "3.8.10" - s.summary = "SyneriseSDK v. 3.8.10" + s.version = "3.9.0" + s.summary = "SyneriseSDK v. 3.9.0" s.description = "iOS library for Synerise omnichannel platform" s.homepage = "https://synerise.com" s.license = { :type => "MIT" }