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

Commit

Permalink
Merge pull request #434 from AzureAD/dev
Browse files Browse the repository at this point in the history
Releasing 1.0.13
  • Loading branch information
tushargupta51 authored Nov 8, 2016
2 parents 8dbe3fb + fd183cf commit 42c0652
Show file tree
Hide file tree
Showing 11 changed files with 655 additions and 300 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Active Directory Authentication Library for JavaScript (ADAL JS) helps you to us
This library is optimized for working together with AngularJS.

## Versions
Current version - 1.0.12
Current version - 1.0.13
Minimum recommended version - 1.0.11
You can find the changes for each version in the [change log](https://github.com/AzureAD/azure-activedirectory-library-for-js/blob/master/changelog.txt).

Expand All @@ -26,7 +26,7 @@ If you find a security issue with our libraries or services please report it to

## The Library

This is a GA released version. The current version is **1.0.12**.
This is a GA released version. The current version is **1.0.13**.

You have multiple ways of getting ADAL JS:

Expand All @@ -37,10 +37,10 @@ Via NPM:
Via CDN:

<!-- Latest compiled and minified JavaScript -->
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.12/js/adal.min.js"></script>
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.12/js/adal-angular.min.js"></script>
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.13/js/adal.min.js"></script>
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.13/js/adal-angular.min.js"></script>

CDN will be updated to latest version 1.0.12.
CDN will be updated to latest version 1.0.13.

Via Bower:

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adal-angular",
"version": "1.0.12",
"version": "1.0.13",
"homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js",
"authors": [
"MSOpentech"
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.0.13
=========================
* Pass 'error' parameter to the callback besides 'error_description': #424
* Adding API documentation of adal.js
* Adding 'acquireTokenSuccess' and 'acquireTokenFailure' events in adal-angular.js
* Other bug fixes and updates

Version 1.0.12
==========================
* Adding support for Login using a pop-up instead of a full redirect. Please see this: https://github.com/AzureAD/azure-activedirectory-library-for-js/issues/60
Expand Down
4 changes: 2 additions & 2 deletions dist/adal-angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/adal.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 42c0652

Please sign in to comment.