diff --git a/README.md b/README.md index 8e9bb5c71..468f8620e 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Apply the default minimal styling. * In the country dropdown you can navigate by typing, or using the up/down keys * Selecting a country from the dropdown updates the dial code of the entered number * Typing a different dial code automatically updates the displayed flag +* Country names in the dropdown also include localised versions in brackets * Programatically select a country after initialisation (e.g. when the user is entering their address) $('#mobile-number').intlTelInput('selectCountry', 'gb'); diff --git a/bower.json b/bower.json index c14a6ae55..1ac4ff140 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "intl-tel-input", - "version": "0.9.2", + "version": "0.9.3", "main": [ "./build/js/intlTelInput.min.js", "./build/img/flags16.png", diff --git a/build/js/intlTelInput.js b/build/js/intlTelInput.js index 505c5932e..e84e0cc35 100644 --- a/build/js/intlTelInput.js +++ b/build/js/intlTelInput.js @@ -1,6 +1,6 @@ /* intl-tel-input -version: 0.9.2 +version: 0.9.3 description: A jQuery plugin for entering international telephone numbers repository: https://github.com/Bluefieldscom/intl-tel-input.git license: MIT diff --git a/build/js/intlTelInput.min.js b/build/js/intlTelInput.min.js index 508a7eece..655ecd65f 100644 --- a/build/js/intlTelInput.min.js +++ b/build/js/intlTelInput.min.js @@ -1,6 +1,6 @@ /* intl-tel-input -version: 0.9.2 +version: 0.9.3 description: A jQuery plugin for entering international telephone numbers repository: https://github.com/Bluefieldscom/intl-tel-input.git license: MIT diff --git a/intl-tel-input.jquery.json b/intl-tel-input.jquery.json index f5b27a8d5..59abf3469 100644 --- a/intl-tel-input.jquery.json +++ b/intl-tel-input.jquery.json @@ -1,6 +1,6 @@ { "name": "intl-tel-input", - "version": "0.9.2", + "version": "0.9.3", "description": "A jQuery plugin for entering international telephone numbers", "keywords": [ "international", diff --git a/package.json b/package.json index 72af7cff0..1d44fc6c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intl-tel-input", - "version": "0.9.2", + "version": "0.9.3", "description": "A jQuery plugin for entering international telephone numbers", "keywords": [ "international",