diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7cf2e8a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +## 0.2.0 - August 12, 2021 + +* Universal links and app links + +## 0.1.1 - July 21, 2021 + +* Telemetry +* Push notifications for iOS +* Documentation + +## 0.1.0 - July 8, 2021 + +* Initial release with base functionality of the mobile SDKs - tracking, in-app messages, fetching +* Push notifications for Android diff --git a/LICENSE b/LICENSE index ba75c69..43ccb0d 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,21 @@ -TODO: Add your license here. +MIT License + +Copyright (c) 2021 Exponea + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index df3a6fd..3ccc29b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flutter Exponea SDK +# Flutter Exponea SDK - Beta version Flutter Exponea SDK allows your application to interact with the [Exponea](https://exponea.com/) Customer Data & Experience Platform. Exponea empowers B2C marketers to raise conversion rates, improve acquisition ROI, and maximize customer lifetime value. Flutter SDK is implemented as a wrapper around [native Android SDK](https://github.com/exponea/exponea-android-sdk) and [native iOS SDK](https://github.com/exponea/exponea-ios-sdk). @@ -46,4 +46,4 @@ If facing any issues, look for **Troubleshooting** section in the respective doc ## Release Notes -[Release notes](./Documentation/RELEASE_NOTES.md) for the SDK. +[Release notes](./CHANGELOG.md) for the SDK. diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md deleted file mode 100644 index aba2d4d..0000000 --- a/documentation/RELEASE_NOTES.md +++ /dev/null @@ -1,13 +0,0 @@ -## Release Notes -## Release Notes for 0.1.1 -#### July 21, 2021 -* Features - * Telemetry - * Push notifications for iOS - * Documentation - -## Release Notes for 0.1.0 -#### July 8, 2021 -* Features - * Initial release with base functionality of the mobile SDKs - tracking, in-app messages, fetching - * Push notifications for Android diff --git a/example/pubspec.lock b/example/pubspec.lock index 374fc97..27e3b9a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -56,7 +56,7 @@ packages: path: ".." relative: true source: path - version: "0.1.1" + version: "0.2.0" fake_async: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index a408c37..9281483 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -80,7 +80,7 @@ packages: source: hosted version: "0.12.10" meta: - dependency: transitive + dependency: "direct main" description: name: meta url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index 3de7414..9965d2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,19 +1,20 @@ name: exponea -description: Exponea flutter plugin. -version: 0.1.1 -author: Exponea -homepage: https://exponea.com/ +description: Exponea Flutter SDK +version: 0.2.0 +homepage: https://exponea.com +repository: https://github.com/exponea/exponea-flutter-sdk environment: sdk: ">=2.12.0 <3.0.0" - flutter: ^2.0.0 + flutter: ">=2.0.0" dependencies: flutter: sdk: flutter flutter_web_plugins: sdk: flutter - plugin_platform_interface: 2.0.0 + meta: ^1.3.0 + plugin_platform_interface: ^2.0.0 dev_dependencies: flutter_test: