Skip to content

Commit eff3e88

Browse files
committed
Tagging the 1.1.0 release.
1 parent 8d8b015 commit eff3e88

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In your web page, make sure to load this plugin *after* the script for jQuery:
2121

2222
```html
2323
<script src="http://code.jquery.com/jquery-1.8.3.js"></script>
24-
<script src="http://code.jquery.com/jquery-migrate-1.0.0.js"></script>
24+
<script src="http://code.jquery.com/jquery-migrate-1.1.0.js"></script>
2525
```
2626

2727
The plugin can be included with versions of jQuery as old as 1.6.4 as a migration tool to identify potential upgrade issues. However, the plugin is only required for version 1.9 or higher to restore deprecated and removed functionality.
@@ -39,7 +39,7 @@ All warnings generated by this plugin start with the string "JQMIGRATE". A list
3939
This version provides console warning messages when deprecated and/or removed APIs are used. Use this version during development and debugging, and whenever you are reporting bugs to the jQuery team.
4040

4141
**Latest released development version:** This file is hosted on jQuery's CDN, and can be hotlinked if desired.
42-
[http://code.jquery.com/jquery-migrate-1.0.0.js](http://code.jquery.com/jquery-migrate-1.0.0.js)
42+
[http://code.jquery.com/jquery-migrate-1.1.0.js](http://code.jquery.com/jquery-migrate-1.1.0.js)
4343

4444
**Current work-in-progress build:** Although this file represents the most recent updates to the plugin, it may not have been thorougly tested.
4545
[http://code.jquery.com/jquery-migrate-git.js](http://code.jquery.com/jquery-migrate-git.js)
@@ -49,7 +49,7 @@ This version provides console warning messages when deprecated and/or removed AP
4949
The minified production file is compressed and does not generate console warnings. Do not use this file for development or debugging, it will make your life miserable.
5050

5151
**Latest released production version:**
52-
[http://code.jquery.com/jquery-migrate-1.0.0.min.js](http://code.jquery.com/jquery-migrate-1.0.0.min.js)
52+
[http://code.jquery.com/jquery-migrate-1.1.0.min.js](http://code.jquery.com/jquery-migrate-1.1.0.min.js)
5353
This file is hosted on jQuery's CDN, and can be hotlinked if desired.
5454

5555
**Current work-in-progress build:** Although this file represents the most recent updates to the plugin, it may not have been thorougly tested. We do not recommend using this file on production sites since it may be unstable; use the released production version above.

migrate.jquery.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
"title": "jQuery Migrate",
44
"description": "Migrate older jQuery code to jQuery 1.9+",
55
"keywords": [],
6-
"version": "1.0.0",
6+
"version": "1.1.0",
77
"author": {
88
"name": "jQuery Foundation, Inc. and other contributors",
9-
"url": "https://github.com/jquery/jquery-migrate/blob/1.0.0/AUTHORS.txt"
9+
"url": "https://github.com/jquery/jquery-migrate/blob/1.1.0/AUTHORS.txt"
1010
},
1111
"licenses": [
1212
{
1313
"type": "MIT",
14-
"url": "https://github.com/jquery/jquery-migrate/blob/1.0.0/LICENSE-MIT"
14+
"url": "https://github.com/jquery/jquery-migrate/blob/1.1.0/LICENSE-MIT"
1515
}
1616
],
1717
"bugs": {
1818
"url": "http://bugs.jquery.com/"
1919
},
2020
"homepage": "https://github.com/jquery/jquery-migrate",
2121
"docs": "https://github.com/jquery/jquery-migrate",
22-
"download": "https://github.com/jquery/jquery-migrate/blob/1.0.0/README.md#download",
22+
"download": "https://github.com/jquery/jquery-migrate/blob/1.1.0/README.md#download",
2323
"dependencies": {
2424
"jquery": ">=1.6.4"
2525
}
26-
}
26+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "jquery-migrate",
33
"title": "jQuery Migrate",
44
"description": "Migrate older jQuery code to jQuery 1.9+",
5-
"version": "1.0.1-pre",
5+
"version": "1.1.0",
66
"homepage": "https://github.com/jquery/jquery-migrate",
77
"author": {
88
"name": "jQuery Foundation, Inc. and other contributors",
9-
"url": "https://github.com/jquery/jquery-migrate/blob/master/AUTHORS.txt"
9+
"url": "https://github.com/jquery/jquery-migrate/blob/1.1.0/AUTHORS.txt"
1010
},
1111
"repository": {
1212
"type": "git",
@@ -18,7 +18,7 @@
1818
"licenses": [
1919
{
2020
"type": "MIT",
21-
"url": "https://github.com/jquery/jquery-migrate/blob/master/LICENSE-MIT"
21+
"url": "https://github.com/jquery/jquery-migrate/blob/1.1.0/LICENSE-MIT"
2222
}
2323
],
2424
"dependencies": {

0 commit comments

Comments
 (0)