Releases: JustinBack/SteamPHP
Releases · JustinBack/SteamPHP
Exception Rewrite 1.2.0
This release is a full rewrite of this library with exceptions and curl!
If you still use < 1.2.0 and don't have proper exception handling, don't update as it will break your app!
Full Release 1.1.1
- Added Recurring Microtransactions, see example
- Fixed critical bug in InitTxn (Unable to init one-time purchase)
Full Release 1.0.9
Added One-Time Microtransaction support
Public Beta 1.0.8
- Added \justinback\steam\group to view steam community groups
- Added \justinback\steam\player->GetUserGroupList() to retrieve a list of groups the user is member of, returns the new group class in an array
Public Beta 1.0.7
Added ModifyItems()
Added Consolidate()
Added Dynamic Properties to the item class
Added ExchangeItem
Public Beta 1.0.6
Version 1.0.6 - Added \justinback\steam\player->realname Variable - Added \justinback\steam\player->personaname Variable - Added \justinback\steam\player->GetSteamIDs() to retrieve an object of 64bit, 32bit and the account id from the specified SteamID64
Public Beta 1.0.5
pb1.0.5 - \justinback\steam\player->EnumerateUserPublishedFiles() now returns a \justinback\steam\ugc array - \justinback\steam\iteminfo added - \justinback\steam\item->iteminfo() added - All variables have now their datatype as a prefix
Public Beta 1.0.4
pb1.0.4 Added justinback\steam\player->ReportAbuse() Changed travis config Added justinback\steam\player->ReportAbuse() DocBlock Fixed some tests Added \justinback\steam\iteminfo Added \justinback\steam\inventory->GetInventory() Added \justinback\steam\inventory->GetItemDefs() Fixed DocBlock in \justinback\steam\store Fixed versioning.... AGAIN
Public Beta 1.0.3a1
This one is called like that because I am stupid enough to forget to change the version numbers. Sorry.
Public Beta 1.0.3a
pb1.0.3a Add store class