Skip to content

Releases: mchekin/rpg

Removing Voyager redundant migrations.

16 Feb 12:19
d61c852
Compare
Choose a tag to compare
Pre-release
v0.34.0

Removing Voyager migrations. (#53)

Fixing Message box character limit counter.

15 Feb 11:59
fbc6dc0
Compare
Choose a tag to compare
v0.33.0

Fixing Message box character limit counter. (#52)

Reads directly from Eloquent

14 Feb 19:19
c54928b
Compare
Choose a tag to compare
Pre-release

Domain only used for Writes (Commands)

Fixing Application name display

08 Dec 07:51
3998b41
Compare
Choose a tag to compare
Pre-release
v0.31.1

Fixing Application name display. (#50)

Password reset fix.

08 Dec 06:38
25165a4
Compare
Choose a tag to compare
Password reset fix. Pre-release
Pre-release
v0.31.0

Password reset fix. (#49)

Upgrade to laravel 6

07 Dec 13:54
70c9e8e
Compare
Choose a tag to compare
Upgrade to laravel 6 Pre-release
Pre-release
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

04 Dec 06:26
04f3bab
Compare
Choose a tag to compare
Pre-release
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

27 Nov 05:59
e1aa47c
Compare
Choose a tag to compare
Pre-release
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

19 Nov 06:59
Compare
Choose a tag to compare
v0.27.1

compact error fix (#43)

Upgrade to laravel/framework 5.6

18 Nov 21:02
f894a0d
Compare
Choose a tag to compare
Pre-release
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