Skip to content

Releases: tomirons/pw-web

v1.0.7

29 Jan 17:44
4ea5160
Compare
Choose a tag to compare

Fixed:

  • Discounts not working properly

v1.0.6

07 Sep 18:06
Compare
Choose a tag to compare

Force username to lowercase on registration and login

v1.0.5

25 Mar 23:29
Compare
Choose a tag to compare

Changed the PaymentWall API to include the required parameters.

If you are updating run the following commands:
composer install or composer update and php artisan migrate

v1.0.4

22 Mar 04:33
Compare
Choose a tag to compare

Fixed the voucher issue where it wouldn't add to the times_redeemed column.

If you are updating run the following commands:
composer install and php artisan migrate

v1.0.3

27 Feb 15:34
Compare
Choose a tag to compare
Another attempt to fix the paymentwall pingback

v1.0.2

25 Feb 23:47
Compare
Choose a tag to compare

Fixed issue #14

v1.0.1

24 Feb 23:05
Compare
Choose a tag to compare

This release is to fix the problem when saving the paymentwall settings.

v1.0.0

11 Feb 20:54
Compare
Choose a tag to compare

We've fixed the PayPal donation issue with this release, to use PayPal you will have to upgrade your account to a business account and create an application on the developer site.

Notice: If updating, run the following commands after uploading the files:
composer update
php artisan db:seed --class=SettingsTableSeeder

Beta v1.0.2

06 Jan 05:20
Compare
Choose a tag to compare
Beta v1.0.2 Pre-release
Pre-release

We fixed a lot of issues with the 1.3.6 version. There are some things which we still can't to work but there are temporary fixes in place for now.

Notice: Run the following commands after uploading the files:

composer update

php artisan db:seed --class=SettingsTableSeeder

Beta v1.0.1

04 Jan 05:49
Compare
Choose a tag to compare
Beta v1.0.1 Pre-release
Pre-release

We've gone ahead and added a language feature to the application. A user can select which language they want to use and if they are logged in, it will be saved to their account.

Notice: Run the following commands after uploading the files:

composer install
php artisan migrate