Migrate from #name and #names to new name attributes
masterIn versions 4.2 and later, the #name attribute was deprecated in favor of #iso_short_name and #iso_long_name to clarify that these follow ISO3166 standards.
If you need the 'common name' (e.g., 'United Kingdom' instead of 'United Kingdom of Great Britain and Northern Ireland'), use the #common_name method, which is a shortcut for #translation('en').
Note: The #name and #names attributes and their corresponding finder methods were completely removed in version 5.0.