Skip to content

Releases: theHocineSaad/laravel-chargily-epay

v1.2.0

06 Apr 11:40
Compare
Choose a tag to compare

Removed auto-loading of migrations:

Now, the developer must publish migrations. The reason why I took that decision is to avoid duplicate tables when publishing the migrations.

The package is now tested and ready for production.

v1.1.0-beta

23 Feb 13:01
Compare
Choose a tag to compare
v1.1.0-beta Pre-release
Pre-release

Add

Added a second parameter to make() and charge() functions.
If you added a column to the invoices table, you can pass its value in that second parameter, more information is in the readme file:

Update

Readme file.

v1.0.2-beta

11 Sep 15:42
Compare
Choose a tag to compare
v1.0.2-beta Pre-release
Pre-release

Added some unit tests

v1.0.1-beta

11 Sep 09:24
Compare
Choose a tag to compare
v1.0.1-beta Pre-release
Pre-release

Code refactoring

v1.0.0-beta

10 Sep 19:06
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

Initial beta release