v3.0.0
This release promotes v3 from beta to stable, and rebrands the package under Speso.
What's Changed
- Renamed package from
sparors/laravel-ussdtospeso/laravel-ussd. - Renamed namespace from
Sparors\UssdtoSpeso\Ussd. See the upgrade guide for migration steps.
Added
- Add Laravel 13 support.
Upgrading from sparors/laravel-ussd
composer remove sparors/laravel-ussd
composer require speso/laravel-ussd:^3.0Then find and replace Sparors\Ussd with Speso\Ussd across your application. No other API or behavior changes in this release.
Full Changelog: v3.0.0-beta.3...v3.0.0