Releases: mchekin/rpg
Releases · mchekin/rpg
Removing Voyager redundant migrations.
v0.34.0 Removing Voyager migrations. (#53)
Fixing Message box character limit counter.
v0.33.0 Fixing Message box character limit counter. (#52)
Reads directly from Eloquent
Domain only used for Writes (Commands)
Fixing Application name display
v0.31.1 Fixing Application name display. (#50)
Password reset fix.
v0.31.0 Password reset fix. (#49)
Upgrade to laravel 6
Upgrade to laravel 6 (#47) * Updating composer.json + fixing some version relate errors * Fixing LevelServiceTest. * Updating project files for Laravel 6. * Updating Laravel Dusk to version v6.0.
Upgraded to Laravel 5.8
To laravel 5.8 (#46) * Upgraded to Laravel 5.8 * Updating Laravel Dusk version to fix the tests. * Fixing the tests setUp() method to return void. * Moving ValidatePostSize middleware to the global middleware list. * Updating language files * Updating configuration files for laravel 5.8. * Adding .styleci.yml * Updating phpunit.xml * Additional laravel 5.8 file changes. * Updating additional composer dependencies. * Adding back Mockery + fixing database configuration file. * Using php artisan dusk:chrome-driver 73 in .travis.yml * Using php artisan dusk:chrome-driver 70 in .travis.yml * Moving php artisan dusk:chrome-driver 73 in .travis.yml to the install section * Moving 'php artisan dusk:chrome-driver 73' after composer install * Trying 'php artisan dusk:chrome-driver 71' * Removing redundant svg status files + cleaning ExampleTest * Adding 'chmod -R 0755 vendor/laravel/dusk/bin/.' to .travis.yml * 'php artisan dusk:chrome-driver' to 71 in .travis.yml * fixing chmod command in .travis.yml * Temporary disabling Laravel Dusk because of Chrome Driver version issue in Travis CI.
Upgrade to laravel 5.7
Upgrade to laravel 5.7 (#45) * Upgrade laravel/framework version to 5.7.* * Fixing Feature tests. * Updating project files for laravel framework 5.7.* * Fixing public folder. * Fixing Voyager migrations. * Removing redundant files. * Disabling foreign_key_constraints for SQLite.
Fixed compact error in location.show view
v0.27.1 compact error fix (#43)
Upgrade to laravel/framework 5.6
Upgrade to laravel/framework 5.6 (#44) * Updating laravel/framework to 5.6.* + related changes. * Updating php requirement to ^7.2 * Updating .travis.yml php version to ^7.2 * Trying fixing "Chrome version must be between 70 and 73" by downgrading Laravel Dusk to "^3.0" * Adding .editorconfig * Removing deprecated APP_LOG_LEVEL=debug from .env.example