Skip to content

Pressbooks 5.6.0

Compare
Choose a tag to compare
@greatislander greatislander released this 27 Nov 16:08

Upgrade Notice

Minor Changes

Patches

  • Lower version numbers for cover generator dependencies to improve RHEL compatibility (props @bdolor): #1467
  • Redirect users to Organize page after clicking "Move to Trash": #1466
  • Hide the "Part" prefix in EPUB exports when part and chapter numbering is disabled (#1459): #1461
  • Fix issue where a numberless chapter at the beginning of a book can cause chapter numbering errors in subsequent chapters: #1460
  • Preserve menu_order when cloning: #1430
  • Remove deprecated border attribute from tables: #1422
  • Improve unit testing for export modules: #1414
  • Process [heading] shortcode in \Pressbooks\Book::getSubsections() (#1403): #1404
  • Return self-closing image tags in license attributions (#1395, props @thomasdumm for the bug report): #1397
  • Check if user is spammy before displaying user catalog: #1394
  • Don't strip custom <h1> class attributes when building two-level table of contents (#1386, props @thomasdumm for the bug report): #1393
  • Fix HTML sanitization to ensure that srcset attributes are removed from EPUB source (#1379): #1381
  • When pb_permissive_webbooks filter returns true, only hide the book privacy setting: #1371
  • Only pre-process part contents once (#1367, props @thomasdumm for the bug report): #1368
  • Assign original alt tag, title, description, and caption to cloned attachments (#1344): #1362
  • Hide the "View" link when editing taxonomies (props @colomet for the suggestion): #1351, #1356, #1360