Skip to content

Commit 675fb48

Browse files
committed
intl-tel-input 12.0.1
1 parent 0eea774 commit 675fb48

File tree

6 files changed

+1029
-1
lines changed

6 files changed

+1029
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"jquery-ui": "^1.12.1",
6565
"unitegallery": "^1.7.40",
6666
"jquery.localScroll": "^2.0.0",
67-
"jquery.serialscroll": "jquery.serialScroll#^1.3.1"
67+
"jquery.serialscroll": "jquery.serialScroll#^1.3.1",
68+
"intl-tel-input": "^12.0.1"
6869
}
6970
}

intl-tel-input_12.0.1/CHANGES.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>See the <a href="https://github.com/jackocnr/intl-tel-input/releases">International Telephone Input changelog</a></p>

intl-tel-input_12.0.1/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>International Telephone Input is licensed under the <a href="https://github.com/jackocnr/intl-tel-input/blob/v12.0.1/LICENSE">MIT License</a>.</p>
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="intl-tel-input" type="JavaScript_Library" version="12.0.1">
4+
<friendlyName>International Telephone Input</friendlyName>
5+
<description><![CDATA[A jQuery plugin for entering and validating international telephone numbers. It adds a flag dropdown to any input, detects the user's country, displays a relevant placeholder and provides formatting/validation methods.]]></description>
6+
<owner>
7+
<name>Engage Software</name>
8+
<organization>Engage Software</organization>
9+
<url>http://www.engagesoftware.com</url>
10+
<email>[email protected]</email>
11+
</owner>
12+
<license src="LICENSE.htm" />
13+
<releaseNotes src="CHANGES.htm" />
14+
<azureCompatible>true</azureCompatible>
15+
<dependencies>
16+
<dependency type="managedPackage" version="1.7.0">jQuery</dependency>
17+
</dependencies>
18+
<components>
19+
<component type="JavaScript_Library">
20+
<javaScriptLibrary>
21+
<libraryName>intl-tel-input</libraryName>
22+
<fileName>intlTelInput.min.js</fileName>
23+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
24+
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.0.1/js/intlTelInput.min.js</CDNPath>
25+
<objectName>jQuery.fn.intlTelInput</objectName>
26+
</javaScriptLibrary>
27+
</component>
28+
<component type="JavaScriptFile">
29+
<jsfiles>
30+
<libraryFolderName>intl-tel-input</libraryFolderName>
31+
<jsfile>
32+
<name>intlTelInput.min.js</name>
33+
</jsfile>
34+
</jsfiles>
35+
</component>
36+
</components>
37+
</package>
38+
</packages>
39+
</dotnetnuke>

0 commit comments

Comments
 (0)