Releases: DoSomethingArchive/gateway
Releases · DoSomethingArchive/gateway
Release list
v3.0.2
Fixes a bug where our WithOAuthTokens trait for testing was utilizing a now deprecated array_random() helper class. This switches to using the Arr class and Arr::random() static method on the class supported in Laravel 6.0+. (#130)
v3.0.1
v3.0.0
v2.2.1
v2.2.0
v2.1.0
v2.0.0
Update to use Northstar's v2/ APIs, including some slight API changes:
- gateway('northstar')->getUser('id', '5571f4f5a59dbf3c7a8b4569');
+ gateway('northstar')->getUser('5571f4f5a59dbf3c7a8b4569');
- gateway('northstar')->getUser('mobile', '5551234444');
+ gateway('northstar')->getUserByMobile('5551234444');
- gateway('northstar')->getUser('email', 'example@dosomething.org');
+ gateway('northstar')->getUserByEmail('example@dosomething.org');v1.17.0
v1.16.0
Renames userPasswordReset to userCallToAction (refs https://github.com/DoSomething/blink/pull/235)
v1.15.0
This cursed release deprecates pre-TGM Gambit client. It's cursed because it also adds the Blink userPasswordReset, which gets renamed in https://github.com/DoSomething/gateway/releases/tag/v1.16.0.
⚰️