Skip to content

Add Hero Devs support #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Browse the jQuery CDN at **[releases.jquery.com](https://releases.jquery.com)**

### Upgrade

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

### jQuery Migrate Plugin

Expand Down
16 changes: 10 additions & 6 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@
"title": "jQuery",
"pageTemplate": "page-fullwidth.php",
"customFields": [
{ "key": "hide_title", "value": 1 }
{ "key": "banner", "value": "jQuery 4.0 is currently in beta. Once released, jQuery 3.x will only receive critical updates. Learn more about our <a href=\"https://jquery.com/support/\">Version Support</a>." },
{ "key": "hide_title", "value": 1 }
]
}</script>

<div id="banner-secondary" class="row">
<div class="downloads-box four columns push-eight">
<div class="download-main">
<a href="/download/" class="button large">
<span class="download"></span>
Download jQuery
<span>v3.7.1</span>
<span class="support-notice">The 1.x and 2.x branches no longer receive patches.</span>
<a href="/download/" class="download button large">
<span class="download-icon"></span>
<span class="download-message">
<span>Download jQuery</span>
<span class="download-version">v3.7.1</span>
</span>
</a>
<div class="support-notice">Only the latest version of jQuery is supported.</div>
<div class="download-options">
<a href="/support">Discover Support Options</a>
<a href="https://github.com/jquery/jquery">View Source on GitHub →</a>
<a href="https://learn.jquery.com/about-jquery/how-jquery-works/">How jQuery Works →</a>
</div>
Expand Down
31 changes: 24 additions & 7 deletions pages/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
}
</script>

## Version Support Status

We support only the latest version of jQuery. The 1.x and 2.x branches are no longer supported.

jQuery 3.x is the current version branch of jQuery.

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.

#### Still on an old version? Here are your options

* 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.
* 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.
* 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.

## Community support

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

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).

### Archives

* [Freenode IRC chat channels](https://irc.jquery.org/) (2011-2021)
* [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.
* [jQuery Accessibility mailing list](https://groups.google.com/group/jquery-a11y) (2008-2016).

## Commercial support

The following companies offer commercial support services for jQuery.

* **[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>.
[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).

-------

Expand Down Expand Up @@ -72,3 +80,12 @@ For guidance on branding and trademark usage, visit <https://brand.jquery.org/>.
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

Still haven't found what you're looking for? Please feel free to contact: [[email protected]](mailto:[email protected])

-------

## Archives

* [Freenode IRC chat channels](https://irc.jquery.org/) (2011-2021)
* [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.
* [jQuery Accessibility mailing list](https://groups.google.com/group/jquery-a11y) (2008-2016).