Releases: Tustin/psn-php
4.0.0
This version enforces PHP 8.1. Please only use ^4.0.0
with this version of PHP. ^3.0.0
will still be supported for the time being and works on PHP 7.4 and 8.0 (without deprecation warnings).
- Removes
myclabs/php-enum
in favor of native PHP enums. - Utilizes constructor property promotion where appropriate (e.g. in constructors with only one or maybe two parameters; for clarity reasons).
- Utilizes
mixed
type where applicable. - Upgrades OAuth client to the new one Sony is using.
3.0.4
3.0.3
3.0.2
3.0.1
Support for new PlayStation API
This releases (finally) pushes the new PlayStation API to composer. The old API is deprecated and will most likely break, so I wanted to finally push this version.
A complete refactor will be required if you are still using the 2.x version. Documentation will be updated periodically with new examples.
New auth method for Composer
This release is primarily for the new login method loginWithNpsso
to fix the Access Denied error using the old 2FA login method. You can view the new first login method on the docs: https://tusticles.com/psn-php/first_login.html
Small updates and additions
Merge pull request #91 from jbdabes/master update to include @AndrewGatenbyVS changes
Adds last online date
Adds support for the new lastOnlineDate property added to the API.
Some fixes
Various changes and fixes.