Skip to content

Commit 88ef63f

Browse files
committed
updated to version 0.9.3
1 parent 1d932c3 commit 88ef63f

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Apply the default minimal styling.
5252
* In the country dropdown you can navigate by typing, or using the up/down keys
5353
* Selecting a country from the dropdown updates the dial code of the entered number
5454
* Typing a different dial code automatically updates the displayed flag
55+
* Country names in the dropdown also include localised versions in brackets
5556
* Programatically select a country after initialisation (e.g. when the user is entering their address)
5657

5758
$('#mobile-number').intlTelInput('selectCountry', 'gb');

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-tel-input",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"main": [
55
"./build/js/intlTelInput.min.js",
66
"./build/img/flags16.png",

build/js/intlTelInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
intl-tel-input
3-
version: 0.9.2
3+
version: 0.9.3
44
description: A jQuery plugin for entering international telephone numbers
55
repository: https://github.com/Bluefieldscom/intl-tel-input.git
66
license: MIT

build/js/intlTelInput.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

intl-tel-input.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-tel-input",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "A jQuery plugin for entering international telephone numbers",
55
"keywords": [
66
"international",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-tel-input",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "A jQuery plugin for entering international telephone numbers",
55
"keywords": [
66
"international",

0 commit comments

Comments
 (0)