From 3b245b069110a2038c4d97eaf2c658c6f498689a Mon Sep 17 00:00:00 2001 From: Roland Misica Date: Fri, 8 Mar 2024 15:32:17 +0100 Subject: [PATCH] feat/Version 1.6.0 --- CHANGELOG.md | 9 +++++++++ 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, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa04978..01524cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ ## :arrow_double_up: [SDK version update guide](./documentation/VERSION_UPDATE.md) ## Release Notes +## Release Notes for 1.6.0 +#### March 08, 2024 +* Features + * Added In-app messages callback handler to define your customised message action handling + * Android PUSH notification permission request support + * Documentation extended with PUSH notification payload structure description, PUSH handling and more + * Anonymize feature has been described with more details in documentation + + ## Release Notes for 1.5.0 #### January 29, 2024 * Features diff --git a/android/build.gradle b/android/build.gradle index 4d1f488..8564f1a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.exponea' -version '1.5.0-SNAPSHOT' +version '1.6.0-SNAPSHOT' buildscript { ext { diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 8208a37..6684df1 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ - + String { - "1.5.0" + "1.6.0" } } diff --git a/pubspec.yaml b/pubspec.yaml index 69d5da4..dbfca69 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.5.0 +version: 1.6.0 homepage: https://exponea.com repository: https://github.com/exponea/exponea-flutter-sdk