Releases: SmItH197/SteamAuthentication
Releases · SmItH197/SteamAuthentication
SteamAuthentication v4.0
This release is long overdue
What's New
- key change in this is moving to HTTPS.
View all changes here.
SteamAuthentication v3.2
What's New
- Updated the LightopenID script to v1.3.1
- Added MIT License
- Updated with the new login buttons provided by Valve
- Updated Readme with information on wiki, creating issues and gambling sites.
View all changes here.
SteamAuthentication v3.1.1
What's New
View all changes here.
SteamAuthentication v3.1
What's New
- Various enhancements to the demo.php, steamauth.php and Readme (#116 and #117).
- Renamed
settings.php
to SteamConfig.php
to avoid filename conflicts (see issue #120)
- Added a headers already sent check in
steamauth.php
, hopefully will fix issues like #123
- Spelling errors (ecb2533)
- Updated the logout mechanism (see #116)
View all changes here.
Thanks to everyone who contributed!
SteamAuthentication v2.3.2
What's New
- Fixed $steamauth['loginpage'] not working, see #80.
View changes here.
SteamAuthentication v2.3.1
What's New
- Couple of fixes, see #72.
Thanks BlackCetha
View changes here.
SteamAuthentication v2.3
What's New
- Added support for GET variables upon login. (See pull request #66)
Thanks MeLlamoPablo!
View changes here.
SteamAuthentication v2.2
Whats New
- Muted the file_get_contents() function in userInfo.php. The file will now die() and output an error if it isn't able to access the Steam API for some reason.
- userInfo.php will not do anything if the user hasn't logged in.
Thanks MeLlamoPablo!
View changes here.
SteamAuthentication v2.1.3
Whats New
- Reverted SQL fix (see #49, issues: #51).
- Added note about SQL to Readme.
View changes here.