2013-02-15 17:08:41 +00:00
|
|
|
# Changelog
|
|
|
|
|
2013-03-04 13:18:34 +00:00
|
|
|
## 1.0.7 (released 2013-03-04)
|
|
|
|
|
|
|
|
* Added method `requireStateParam()`
|
|
|
|
* Added method `requireScopeParam()`
|
|
|
|
|
|
|
|
## 1.0.6 (released 2013-02-22)
|
2013-02-22 15:42:32 +00:00
|
|
|
|
|
|
|
* Added links to tutorials in the README
|
|
|
|
* Added missing `state` parameter request to the `checkAuthoriseParams()` method.
|
|
|
|
|
2013-02-21 17:51:51 +00:00
|
|
|
## 1.0.5 (released 2013-02-21)
|
2013-02-21 17:44:26 +00:00
|
|
|
|
|
|
|
* Fixed the SQL example for SessionInterface::getScopes()
|
|
|
|
|
2013-02-20 13:17:36 +00:00
|
|
|
## 1.0.3 (released 2013-02-20)
|
|
|
|
|
|
|
|
* Changed all instances of the "authentication server" to "authorization server"
|
|
|
|
|
2013-02-20 12:40:42 +00:00
|
|
|
## 1.0.2 (released 2013-02-20)
|
|
|
|
|
|
|
|
* Fixed MySQL create table order
|
|
|
|
* Fixed version number in composer.json
|
|
|
|
|
|
|
|
## 1.0.1 (released 2013-02-19)
|
|
|
|
|
|
|
|
* Updated AuthServer.php to use `self::getParam()`
|
|
|
|
|
|
|
|
## 1.0.0 (released 2013-02-15)
|
2013-02-15 17:08:41 +00:00
|
|
|
|
2013-03-04 13:18:34 +00:00
|
|
|
* First major release
|