Releases: tomirons/pw-web
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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
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
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