Releases: zgabievi/laravel-promocodes
Releases · zgabievi/laravel-promocodes
v9.1.0
Rewrite for Laravel 9.x
Code is completely rewritten for Laravel 9.x
Support for PHP 8
Added support for PHP 8
Minor updates
- updated configuration to follow Laravel 8 recommendations
- updated migration to use id shortcut for id increments
- changed testing to work on all major php versions, and updated assertions to strict ones
Some features and minor fixes
- Added separate methods for promo code creation parameters
- Added ability to add prefix/suffix on promo codes while creating (without using global prefix/suffix)
- Updated tests and some methods to support multi usage of promo code
Laravel 5.7 support
Returned support for Laravel 5.7
Laravel v8 support
Tagging will be identical as it is on Laravel from now on
Laravel 7.0 support
2.3.3 Updated Laravel framework version to add 7.0 support
Laravel 6 support
Merge pull request #47 from pmochine/master Please Merge - Laravel 6.0 Composer Update
Documentation and tests improvement
- Added new method to Promocodes, "all" to get all valid promocodes
- Updated README for better documentation and method arguments
- Added tests for new functionalities