Skip to content

Commit f5f1f96

Browse files
authored
wordpress: update jquery.com banner for 4.0 release
Closes #82.
1 parent d265833 commit f5f1f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/profile/templates/wordpress/docs/jquery-config.php.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if ( defined( 'XMLRPC_REQUEST' ) ) {
1818
<%- if @live_site == 'jquery.com' || @live_site == 'api.jquery.com' -%>
1919
define(
2020
'JQUERY_BANNER',
21-
'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>.'
21+
'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>.'
2222
);
2323
<%- elsif @live_site == 'jquerymobile.com' || @live_site == 'api.jquerymobile.com' -%>
2424
define(

0 commit comments

Comments
 (0)