2.0.0-RC1
Pre-release
Pre-release
Changed
- Added a ServiceProvider for Laravel 5 and adapted the original Service Provider to proxy the L4 or L5 service provider depending on the Laravel version.
- Added a Manager class (#34) to configure a Twilio object from an array of settings, depending on the requested from address.
- Abstracted a TwilioInterface from the Twilio class (#34).
- Allowed second argument to be callable as message builder (#36).
- Made the Twilio class independent from the Laravel Framework, thus made the package framework agnostic.
- Moved files around (Facade and Service Providers to Support subnamespace).
- Dropped PHP 5.3 support (by accident, by using square array bracket syntax).
- Autoloading from PSR-0 to PSR-4.
- Changed version constraint for twilio/sdk to
~3.12because of3.13.0release.
Added
- PSR-2 code style throughout
- .gitattributes file for keeping unnecessary files out of --prefer-dist installations and unified line endings.
Fixed
- Year in License file