Skip to content

v3.0.0

Choose a tag to compare

@papamarfo papamarfo released this 30 Jul 15:07
· 19 commits to main since this release

This release promotes v3 from beta to stable, and rebrands the package under Speso.

What's Changed

  • Renamed package from sparors/laravel-ussd to speso/laravel-ussd.
  • Renamed namespace from Sparors\Ussd to Speso\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.0

Then 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