Skip to content

Commit

Permalink
feat/Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam1929 authored Oct 11, 2024
1 parent 1107787 commit f0f6303
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Documentation/notification-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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", "~> 2.28.0"
pod "ExponeaSDK-Notifications", "~> 3.0.0"
```

### Carthage
Expand Down
30 changes: 30 additions & 0 deletions Documentation/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,36 @@ 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.0
#### October 11, 2024
* Added:
* Aligns GIF support across App Inbox, In-app messages, and In-app content blocks.
* Removes tracking by the SDK of the apple_push_notification_authorized customer parameter.
* Adds tracking of session end when calling anonymize() while auto session tracking is enabled.
* Adds a manualSessionAutoClose configuration parameter to override automatic session end tracking for open sessions when sessionStart is called multiple times.
* Adds tracking of a new state parameter to push notification delivery events.
* Updates the default session timeout to 60 seconds.
* Improves In-app content block carousel documentation.
* Improves the behavior of the Segmentation API’s getSegments method.
* Adds the identification of Cancel button clicks in In-app message close events and inclusion of the button label in the tracked event.
* Adds several minor documentation improvements.
* Fixed:
* Fixes the Segmentation API linkIds log level and improves the log messages.
* Fixes an issue where manual gestures caused an infinite loop in an In-app content block carousel.
* Fixes an issue where afterInit was called twice for a specific configure() function.
* Fixes an issue causing In-app content block carousel messages to flicker.
* Fixes an issue where reloading In-app messages triggered an infinite loop.
* Fixes an issue where multiple close events were tracked for HTML messages.
* Fixes an issue where fetching App Inbox after calling identifyCustomer returned corrupt data.
* Fixes incorrect URLs in the documentation.
* Fixes an issue where the In-app message selector ignored the presentation state.
* Fixes the InAppMesagePresenter log level.
* Fixes refreshing of In-app content blocks after identifyCustomer.
* Fixes incorrect Segmentation API category enum type from merchandise to merchandising.
* Fixes incorrect handling and tracking of multiple close buttons in HTML messages.
* Fixes case when segmentation callback do not return all data.


## Release Notes for 2.28.0
#### August 01, 2024
* Added:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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", "~> 2.28.0"
pod "ExponeaSDK", "~> 3.0.0"
```
For more information, refer to [Specifying pod versions](https://guides.cocoapods.org/using/the-podfile.html#specifying-pod-versions) in the Cocoapods documentation.

Expand Down
2 changes: 1 addition & 1 deletion ExponeaSDK-Notifications.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "ExponeaSDK-Notifications"
s.version = "2.28.0"
s.version = "3.0.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.
Expand Down
2 changes: 1 addition & 1 deletion ExponeaSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "ExponeaSDK"
s.version = "2.28.0"
s.version = "3.0.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.
Expand Down
4 changes: 2 additions & 2 deletions ExponeaSDK/Example/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.28.0</string>
<string>3.0.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>90</string>
<string>91</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
Expand Down
4 changes: 2 additions & 2 deletions ExponeaSDK/ExampleNotificationContent/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.28.0</string>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>90</string>
<string>91</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
4 changes: 2 additions & 2 deletions ExponeaSDK/ExampleNotificationService/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.28.0</string>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>90</string>
<string>91</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.28.0</string>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>90</string>
<string>91</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions ExponeaSDK/ExponeaSDK/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.28.0</string>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>90</string>
<string>91</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion ExponeaSDK/ExponeaSDKShared/Classes/Exponea.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Foundation

public class Exponea {
public static let version = "2.28.0"
public static let version = "3.0.0"
/// A logger used to log all messages from the SDK.
public static var logger: Logger = Logger()

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ It has been written 100% in Swift with ❤️

```ruby
# Add this under your main application target
pod "ExponeaSDK", "~> 2.28.0"
pod "ExponeaSDK", "~> 3.0.0"

# If you also use rich push notifications,
# add this line to your notification service extension target.
pod "ExponeaSDK-Notifications", "~> 2.28.0"
pod "ExponeaSDK-Notifications", "~> 3.0.0"
```

### Carthage

> 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" ~> 2.28.0
github "exponea/exponea-ios-sdk" ~> 3.0.0
```
> And then in your Command line tool type ```carthage update --use-xcframeworks --platform ios```
Expand Down

0 comments on commit f0f6303

Please sign in to comment.