Skip to content

Commit

Permalink
v1.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
nnjeim committed Mar 26, 2023
1 parent d932543 commit 8378ebf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ php artisan migrate
php artisan db:seed --class=WorldSeeder (requires ~15min)
```

### What's new in v1.1.20?
- Updated source data: countries, states and cities.
- Addition of a console command to refresh the new world data:
- Run `composer update`
- Run php artisan `world:refresh`
### What's new in v1.1.23?
- Croatia currency changed to EUR.
Upgrades can be done as:
- Run `composer update`
- Run `php artisan world:refresh`

It is important to note that the world refresh command will drop the existing tables, migrate and re-seed the new data.

Expand Down

0 comments on commit 8378ebf

Please sign in to comment.