Skip to content

Latest commit

 

History

History
executable file
·
91 lines (65 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

executable file
·
91 lines (65 loc) · 2.46 KB

Changelog

All notable changes to country will be documented in this file

1.1.18 - 2022-11-29

  • Corrected message translation in the response.

1.1.17 - 2022-11-29

  • Corrected path of the response builder class.

1.1.16 - 2022-11-29

  • Simplification of the response trait.
  • Rework of the actions responses.

1.1.15 - 2022-06-06

  • Italian locale support (it)

1.1.14 - 2022-06-06

  • Turkisk locale support (tr)

1.1.13 - 2022-06-06

  • seeder action enhancement. credit to @dgironella and @Mello21century

1.1.12 - 2022-05-24

  • addition of the allowed and disallowed country lists in the world config file.

1.1.11 - 2022-05-18

  • addition of the search field in all the request queries.

1.1.10 - 2022-04-22

  • addition of the posibility to filter with the optional fields.

1.1.9 - 2022-04-08

  • renaming of the sub_region to subregion in the countries.json file.

1.1.8 - 2022-04-08

  • bug fix in the countries subregion field.

1.1.7 - 2022-04-08

  • @emiliopedrollo. Conditional route generation per module and overall routes enablement/disablement.
  • @emiliopedrollo. php 7.4 compatibility fix.

1.1.6 - 2022-04-05

  • reworked action classes.

1.1.5 - 2022-03-27

  • add Dutch localization by @gdevlugt.

1.1.4 - 2022-03-07

  • custom table names.
  • optional database fields.
  • Enhanced seeder (lower memory footprint).

1.1.3 - 2022-02-10

  • Obsoleted phone formatting helpers. The phone formatting will be re-introduced in a future version.

1.1.2 - 2022-01-27

  • Route bindings removed.
  • Creation of the demonstration domain laravel-world.com

1.1.1 - 2022-01-24

  • Resources publishing.
  • Fixing of the states translation keys.

1.1.0 - 2022-01-22

  • Addition of the languages module.
  • Addition of the country language in the countries json source file.
  • Creation of the languages route, controller and action.
  • General code style fix.
  • New configuration file (world.php), allowing the choosing of which modules to install.

1.0.8 - 2021-11-19

  • @ivanshamir: Bangla Localization.

1.0.7 - 2021-11-19

  • @ivanshamir: Addition of the setLocale helper method.

1.0.6 - 2021-11-10

  • @parth391: Correction for found duplicates in indian cities.

1.0.5 - 2021-11-09

  • @nnjeim: Fixing of the trimmed states and cities names

1.0.4 - 2021-11-06

  • @nnjeim: Addition of the unit tests

1.0.3 - 2021-11-05

  • @cloudchristoph: Correction of the German response translations.

1.0.0 - 2021-10-24

  • @nnjeim: initial release.