Changed
- Deprecated static
.env
-based configuration in favor of passing aConfigurationOptions
instance toConfiguration.php
. Also deprecated passing an array of configuration infoConfiguration.php
's constructor for the same reason. The deprecated configuration methods will continue to be supported untilv3.0.0
. This closes #1. Big thanks to @cpiggott for his help on this!
Fixed
- Request failing when an expired
accessToken
was passed viaConfiguration.php
Added
ConfigurationOptions.php
configuration classSetStickering
PrepInstructions
enum value