All Versions
21
Latest Version
Avg Release Cycle
94 days
Latest Release
1200 days ago

Changelog History
Page 1

  • v8.1.0 Changes

    October 05, 2021
    • UK is no longer a EU member state (longlist) (#179)
    • πŸ›  Fix letter case for language case (fix #117 & #118)
    • πŸ›  Fix array access on bool when retrieving short list of countries (fix #132 & #181)
    • πŸ›  Fix the official Portuguese name of Portugal to RepΓΊblica Portuguesa (fix #143 - thanks @lbassuncao)
    • ⚑️ Update and optimize country flags
    • ⚑️ Update country currencies to include only the official currency (fix #52 #55 #72)
    • πŸ›  Fix Mexico subregion to North America Instead of Central America (fix #124)
    • If Italy native official name in shortlist (fix #192)
    • Replace not allowed integer WMO code values with null to omit php type errors
    • Replace not allowed integer DS code values with null to omit php type errors
    • Replace not allowed integer FIPS code values with null to omit php type errors
    • Replace not allowed integer IOC code values with null to omit php type errors
    • Replace not allowed integer COWC code values with null to omit php type errors
    • Replace not allowed integer AR5 code values with null to omit php type errors
    • πŸ›  Fix Antarctica currency to null
    • πŸ›  Fix issues with currencies longlist retrieval (fix #167)
  • v8.0.0 Changes

    August 22, 2021
    • ⬇️ Drop PHP v7 support
    • ⚑️ Update composer dependencies
    • ⬆️ Upgrade to GitHub-native Dependabot (#183)
    • πŸ›  Fixed bug that prevents default value to be returned from get method when attribute exists but is null (#177)
  • v7.3.2 Changes

    December 25, 2020
    • βž• Add support for PHP v8
  • v7.3.1 Changes

    December 22, 2020
    • Typo (#171)
    • ⚑️ Update composer dependencies
    • UK is no longer a EU member state (#164)
  • v7.3.0 Changes

    July 17, 2020
    • πŸ›  Fix updated ioc codes for Singapore & Lebanon (fix #146)
    • βž• Add test cases for timezones and locales (Thanks @ker0x #66 #11)
    • βž• Add methods getTimezones and getLocales (#66) (Fixes #11)
    • ⚑️ Update dutch reduced VAT rate (#139)
  • v7.2.0 Changes

    July 17, 2020
    • Filter, sort, and check currencies uniqueness and fix returned array keys (BREAKING CHANGE!)
    • πŸ›  Fix currencies validation rule
  • v7.1.0 Changes

    July 16, 2020
    • βž• Add currency Laravel validation rule
    • πŸ›  Fix wrong currencies method naming (BREAKING CHANGE!)
  • v7.0.1 Changes

    April 04, 2020
    • ⬇️ Drop laravel/helpers usage as it's no longer used
  • v7.0.0 Changes

    March 15, 2020
    • ⬆️ Upgrade to Laravel v7.1.x & PHP v7.4.x
  • v6.1.2 Changes

    March 13, 2019
    • πŸ‘‰ Tweak TravisCI config
    • βž• Add currencies listing (#130) a89f5d9
    • βœ… solve testing wrong files paths (#131)
    • 0️⃣ Arrange currencies to return default currency for each country - Sort shortlist and longlist by country code / key & Add currency to shortlist
    • πŸ‘‰ Tweak currency loader to support both longlist & shortlist
    • πŸ’… Update StyleCI config
    • Enforce consistency