forked from manafire/country_code_select
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,12 +39,13 @@ Supplying priority countries to be placed at the top of the list: | |
Based on the deprecated country_code_select by: Russ Smith ([email protected]) and Frank Wambutt ([email protected]) | ||
|
||
== Version History | ||
1.0.17 - Removing duplicate country code IE | ||
1.0.16 - Removing unnecessary value attribute and corrected spelling error on the include_blank option tag | ||
1.0.15 - Removing more duplicate country codes | ||
1.0.14 - Removing duplicate country codes and adding Norway | ||
1.0.13 - Ignore missing translations from i18n-country-translations | ||
1.0.12 - Adds the ability to specify text to use in a blank option | ||
* 1.0.18 - Fixed translated sorting | ||
* 1.0.17 - Removing duplicate country code IE | ||
* 1.0.16 - Removing unnecessary value attribute and corrected spelling error on the include_blank option tag | ||
* 1.0.15 - Removing more duplicate country codes | ||
* 1.0.14 - Removing duplicate country codes and adding Norway | ||
* 1.0.13 - Ignore missing translations from i18n-country-translations | ||
* 1.0.12 - Adds the ability to specify text to use in a blank option | ||
|
||
== License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module I18nCountrySelect | ||
VERSION = "1.0.17" | ||
VERSION = "1.0.18" | ||
end |