From ea611fe20a819b6514cb6a8a5c7bd9511dff2d79 Mon Sep 17 00:00:00 2001 From: adam1929 <103995671+adam1929@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:43:22 +0200 Subject: [PATCH] feat/Version 1.7.0 --- Documentation/release-notes.md | 16 ++++++++++++++++ android/build.gradle | 2 +- android/src/main/AndroidManifest.xml | 2 +- example/ios/Runner.xcodeproj/project.pbxproj | 6 +++--- example/pubspec.yaml | 2 +- ios/Classes/SwiftExponeaPlugin.swift | 2 +- pubspec.yaml | 2 +- 7 files changed, 24 insertions(+), 8 deletions(-) diff --git a/Documentation/release-notes.md b/Documentation/release-notes.md index e875d70..dda2a13 100644 --- a/Documentation/release-notes.md +++ b/Documentation/release-notes.md @@ -10,6 +10,22 @@ parentDocSlug: flutter-sdk > > Refer to the [SDK version update guide](https://documentation.bloomreach.com/engagement/docs/flutter-sdk-version-update) for details on updating from version 0.x.x to 1.x.x. +## Release Notes +## Release Notes for 1.7.0 +#### August 07, 2024 +* Added: + * Introduces improved SDK documentation at documentation.bloomreach.com. + * Updates native Android SDK to version 3.16.0. + * Updates native iOS SDK to version 2.28.0. + * Extends the SDK API with: + * In-app content block callback and tracking methods + * In-app message callbacks and tracking methods + * A method to track payment events + * Methods related to handling and tracking push notifications +* Fixed: + * Fixes incorrectly mapped parameters in trackAppInboxClick. + * Fixes incorrect links and other minor issues in the documentation. + ## Release Notes for 1.6.0 #### March 08, 2024 * Features diff --git a/android/build.gradle b/android/build.gradle index cd04746..84f8614 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.exponea' -version '1.6.0-SNAPSHOT' +version '1.7.0-SNAPSHOT' buildscript { ext { diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 6684df1..d682da2 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ - + String { - "1.6.0" + "1.7.0" } } diff --git a/pubspec.yaml b/pubspec.yaml index dbfca69..b0f8f55 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: exponea description: >- A full featured wrapper for Exponea SDK that supports Android and iOS. -version: 1.6.0 +version: 1.7.0 homepage: https://exponea.com repository: https://github.com/exponea/exponea-flutter-sdk