From bb8192081caedd6288c35bf3706c3f63174886ca Mon Sep 17 00:00:00 2001 From: chrwend Date: Mon, 16 Jan 2017 12:37:38 +0100 Subject: [PATCH] Update readme and changelog --- Documentation/Changelog.md | 6 ++++++ README.md | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index b543ff6..6cd7344 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -1,5 +1,11 @@ ###Changelog:### +### 1.1.2 +* [BUGFIX] Installing an app through HockeyApp would falsely report this as a store installation on Android Nougat +* [BUGFIX] Workaround an issue when installing updates and targeting SDK version 24 +* [BUGFIX] Added user contributed localizations for Simplified Chinese and Russian +* [UPDATE] Plugin now uses HockeySDK Android 4.1.2 + ### 1.1.1 * [BUGFIX] Fix bug where report for managed exceptions didn't contain a `CrashReporter Key`. The key is needed to get proper user statistics on the portal * [UPDATE] Plugin now uses HockeySDK Android 4.0.1 diff --git a/README.md b/README.md index c73c0f1..12f317c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Version 1.1.1 +## Version 1.1.2 ======= ## Introduction @@ -21,7 +21,7 @@ The following features are currently supported: This document contains the following sections: -1. [Requirements (Version 1.1.1)](#1) +1. [Requirements (Version 1.1.2)](#1) 2. [Installation & Setup](#2) 3. [Examples](#3) 4. [Troubleshooting](#4) @@ -29,7 +29,7 @@ This document contains the following sections: 6. [Contributor License](#6) 7. [Licenses](#7) -## Requirements (Version 1.1.1) +## Requirements (Version 1.1.2) * [Changelog](Documentation/Changelog.md) * Unity 5.0 or newer (SDK versions with Unity 4 support can be found at the [Unity Asset Store](https://www.assetstore.unity3d.com/en/?gclid=CO) or by switching to the 1.0.3 tag on GitHub).