Skip to content

Releases: JustinBack/SteamPHP

Exception Rewrite 1.2.0

24 Mar 02:56

Choose a tag to compare

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

15 Nov 11:21

Choose a tag to compare

  • Added Recurring Microtransactions, see example
  • Fixed critical bug in InitTxn (Unable to init one-time purchase)

Full Release 1.0.9

28 Oct 09:47
8c47fbd

Choose a tag to compare

Added One-Time Microtransaction support

Public Beta 1.0.8

23 Sep 22:05
e8de40c

Choose a tag to compare

  • 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

13 Aug 23:41
5df3765

Choose a tag to compare

Added ModifyItems()
Added Consolidate()
Added Dynamic Properties to the item class
Added ExchangeItem

Public Beta 1.0.6

06 Jul 01:40
e855ae7

Choose a tag to compare

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

29 Jun 09:49
b91b465

Choose a tag to compare

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

26 Jun 15:52
a88ba9f

Choose a tag to compare

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

22 Jun 18:00
b5e02e3

Choose a tag to compare

This one is called like that because I am stupid enough to forget to change the version numbers. Sorry.

Public Beta 1.0.3a

21 Jun 12:27
d1b7278

Choose a tag to compare

pb1.0.3a

Add store class