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

Commit ce39c04

Browse files
author
Brian Retterer
committed
Version 1.18.0
-------------- Released on January 3, 2017 - Happy New Year! - Added OrgNameKey to Password Grant Type (Resolves #61) - Update all copyright dates to 2017
1 parent f54a905 commit ce39c04

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ stormpath-sdk-php Changelog
22
===========================
33

44

5+
Version 1.18.0
6+
--------------
7+
8+
Released on January 3, 2017
9+
10+
- Happy New Year!
11+
- Added OrgNameKey to Password Grant Type (Resolves #61)
12+
- Update all copyright dates to 2017
13+
514
Version 1.17.2
615
--------------
716

CONTRIBUTING.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Contributing
22

3-
You can make your own contributions by forking the dev branch, making your changes, and issuing pull-requests on the dev branch.
3+
Contributions, bug reports and issues are very welcome. Stormpath regularly maintains this repository, and are quick to review pull requests and accept changes!
4+
5+
You can make your own contributions by forking the `dev` branch of this repository, making your changes, and issuing pull request on the `dev` branch.
6+
7+
Any Pull request made directly to `master` or other branches will be closed.

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2016 Stormpath, Inc.
1+
Copyright 2017 Stormpath, Inc.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ If you feel the contributions require document changes as well, or the contribut
6969

7070
## Copyright
7171

72-
Copyright © 2013-2016 Stormpath, Inc. and contributors.
72+
Copyright © 2013-2017 Stormpath, Inc. and contributors.
7373

7474
This project is open-source via the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).

src/Util/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
class Version
2222
{
23-
const SDK_VERSION = '1.17.2';
23+
const SDK_VERSION = '1.18.0';
2424

2525
}

0 commit comments

Comments
 (0)