Release notes for WeBWorK 2.17: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Add note about enabling mod_rewrite) |
||
Line 4: | Line 4: | ||
Current release status: prerelease (no release candidate available yet) | Current release status: prerelease (no release candidate available yet) | ||
== Dependencies == | |||
* Requires the apache rewrite module (mod_rewrite) to be enabled. On ubuntu systems: <code>sudo a2enmod rewrite</code> | |||
== User Interface == | == User Interface == |
Revision as of 18:39, 31 January 2022
These are the release notes for WeBWorK 2.17.
Current release status: prerelease (no release candidate available yet)
Dependencies
- Requires the apache rewrite module (mod_rewrite) to be enabled. On ubuntu systems:
sudo a2enmod rewrite
User Interface
- The look of WeBWorK is very different mainly because of updating the look and feel of pages to using Bootstrap 5. This give a much more modern feel.
- The theming of WeBWorK has changed significantly. Any old theming must be updated. See Customizing WeBWorK for information on how to update or create new themes.