Skip to content

Commit 82a0100

Browse files
committed
Updated AngularJS, jQuery and jQueryUI.
1 parent c0a3a67 commit 82a0100

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

angularjs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ <h3 class="title"></h3>
177177
<a class="play-pause"></a>
178178
<ol class="indicator"></ol>
179179
</div>
180-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
181-
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js"></script>
180+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
181+
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
182182
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
183183
<script src="js/vendor/jquery.ui.widget.js"></script>
184184
<!-- The Load Image plugin is included for the preview images and image resizing functionality -->

basic-plus.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h3 class="panel-title">Demo Notes</h3>
9696
</div>
9797
</div>
9898
</div>
99-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
99+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
100100
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
101101
<script src="js/vendor/jquery.ui.widget.js"></script>
102102
<!-- The Load Image plugin is included for the preview images and image resizing functionality -->

basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h3 class="panel-title">Demo Notes</h3>
9696
</div>
9797
</div>
9898
</div>
99-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
99+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
100100
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
101101
<script src="js/vendor/jquery.ui.widget.js"></script>
102102
<!-- The Iframe Transport is required for browsers without support for XHR file uploads -->

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueimp-file-upload",
3-
"version": "9.10.7",
3+
"version": "9.11.0",
44
"title": "jQuery File Upload",
55
"description": "File Upload widget with multiple file selection, drag&amp;drop support, progress bar, validation and preview images.",
66
"keywords": [

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h3 class="title"></h3>
216216
</tr>
217217
{% } %}
218218
</script>
219-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
219+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
220220
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
221221
<script src="js/vendor/jquery.ui.widget.js"></script>
222222
<!-- The Templates plugin is included to render the upload/download listings -->

jquery-ui.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ <h3 class="title"></h3>
199199
</tr>
200200
{% } %}
201201
</script>
202-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
203-
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"></script>
202+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
203+
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
204204
<!-- The Templates plugin is included to render the upload/download listings -->
205205
<script src="//blueimp.github.io/JavaScript-Templates/js/tmpl.min.js"></script>
206206
<!-- The Load Image plugin is included for the preview images and image resizing functionality -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueimp-file-upload",
3-
"version": "9.10.7",
3+
"version": "9.11.0",
44
"title": "jQuery File Upload",
55
"description": "File Upload widget with multiple file selection, drag&amp;drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.",
66
"keywords": [

0 commit comments

Comments
 (0)