Skip to content

Commit a2a5681

Browse files
committed
Release: jQuery 3.7.0 -> jQuery 3.7.1
1 parent d65a337 commit a2a5681

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pages/download.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ To locally download these files, right-click the link and select "Save as..." fr
1919
For help when upgrading jQuery, please see the [upgrade guide](/upgrade-guide/) most relevant to your version.
2020
We also recommend using the [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate).
2121

22-
<a href="https://code.jquery.com/jquery-3.7.0.min.js" download>Download the compressed, production jQuery 3.7.0</a>
22+
<a href="https://code.jquery.com/jquery-3.7.1.min.js" download>Download the compressed, production jQuery 3.7.1</a>
2323

24-
<a href="https://code.jquery.com/jquery-3.7.0.js" download>Download the uncompressed, development jQuery 3.7.0</a>
24+
<a href="https://code.jquery.com/jquery-3.7.1.js" download>Download the uncompressed, development jQuery 3.7.1</a>
2525

26-
<a href="https://code.jquery.com/jquery-3.7.0.min.map" download>Download the map file for jQuery 3.7.0</a>
26+
<a href="https://code.jquery.com/jquery-3.7.1.min.map" download>Download the map file for jQuery 3.7.1</a>
2727

2828
You can also use the slim build, which excludes the [ajax](https://api.jquery.com/category/ajax/) and [effects](https://api.jquery.com/category/effects/) modules:
2929

30-
<a href="https://code.jquery.com/jquery-3.7.0.slim.min.js" download>Download the compressed, production jQuery 3.7.0 slim build</a>
30+
<a href="https://code.jquery.com/jquery-3.7.1.slim.min.js" download>Download the compressed, production jQuery 3.7.1 slim build</a>
3131

32-
<a href="https://code.jquery.com/jquery-3.7.0.slim.js" download>Download the uncompressed, development jQuery 3.7.0 slim build</a>
32+
<a href="https://code.jquery.com/jquery-3.7.1.slim.js" download>Download the uncompressed, development jQuery 3.7.1 slim build</a>
3333

34-
<a href="https://code.jquery.com/jquery-3.7.0.slim.min.map" download>Download the map file for the jQuery 3.7.0 slim build</a>
34+
<a href="https://code.jquery.com/jquery-3.7.1.slim.min.map" download>Download the map file for the jQuery 3.7.1 slim build</a>
3535

36-
[jQuery 3.7.0 blog post with release notes](https://blog.jquery.com/2023/05/11/jquery-3-7-0-released-staying-in-order/)
36+
[jQuery 3.7.1 blog post with release notes](https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/)
3737

3838
## Downloading jQuery using npm or Yarn
3939
jQuery is registered as [a package](https://www.npmjs.com/package/jquery) on [npm](https://www.npmjs.com/). You can install the latest version of jQuery with the npm CLI command:
@@ -55,7 +55,7 @@ This will install jQuery to Bower's install directory, the default being `bower_
5555

5656
The jQuery Bower package contains additional files besides the default distribution. In most cases you can ignore these files, however if you wish to download the default release on its own you can use Bower to install jQuery from one of the above urls instead of the registered package. For example, if you wish to install just the compressed jQuery file, you can install just that file with the following command:
5757
```
58-
bower install https://code.jquery.com/jquery-3.7.0.min.js
58+
bower install https://code.jquery.com/jquery-3.7.1.min.js
5959
```
6060

6161
## jQuery Migrate Plugin

pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href="/download/" class="button large">
1313
<span class="download"></span>
1414
Download jQuery
15-
<span>v3.7.0</span>
15+
<span>v3.7.1</span>
1616
<span class="support-notice">The 1.x and 2.x branches no longer receive patches.</span>
1717
</a>
1818
<div class="download-options">

0 commit comments

Comments
 (0)