Release notes for WeBWorK 2.19: Difference between revisions
Jump to navigation
Jump to search
(Add note about invalid POD in macro files.) |
No edit summary |
||
Line 16: | Line 16: | ||
== Upgrade Notes and Cautions == | == Upgrade Notes and Cautions == | ||
* New Prerequisites: | |||
** Mojolicious::Plugin::RenderFile | |||
* Invalid POD in macro files may now cause errors: POD directives (e.g. <code>=head1</code>) must have an empty line before and after them, otherwise the perl code may not compile. | * Invalid POD in macro files may now cause errors: POD directives (e.g. <code>=head1</code>) must have an empty line before and after them, otherwise the perl code may not compile. | ||
* Update site.conf: need to define $admin_course_id |
Revision as of 17:53, 13 February 2024
Warning : | This page should be considered incomplete until the release of 2.19 has been announced |
New WeBWorK Features
- The attempts table has been removed. Feedback for correct/incorrect answers is now associated directly with each answer blank.
- PGML native syntax for tables
New PG Features
Deprecated Functionality
- All versions of PGcompoundproblem have been deprecated. Problems should be migrated to scaffold.
Upgrade Notes and Cautions
- New Prerequisites:
- Mojolicious::Plugin::RenderFile
- Invalid POD in macro files may now cause errors: POD directives (e.g.
=head1
) must have an empty line before and after them, otherwise the perl code may not compile. - Update site.conf: need to define $admin_course_id