forked from aboutyou/php-auth-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
38 lines (26 loc) · 1.35 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Version 0.3.6:
- Changed composer package name
Version 0.3.5:
- Replaced php 5.4 array syntax with 5.3 version.
- Changed default login url to checkout.aboutyou.de.
Version 0.3.4:
- Added index.php, with config checks and instructions to get started.
- Added run.sh, composer.phar and documentation how to start examples via php's (> 5.4) internal server.
Version 0.3.3:
- bugfix: getLogoutUrl() always cleaned up the session
- improved: parseRedirectResponse() now cleans the session if there is a logout=true get parameter.
- improved: getLogoutUrl() appends the logout=true get parameter.
Version 0.3.2:
- improved: logout works(remove oauth session) even if it fails at logoutUrl
- improved: always force '&' as get params separator
Version 0.3.1:
- bugfix: typo in composer.json
Version 0.3.0:
- improved: getLoginUrl() can be called multiple times. (Will be regenerated only if parseRedirectResponse() === true)
- improved: logout() has an optional redirectUrl parameter (Will be set to the constructor arg 'redirectUri', if not set)
- improved: every constructor arg not oauth2 required is now optional with default values.
- changed: parseRedirectResponse() returns a bool
- changed: popup parameter default value was set to: true
- new: examples/basic.php
- new: getLogoutUrl() method added, with optional redirectUrl parameter
- updated: documentation howto/pdf