Skip to content

Commit de6a40f

Browse files
committed
Update jQuery to 3.3.1
1 parent e126b30 commit de6a40f

11 files changed

Lines changed: 2180 additions & 1632 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ by [Abdullah Almsaeed](https://almsaeedstudio.com/).
2626
| Font Awesome | 4.7.0 | [GitHub](https://github.com/FortAwesome/Font-Awesome)
2727
| iCheck | 1.0.1 | [GitHub](https://github.com/fronteed/iCheck/)
2828
| Inputmask | 3.3.11 | [GitHub](http://github.com/RobinHerbots/jquery.inputmask)
29-
| jQuery | 2.2.4 | [GitHub](https://github.com/jquery/jquery)
29+
| jQuery | 3.3.1 | [GitHub](https://github.com/jquery/jquery)
3030
| Moment.js | 2.21.0 | [GitHub](https://github.com/moment/moment/)
3131
| slimScroll | 1.3.8 | [GitHub](https://github.com/rochal/jQuery-slimScroll)
3232
| WebHelpers.Mvc5 | 1.2.0 | [GitHub](https://github.com/c0shea/WebHelpers.Mvc5)

src/AdminLTE Template Installer/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="TemplatePackage.Connor O'Shea.945572d8-ea94-41dd-99f9-bfe94e941972" Version="4.1.0" Language="en-US" Publisher="Connor O'Shea" />
4+
<Identity Id="TemplatePackage.Connor O'Shea.945572d8-ea94-41dd-99f9-bfe94e941972" Version="4.2.0" Language="en-US" Publisher="Connor O'Shea" />
55
<DisplayName>AdminLTE Template</DisplayName>
66
<Description xml:space="preserve">A C# ASP.NET MVC Project Template for Visual Studio using the popular AdminLTE Bootstrap Template by Abdullah Almsaeed.</Description>
77
<MoreInfo>https://github.com/c0shea/AdminLTE-Template</MoreInfo>

src/AdminLTE Template/AdminLTE Template.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@
129129
<Content Include="Content\js\plugins\bootstrap-select\bootstrap-select.js" />
130130
<Content Include="Content\js\plugins\bootstrap-select\bootstrap-select.min.js" />
131131
<Content Include="Content\js\plugins\datepicker\bootstrap-datepicker.min.js" />
132+
<Content Include="Content\js\plugins\jquery\jquery-3.3.1.js" />
133+
<Content Include="Content\js\plugins\jquery\jquery-3.3.1.min.js" />
132134
<Content Include="Content\js\plugins\moment\moment.js" />
133135
<Content Include="packages.tt">
134136
<Generator>TextTemplatingFileGenerator</Generator>
@@ -207,8 +209,6 @@
207209
<Content Include="Content\js\plugins\icheck\icheck.min.js" />
208210
<Content Include="Content\js\plugins\inputmask\jquery.inputmask.bundle.js" />
209211
<Content Include="Content\js\plugins\inputmask\jquery.inputmask.bundle.min.js" />
210-
<Content Include="Content\js\plugins\jquery\jquery-2.2.4.js" />
211-
<Content Include="Content\js\plugins\jquery\jquery-2.2.4.min.js" />
212212
<Content Include="Content\js\plugins\moment\moment.min.js" />
213213
<Content Include="Content\js\plugins\slimscroll\jquery.slimscroll.js" />
214214
<Content Include="Content\js\plugins\slimscroll\jquery.slimscroll.min.js" />

src/AdminLTE Template/AdminLTE Template.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
<ProjectItem>jquery.inputmask.bundle.min.js</ProjectItem>
156156
</Folder>
157157
<Folder Name="jquery">
158-
<ProjectItem>jquery-2.2.4.js</ProjectItem>
159-
<ProjectItem>jquery-2.2.4.min.js</ProjectItem>
158+
<ProjectItem>jquery-3.3.1.js</ProjectItem>
159+
<ProjectItem>jquery-3.3.1.min.js</ProjectItem>
160160
</Folder>
161161
<Folder Name="moment">
162162
<ProjectItem>moment.js</ProjectItem>

src/AdminLTE Template/AdminLTE Template.vstemplate

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
<ProjectItem>jquery.inputmask.bundle.min.js</ProjectItem>
156156
</Folder>
157157
<Folder Name="jquery">
158-
<ProjectItem>jquery-2.2.4.js</ProjectItem>
159-
<ProjectItem>jquery-2.2.4.min.js</ProjectItem>
158+
<ProjectItem>jquery-3.3.1.js</ProjectItem>
159+
<ProjectItem>jquery-3.3.1.min.js</ProjectItem>
160160
</Folder>
161161
<Folder Name="moment">
162162
<ProjectItem>moment.js</ProjectItem>

src/AdminLTE Template/App_Start/BundleConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static void RegisterBundles(BundleCollection bundles)
1717
.Include("~/Content/css/skins/skin-blue.css"));
1818

1919
bundles.Add(new ScriptBundle("~/Bundles/js")
20-
.Include("~/Content/js/plugins/jquery/jquery-2.2.4.js")
20+
.Include("~/Content/js/plugins/jquery/jquery-3.3.1.js")
2121
.Include("~/Content/js/plugins/bootstrap/bootstrap.js")
2222
.Include("~/Content/js/plugins/fastclick/fastclick.js")
2323
.Include("~/Content/js/plugins/slimscroll/jquery.slimscroll.js")

src/AdminLTE Template/Content/js/plugins/jquery/jquery-2.2.4.min.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)