Skip to content

Commit 54ee1ae

Browse files
committed
Tagging the 1.2.1 release.
1 parent 7a8c1ef commit 54ee1ae

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

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

99
```html
1010
<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
11-
<script src="http://code.jquery.com/jquery-migrate-1.2.0.js"></script>
11+
<script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>
1212
```
1313

1414
The plugin can be included with versions of jQuery as old as 1.6.4 to identify potential upgrade issues via its JQMIGRATE console warnings.
@@ -27,7 +27,7 @@ All warnings generated by this plugin start with the string "JQMIGRATE". A list
2727
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.
2828

2929
**Latest released development version:** This file is hosted on jQuery's CDN, and can be hotlinked if desired.
30-
[http://code.jquery.com/jquery-migrate-1.2.0.js](http://code.jquery.com/jquery-migrate-1.2.0.js)
30+
[http://code.jquery.com/jquery-migrate-1.2.1.js](http://code.jquery.com/jquery-migrate-1.2.1.js)
3131

3232
**Current work-in-progress build:** Although this file represents the most recent updates to the plugin, it may not have been thorougly tested.
3333
[http://code.jquery.com/jquery-migrate-git.js](http://code.jquery.com/jquery-migrate-git.js)
@@ -37,7 +37,7 @@ This version provides console warning messages when deprecated and/or removed AP
3737
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.
3838

3939
**Latest released production version:**
40-
[http://code.jquery.com/jquery-migrate-1.2.0.min.js](http://code.jquery.com/jquery-migrate-1.2.0.min.js)
40+
[http://code.jquery.com/jquery-migrate-1.2.1.min.js](http://code.jquery.com/jquery-migrate-1.2.1.min.js)
4141
This file is hosted on jQuery's CDN, and can be hotlinked if desired.
4242

4343
**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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
"title": "jQuery Migrate",
44
"description": "Migrate older jQuery code to jQuery 1.9+",
55
"keywords": [],
6-
"version": "1.2.0",
6+
"version": "1.2.1",
77
"author": {
88
"name": "jQuery Foundation, Inc. and other contributors",
9-
"url": "https://github.com/jquery/jquery-migrate/blob/1.2.0/AUTHORS.txt"
9+
"url": "https://github.com/jquery/jquery-migrate/blob/1.2.1/AUTHORS.txt"
1010
},
1111
"licenses": [
1212
{
1313
"type": "MIT",
14-
"url": "https://github.com/jquery/jquery-migrate/blob/1.2.0/LICENSE-MIT"
14+
"url": "https://github.com/jquery/jquery-migrate/blob/1.2.1/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.2.0/README.md#download",
22+
"download": "https://github.com/jquery/jquery-migrate/blob/1.2.1/README.md#download",
2323
"dependencies": {
2424
"jquery": ">=1.6.4"
2525
}

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.2.1-pre",
5+
"version": "1.2.1",
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.2.1/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.2.1/LICENSE-MIT"
2222
}
2323
],
2424
"dependencies": {

0 commit comments

Comments
 (0)