diff --git a/pages/download.md b/pages/download.md index 70a1728..1b55775 100644 --- a/pages/download.md +++ b/pages/download.md @@ -19,21 +19,21 @@ To locally download these files, right-click the link and select "Save as..." fr For help when upgrading jQuery, please see the [upgrade guide](/upgrade-guide/) most relevant to your version. We also recommend using the [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate). -Download the compressed, production jQuery 3.4.1 +Download the compressed, production jQuery 3.5.0 -Download the uncompressed, development jQuery 3.4.1 +Download the uncompressed, development jQuery 3.5.0 -Download the map file for jQuery 3.4.1 +Download the map file for jQuery 3.5.0 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: -Download the compressed, production jQuery 3.4.1 slim build +Download the compressed, production jQuery 3.5.0 slim build -Download the uncompressed, development jQuery 3.4.1 slim build +Download the uncompressed, development jQuery 3.5.0 slim build -Download the map file for the jQuery 3.4.1 slim build +Download the map file for the jQuery 3.5.0 slim build -[jQuery 3.4.1 release notes](https://blog.jquery.com/2019/05/01/jquery-3-4-1-triggering-focus-events-in-ie-and-finding-root-elements-in-ios-10/) +[jQuery 3.5.0 release notes](https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/) ## Downloading jQuery using npm or Yarn 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_ 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: ``` -bower install https://code.jquery.com/jquery-3.4.1.min.js +bower install https://code.jquery.com/jquery-3.5.0.min.js ``` ## jQuery Migrate Plugin diff --git a/pages/index.html b/pages/index.html index ca25985..e08c9e4 100644 --- a/pages/index.html +++ b/pages/index.html @@ -12,7 +12,7 @@ Download jQuery - v3.4.1 + v3.5.0 The 1.x and 2.x branches no longer receive patches.