Skip to content

Jquery upgrade#151

Merged
seanmcne merged 17 commits into
masterfrom
jqueryUpgrade
Jan 6, 2026
Merged

Jquery upgrade#151
seanmcne merged 17 commits into
masterfrom
jqueryUpgrade

Conversation

@seanmcne

@seanmcne seanmcne commented Jan 6, 2026

Copy link
Copy Markdown
Owner

Added new updated / current jquery and recommended jquery migrate to bring it up to modern standards
Removed json2 as it's no longer needed

@seanmcne

seanmcne commented Jan 6, 2026

Copy link
Copy Markdown
Owner Author

Tested in a current online environment with edge Dev (latest as of today) all functionality was working with exception of azure mobile which I believe is due to it being deprecated, will remove that in a future PR.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request upgrades the jQuery library from version 1.11.0 to 3.7.1 and adds jQuery Migrate 3.6.0 to facilitate backward compatibility. The PR also removes the json2.js library, which is no longer needed as JSON functionality is natively supported in modern browsers.

Key changes:

  • Upgraded jQuery from 1.11.0 to 3.7.1
  • Added jQuery Migrate 3.6.0 for backward compatibility support
  • Removed json2.js dependency and replaced oJSON.stringify() calls with native JSON.stringify()

Reviewed changes

Copilot reviewed 9 out of 12 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
orgDBOrgSettings.html Updated script references to use new jQuery 3.7.1 and jQuery Migrate, removed json2.js reference, replaced oJSON.stringify() with JSON.stringify(), modified jQuery.noConflict() parameter
json2.js Removed obsolete json2.js library file
json2.js.data.xml Removed metadata file for json2.js web resource
jquery1_11_0.js.data.xml Removed metadata file for old jQuery 1.11.0 web resource
jquery-3.7.1.min.js Added new jQuery 3.7.1 minified library
jquery-3.7.1.min.js.data.xml Added metadata file for jQuery 3.7.1 web resource
jquery-migrate-3.6.0.min.js Added jQuery Migrate 3.6.0 for backward compatibility
jquery-migrate-3.6.0.min.js.data.xml Added metadata file for jQuery Migrate web resource
Solution.xml Updated version number, updated root components to reference new jQuery files, formatted XML elements
Relationships.xml Removed empty relationships file
Customizations.xml Updated with organization version and schema information

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread mspfedyn_/OrgDbOrgSettings/Solution/Other/Solution.xml Outdated
@seanmcne seanmcne merged commit daa542c into master Jan 6, 2026
4 checks passed
@seanmcne seanmcne deleted the jqueryUpgrade branch January 9, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants