Skip to content
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if ( defined( 'XMLRPC_REQUEST' ) ) {
<%- if @live_site == 'jquery.com' || @live_site == 'api.jquery.com' -%>
define(
'JQUERY_BANNER',
'jQuery 4.0 is coming soon! Prepare by <a href="https://jquery.com/download/">upgrading</a> to the latest jQuery 3.x release. Learn more about our <a href="https://jquery.com/support/">version support</a>.'
'jQuery 4.0 has been released! jQuery 3.x will now only receive critical updates. Find support for earlier versions at <a href="https://www.herodevs.com/support/jquery-nes">herodevs.com</a>.'
);
<%- elsif @live_site == 'jquerymobile.com' || @live_site == 'api.jquerymobile.com' -%>
define(
Expand Down