Skip to content

Releases: hawkiq/laravel-zaincash

v1.0.5

04 Jan 21:16
Compare
Choose a tag to compare

1.0.4

29 Nov 10:53
6eac0c0
Compare
Choose a tag to compare

v1.0.3

17 Dec 07:44
Compare
Choose a tag to compare
  • Refactoring validate function.

v1.0.2

05 Oct 18:47
Compare
Choose a tag to compare

Major Changes

  • Changed checkToken method to parse.
-public function checkToken($token)
+public function parse($token)
  • Redirection now can be handled from user controller.

Whats new ?

  • Refactoring Main service class .
  • Error handling added
  • Custom redirect method can used by user.

v1.0.1

24 Sep 08:47
Compare
Choose a tag to compare

Final Release
Package now can be used globally with many laravel versions above 5.8

  • Fixed auto discovery issue.
  • Updated all docs inside files.
  • One method to do all magic.

V1.0.0 RC

21 Sep 19:07
Compare
Choose a tag to compare

this was my first submit to laravel zain cash , the main function works perfectly .