From d989a90fd88235093a66be68b3b34d487834b519 Mon Sep 17 00:00:00 2001 From: adam1929 <103995671+adam1929@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:06:36 +0100 Subject: [PATCH] feat/Version 1.5.0 --- CHANGELOG.md | 11 +++++++++++ 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, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 062e52d..aa04978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ ## :arrow_double_up: [SDK version update guide](./documentation/VERSION_UPDATE.md) ## Release Notes +## Release Notes for 1.5.0 +#### January 29, 2024 +* Features + * In-app content block feature has been added into SDK + * Dart SDK version increased to 2.17.0 + * Flutter minimal version increased to 3.0.0 +* Bug Fixes + * Fixed: Bad handling of native errors to Flutter ones causes crash + * Fixed: Wrong data types for App Inbox params showIcon and enabled + + ## Release Notes for 1.4.2 #### October 11, 2023 * Bug Fixes diff --git a/android/build.gradle b/android/build.gradle index 22a9a28..4d1f488 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.exponea' -version '1.4.2-SNAPSHOT' +version '1.5.0-SNAPSHOT' buildscript { ext { diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index d9090ee..8208a37 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ - + String { - "1.4.2" + "1.5.0" } } diff --git a/pubspec.yaml b/pubspec.yaml index 73a2fda..69d5da4 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.4.2 +version: 1.5.0 homepage: https://exponea.com repository: https://github.com/exponea/exponea-flutter-sdk