Skip to content

Releases: zgabievi/laravel-promocodes

v9.1.0

11 Jul 15:32
0022bd7
Compare
Choose a tag to compare
  • Added several methods for retrieving promocodes
  • Added validation rule to check available promocodes
  • Fixed issue related to custom user model association

Rewrite for Laravel 9.x

13 Mar 09:58
Compare
Choose a tag to compare

Code is completely rewritten for Laravel 9.x

Support for PHP 8

21 Feb 16:24
dca1090
Compare
Choose a tag to compare

Added support for PHP 8

Minor updates

19 Oct 12:04
5813893
Compare
Choose a tag to compare
  • 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

16 Sep 23:38
Compare
Choose a tag to compare
  • 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

16 Sep 21:57
Compare
Choose a tag to compare

Returned support for Laravel 5.7

Laravel v8 support

13 Sep 09:23
49b77fe
Compare
Choose a tag to compare

Tagging will be identical as it is on Laravel from now on

Laravel 7.0 support

04 Mar 16:49
ab3d1c8
Compare
Choose a tag to compare
2.3.3

Updated Laravel framework version to add 7.0 support

Laravel 6 support

25 Sep 22:43
f7e9ed9
Compare
Choose a tag to compare
Merge pull request #47 from pmochine/master

Please Merge - Laravel 6.0 Composer Update

Documentation and tests improvement

30 May 19:48
Compare
Choose a tag to compare
  • Added new method to Promocodes, "all" to get all valid promocodes
  • Updated README for better documentation and method arguments
  • Added tests for new functionalities