Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update tested jQuery UI from 1.13.2 to 1.13.3, fix copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed May 29, 2024
1 parent 1476852 commit eb338f5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Welcome! Thanks for your interest in contributing to download.jqueryui.com. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](https://contribute.jquery.org/web-sites/).
Welcome! Thanks for your interest in contributing to `jquery-ui-themeroller`. You're **almost** in the right place. More information on how to contribute to this and all other jQuery projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](https://contribute.jquery.org/web-sites/).

You may also want to take a look at our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla).

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright jQuery Foundation and other contributors, https://jquery.org/
Copyright OpenJS Foundation and other contributors, https://jquery.org/

This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery UI CSS Framework 1.13.2
* jQuery UI CSS Framework 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery UI CSS Framework 1.13.2
* jQuery UI CSS Framework 1.13.3
* https://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
Expand Down
2 changes: 1 addition & 1 deletion test/themeroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const dirname = path.dirname( fileURLToPath( import.meta.url ) );
describe( "ThemeRoller", function() {
let theme;

[ "1.12.1", "1.13.2" ].forEach( ( jQueryUiVersion ) => {
[ "1.12.1", "1.13.3" ].forEach( ( jQueryUiVersion ) => {
describe( `with jQuery UI ${ jQueryUiVersion }`, function() {
beforeEach( async function() {
const baseThemeCss = await fs.readFile( `${ dirname }/fixtures/jquery-ui-${ jQueryUiVersion }/base/theme.css`, "utf-8" );
Expand Down

0 comments on commit eb338f5

Please sign in to comment.