Skip to content

Commit 727e475

Browse files
committed
Added changelog (closes #20, thanks to @Nicofuma, refs daviddesberg/PHPoAuthLib#311)
1 parent 3b4037a commit 727e475

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

changelog.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# v0.7-dev
2+
3+
## Development
4+
5+
- PHP 7 support - [#9](https://github.com/logical-and/php-oauth/issues/9)
6+
- support to autoload tests was moved to autoload-dev - [#10](https://github.com/logical-and/php-oauth/issues/10)
7+
- Added changelog - [#20](https://github.com/logical-and/php-oauth/issues/20)
8+
9+
## Features
10+
11+
- Added DeviantArt service - [#18](https://github.com/logical-and/php-oauth/issues/18)
12+
13+
# v0.6
14+
15+
## Development
16+
17+
- Unit tests coverage
18+
19+
## Features
20+
21+
- Added Soundclound "non-expiring" scope - [#17](https://github.com/logical-and/php-oauth/issues/17)
22+
- Added Facebook "user_tagged_places" scope services - [#16](https://github.com/logical-and/php-oauth/issues/16)
23+
- Added LinkedIn "w_share" scope services - [#15](https://github.com/logical-and/php-oauth/issues/15)
24+
25+
# v0.5
26+
27+
## Development
28+
29+
- Refactoring
30+
- Added extractors (methods to receive user data via oauth providers)
31+
32+
## Features
33+
34+
- Added new Extractor methods - [#14](https://github.com/logical-and/php-oauth/issues/14)
35+
- Added EveOnline service - [#12](https://github.com/logical-and/php-oauth/issues/12)
36+
- Added Storage/File support - [#11](https://github.com/logical-and/php-oauth/issues/11)
37+
- Add Google Reports API scope constants - [#13](https://github.com/logical-and/php-oauth/issues/13)

0 commit comments

Comments
 (0)