Upgrading Knockout from 3.4.0 to 3.5.1

This commit is contained in:
Benedek Farkas
2025-10-02 20:17:00 +02:00
parent 32722224a3
commit 2fb7fadfc2
4 changed files with 2810 additions and 1403 deletions

View File

@@ -7,7 +7,8 @@ namespace Orchard.Resources.ResourceManifests {
manifest.DefineScript("Knockout")
.SetUrl("Knockout/knockout.min.js", "Knockout/knockout.js")
// TODO: Set the CDN URL as soon as its available on the AJAXCDN site for this version.
.SetVersion("3.4.0");
// 3.5.1 is not available, only 3.5.0.
.SetVersion("3.5.1");
}
}
}

File diff suppressed because one or more lines are too long