Skip to content

Commit c019d39

Browse files
All: improve visibility of support options
- styles for the new download button are in jquery/jquery-wp-content#468 Ref jquery/jquery-wp-content#462 Ref jquerygh-245 Closes jquerygh-243 Co-authored-by: Andre Angelantoni <[email protected]>
1 parent e8b0a73 commit c019d39

File tree

3 files changed

+34
-14
lines changed

3 files changed

+34
-14
lines changed

pages/download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Browse the jQuery CDN at **[releases.jquery.com](https://releases.jquery.com)**
2626

2727
### Upgrade
2828

29-
For help when upgrading jQuery, read the [upgrade guide](/upgrade-guide/).
30-
We also recommend using the [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate)
29+
For help when upgrading jQuery, read the [upgrade guides](/upgrade-guide/).
30+
We also recommend using the [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate).
3131

3232
### jQuery Migrate Plugin
3333

pages/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@
1010
<div id="banner-secondary" class="row">
1111
<div class="downloads-box four columns push-eight">
1212
<div class="download-main">
13-
<a href="/download/" class="button large">
14-
<span class="download"></span>
15-
Download jQuery
16-
<span>v3.7.1</span>
17-
<span class="support-notice">The 1.x and 2.x branches no longer receive patches.</span>
13+
<a href="/download/" class="download button large">
14+
<span class="download-icon"></span>
15+
<span class="download-message">
16+
<span>Download jQuery</span>
17+
<span class="download-version">v3.7.1</span>
18+
</span>
1819
</a>
20+
<div class="support-notice">Only the latest version of jQuery is supported.</div>
1921
<div class="download-options">
22+
<a href="/support">Discover Support Options</a>
2023
<a href="https://github.com/jquery/jquery">View Source on GitHub →</a>
2124
<a href="https://learn.jquery.com/about-jquery/how-jquery-works/">How jQuery Works →</a>
2225
</div>

pages/support.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
}
55
</script>
66

7+
## Version Support Status
8+
9+
We support only the latest version of jQuery. The 1.x and 2.x branches are no longer supported.
10+
11+
jQuery 3.x is the current version branch of jQuery.
12+
13+
jQuery 4.0 is in beta. Once jQuery 4.0 is released, we will provide security patches and bug fixes on the 3.x branch for a limited time.
14+
15+
#### Still on an old version? Here are your options
16+
17+
* Upgrade to the latest version of jQuery. If possible, the best solution is to upgrade as it will include all features, bug fixes, security patches, and improvements. The [jQuery Migrate Plugin](https://github.com/jquery/jquery-migrate) and [upgrade guides](/upgrade-guide) are ready to help with upgrading.
18+
* If migrating is not an option but you'd like to include all security patches, you can obtain [commercial security support](#commercial-support) for your applications to keep them secure.
19+
* If your application has no security requirements, then you can stay on one of the unsupported versions of jQuery, but be aware that this can come with multiple risks.
20+
721
## Community support
822

923
The following learning resources are available online and free of charge:
@@ -27,17 +41,11 @@ We are on [Libera Chat IRC](https://libera.chat/) in the `#jquery` channel where
2741

2842
StackOverflow is a great place to ask questions and find support for all jQuery projects. Search or create [questions tagged with "jquery"](https://stackoverflow.com/questions/tagged/jquery), or refer to the ["jquery" tag introduction](https://stackoverflow.com/tags/jquery/info).
2943

30-
### Archives
31-
32-
* [Freenode IRC chat channels](https://irc.jquery.org/) (2011-2021)
33-
* [jQuery Forum](https://forum.jquery.com/) (2010-2021): For questions and advice regarding jQuery Core, jQuery UI, Themeroller, QUnit, development of jQuery Plugins, and more.
34-
* [jQuery Accessibility mailing list](https://groups.google.com/group/jquery-a11y) (2008-2016).
35-
3644
## Commercial support
3745

3846
The following companies offer commercial support services for jQuery.
3947

40-
* **[Bocoup](https://bocoup.com/)** builds complex cross device and cross platform JavaScript software for startups, the Fortune 500, and federally funded education projects. Bocoup offers in-depth JavaScript training on a number of subjects including jQuery. Learn more at <https://bocoup.com/services/training> or contact at <https://bocoup.com/contact>.
48+
[HeroDevs](https://www.herodevs.com/support/jquery-nes?utm_source=jQuery&utm_medium=link&utm_campaign=eol_support_jQuery) offers security and compatibility support for EOL versions of jQuery through the [OpenJS Ecosystem Sustainability Program](https://openjsf.org/ecosystem-sustainability-program) and is an approved commercial support vendor. You can find out more about their Never Ending Support options [here](https://www.herodevs.com/support/jquery-nes?utm_source=jQuery&utm_medium=link&utm_campaign=eol_support_jQuery).
4149

4250
-------
4351

@@ -72,3 +80,12 @@ For guidance on branding and trademark usage, visit <https://brand.jquery.org/>.
7280
For reporting bugs in libraries, documentation, or content, the project's GitHub issue tracker should be used. All jQuery projects can be found at https://github.com/jquery
7381

7482
Still haven't found what you're looking for? Please feel free to contact: [[email protected]](mailto:[email protected])
83+
84+
-------
85+
86+
## Archives
87+
88+
* [Freenode IRC chat channels](https://irc.jquery.org/) (2011-2021)
89+
* [jQuery Forum](https://forum.jquery.com/) (2010-2021): For questions and advice regarding jQuery Core, jQuery UI, Themeroller, QUnit, development of jQuery Plugins, and more.
90+
* [jQuery Accessibility mailing list](https://groups.google.com/group/jquery-a11y) (2008-2016).
91+

0 commit comments

Comments
 (0)