Skip to content

v1.10

Compare
Choose a tag to compare
@kresnasatya kresnasatya released this 27 May 05:36
· 4 commits to main since this release
f0f2cfc

BREAKING CHANGE!

Change parameter position of impersonate() method to remove error message from PHP 8.1.

- impersonate($credentials = array(), $username);
+ impersonate($username, $credentials = array());

Full Changelog: v1.9.5...v1.10