From 5d76a937d37723d5f57842bb3b3d11b6375354d6 Mon Sep 17 00:00:00 2001 From: Najm Njeim Date: Mon, 15 Jul 2024 06:36:17 +0300 Subject: [PATCH] v1.1.31 --- CHANGELOG.md | 4 ++++ README.md | 7 +++---- config/world.php | 1 + 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af15919..edb82b7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `country` will be documented in this file +## 1.1.31 - 2024-07-15 +- Addition of the fa locale @DevNull-IR +- Addition of cities from Malaysia @hirenkeraliya + ### 1.1.30 - 2024-02-08 - Addition of the br, fr, hr, kr, pt locales @rinodrummer - Addition of the install helper @rinodrummer diff --git a/README.md b/README.md index bab69b5..9d83e25 100755 --- a/README.md +++ b/README.md @@ -28,10 +28,9 @@ php artisan migrate php artisan db:seed --class=WorldSeeder # (requires ~15min) ``` -### What's new in v1.1.30? -- Addition of the br, fr, hr, kr, pt locales @rinodrummer -- Addition of the install helper @rinodrummer -- Ability to define a custom database connection @rinodrummer +### What's new in v1.1.31? +- Addition of the fa locale @DevNull-IR +- Addition of cities from Malaysia @hirenkeraliya ### Changelog diff --git a/config/world.php b/config/world.php index dce36bc..ae322ed 100755 --- a/config/world.php +++ b/config/world.php @@ -31,6 +31,7 @@ 'de', 'en', 'es', + 'fa', 'fr', 'hr', 'it',