Skip to content

Commit 3c4a1f6

Browse files
author
Phil Sturgeon
committed
Tagged v0.3.0, with more (and tidier) providers.
1 parent 685f9c0 commit 3c4a1f6

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,15 @@ class Auth extends CI_Controller
8080
}
8181
```
8282

83-
If all goes well you should see a dump of user data and have `$token` available. If all does not go well you'll likely have a bunch of errors on your screen.
83+
If all goes well you should see a dump of user data and have `$token` available. If all does not go well you'll likely have a bunch of errors on your screen.
84+
85+
Contribute
86+
----------
87+
88+
1. Check for open issues or open a new issue for a feature request or a bug
89+
2. Fork [the repository][] on Github to start making your changes to the
90+
`develop` branch (or branch off of it)
91+
3. Write a test which shows that the bug was fixed or that the feature works as expected
92+
4. Send a pull request and bug me until I merge it
93+
94+
[the repository]: https://github.com/philsturgeon/codeigniter-oauth2

spark.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: codeigniter-oauth2
2-
version: 0.2.0
2+
version: 0.3.0
33
compatibility: 2.0.0

0 commit comments

Comments
 (0)