Difference between revisions of "Release notes for WeBWorK 2.17"

From WeBWorK_wiki
Jump to navigation Jump to search
(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 14:39, 31 January 2022

Construction.png This article is under construction. Use the information herein with caution until this message is removed.

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.