Difference between revisions of "Release notes for WeBWorK 2.16"
Jump to navigation
Jump to search
(Remove extraneous tag) |
(Added ADD_JS_FILE and ADD_CSS_FILE as new features (needs description)) |
||
Line 5: | Line 5: | ||
* MathJax 3 |
* MathJax 3 |
||
* Should we advertise MathView here, even though it was in 2.15? |
* Should we advertise MathView here, even though it was in 2.15? |
||
+ | * <code>ADD_JS_FILE</code> and <code>ADD_CSS_FILE</code> |
||
== Upgrade Instructions == |
== Upgrade Instructions == |
Revision as of 09:36, 22 March 2021
New Features
- Essay grader features
- MathJax 3
- Should we advertise MathView here, even though it was in 2.15?
ADD_JS_FILE
andADD_CSS_FILE
Upgrade Instructions
- JQuery is no longer packaged with WeBWorK. The recommended approach is to install via npm:
- Install npm from your package manager (Ubuntu:
apt install npm
CentOS/RHEL:yum install npm
). - Use npm to install JQuery:
> cd /opt/webwork/webwork2/htdocs > npm install
- WW 2.16 requires MathJax v3. Previous versions of WW required MathJax v2, so if you are upgrading an existing WW installation you will need to switch to MathJax v3:
> cd /opt/webwork/MathJax > git checkout origin/master
- The following perl packages will need to be installed
- HTTP::Async
- CGI::Cookie (see https://github.com/openwebwork/webwork2/pull/1149)
- There have been some tweaks to localOverrides.conf.dist. If you have not done any customization to localOverrides.conf then you should consider replacing it with a new copy of localOverrides.conf.dist. If you have made customizations in localOverrides.conf, you should consider synchronizing them with the latest version of localOverrides.conf.dist.
- WeBWorK is currently not compatible with recent versions of the SQL::Abstract package, so avoid upgrading past version 1.8. WW is known to work with versions up to 1.87.