Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
v0.9.0 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shakhnazarov authored and Vladimir Kotikov committed Feb 8, 2017
1 parent 2ee2341 commit e784ebe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
0.9.0 - February 8, 2017
* Use alternative sources to populate 'userInfo' in case if 'idToken' is not defined
* Make AuthenticationSettings.setUseBroker available across platforms
* Bump Android version to 1.10.0
* windows: Fix login issues on Windows when user id is specified
* android: Fix silent token acquisition using broker component
* ios: Put ADAL CODE_SIGN_ENTITLEMENTS according to ios@4.3.0 Api

0.8.1 - September 22, 2016
* added `cordovaDependencies` section to package.json
* ios: bump and rebuild ADAL SDK to 2.2.6
Expand Down
7 changes: 6 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-ms-adal",
"version": "0.8.1",
"version": "0.9.0",
"description": "Provides Microsoft Azure Active Directory (ADAL) OAuth client.",
"cordova": {
"id": "cordova-plugin-ms-adal",
Expand All @@ -22,6 +22,11 @@
"cordova-windows": ">=4.1.0",
"cordova": ">=5.4.0"
},
"0.9.0": {
"cordova-android": ">=4.1.0",
"cordova-windows": ">=4.1.0",
"cordova": ">=5.4.0"
},
"1.0.0": {
"cordova": ">=100"
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Expand Up @@ -3,7 +3,7 @@
Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
-->
<plugin id="cordova-plugin-ms-adal" version="0.8.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-ms-adal" version="0.9.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>ADAL for Cordova</name>
<description>Provides Microsoft Azure Active Directory (ADAL) OAuth client.</description>

Expand Down

0 comments on commit e784ebe

Please sign in to comment.