Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 943 Bytes

CHANGELOG.md

File metadata and controls

40 lines (21 loc) · 943 Bytes

Changelog

All notable changes to laravel-nepal-geo will be documented in this file.

Release 1.2.5 - 2024-06-23

🔨 fix: DistrictSeeder referencing to province_id.

Release 1.2.4 - 2024-06-23

  • 🔨 fix: remove deleted_at from all the seeder class.

Release 1.2.3 - 2024-06-23

  • 🔨 fix: remove all instance of provinces from the package.

Release 1.2.2 - 2024-06-23

  • 🔨 fix: migration filenames.

Release 1.2.1 - 2024-06-23

  • 🔨 fix: namespace and schema name for cities.

Release 1.2.0 - 2024-06-23

  • 🔨 fix: Seeder namespace.

Release 1.1.1 - 2024-06-23

  • ♻️ refac: Fix Base Seeder File Name.

Release 1.1.0 - 2024-06-23

  • 🔨 fix: Typo on states migration file

Release 1.0.0 - 2024-06-23

  • Publishable Migrations for states, districts, and cities.
  • Seeder Classes StateSeeder, DistrictSeeder, and CitySeeder for insertion.