Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Update of version 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Kurzawa committed Feb 8, 2022
1 parent fad9a74 commit c1c3b3d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Pod/SyneriseSDK.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.8.10</string>
<string>3.9.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file modified Pod/SyneriseSDK.dSYM/Contents/Resources/DWARF/SyneriseSDK
Binary file not shown.
Binary file modified Pod/SyneriseSDK.framework/Info.plist
Binary file not shown.
Binary file modified Pod/SyneriseSDK.framework/SyneriseSDK
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions SyneriseSDK.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit c1c3b3d

Please sign in to comment.