From 44224d727dcff671f081134bcc44490333ca5731 Mon Sep 17 00:00:00 2001 From: adam1929 <103995671+adam1929@users.noreply.github.com> Date: Tue, 15 Aug 2023 15:38:40 +0200 Subject: [PATCH] feat/Version 1.4.1 --- CHANGELOG.md | 7 +++++++ 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, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9100b..266c929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ## :arrow_double_up: [SDK version update guide](./documentation/VERSION_UPDATE.md) ## Release Notes +## Release Notes for 1.4.1 +#### August 15, 2023 +* Bug Fixes + * Fixed: Mapping of is_read vs isRead and create_time vs createTime + * Fixed: Registration of App Inbox button for iOS part + + ## Release Notes for 1.4.0 #### April 28, 2023 * Features diff --git a/android/build.gradle b/android/build.gradle index e7f388a..652d605 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.exponea' -version '1.4.0-SNAPSHOT' +version '1.4.1-SNAPSHOT' buildscript { ext { diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 2414243..2e3f7d3 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ - + String { - "1.4.0" + "1.4.1" } } diff --git a/pubspec.yaml b/pubspec.yaml index 034e31b..165c59d 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.0 +version: 1.4.1 homepage: https://exponea.com repository: https://github.com/exponea/exponea-flutter-sdk