Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 600f313

Browse files
author
Brian Retterer
committed
Version Bump
1 parent fe4bc72 commit 600f313

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/tests export-ignore
44
.gitattributes export-ignore
55
.gitignore export-ignore
6+
/.github export-ignore
67
.travis.yml export-ignore
78
phpunit.xml.dist export-ignore
89
CHANGES.md export-ignore

CHANGES.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
stormpath-sdk-php Changelog
22
===========================
33

4+
Version 1.14.0
5+
--------------
6+
7+
Released on March 16, 2016
8+
9+
- Documentation updates
10+
- Using openssl for apiKey options (Fixes #132)
11+
- Added Github Templates for PRs and Issues (Fixes #138)
12+
- Passing code to Exception off of Resource Exception (Fixes #138)
13+
- Update Facebok Provider to include code and access_token (Fixes #142)
14+
- Official Support for PHP 7 (Fixes #144)
15+
- Updated PHP Sec Library (Fixes #144)
16+
- Added .gitattributes for cleaner composer (Fixes #123)
17+
418
Version 1.13.0
519
--------------
620

7-
Released on January 26, 2015
21+
Released on January 26, 2016
822

923
- Added SAML to the SDK!
1024
- Add ability to use the password reset token from the normal workflow inside of the ID Site

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ On your project root, install Composer
2222
Configure the **stormpath/sdk** dependency in your 'composer.json' file:
2323

2424
"require": {
25-
"stormpath/sdk": "1.13.*"
25+
"stormpath/sdk": "1.14.*"
2626
}
2727

2828
On your project root, install the the SDK with its dependencies:

src/Util/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
class Version
2222
{
23-
const SDK_VERSION = '1.13.0';
23+
const SDK_VERSION = '1.14.0';
2424

2525
}

0 commit comments

Comments
 (0)