Skip to content

Latest commit

History

History
28 lines (17 loc) 路 1.33 KB

RELEASE-NOTES-4.0.1.md

File metadata and controls

28 lines (17 loc) 路 1.33 KB

Semantic MediaWiki 4.0.1

Released on March 24, 2022.

Summary

This is a patch release, meaning that it contains only fixes and no breaking changes.

This release improves compatibility with MediaWiki 1.38, fixes a warning occurring on MediaWiki 1.36 and later, and closes a minor HTML table generation issue.

Users of MediaWiki 1.36 and later are encouraged to upgrade.

Changes

  • Added support for installation with MediaWiki 1.38 by merging in the Tesa library. This avoids a composer error that mentions wikimedia/cdb. Semantic MediaWiki does not officially support the unreleased MediaWiki 1.38 yet! Improvements made by Jeroen De Dauw from Professional.Wiki.
  • Improved MediaWiki 1.38 compatibility by using ParserOutput getPageProperty. By C. Scott Ananian.
  • Fixed warning occurring on MediaWiki 1.36 and above during serialization. By S茅bastien Beyou
  • Fixed HTML table creation issue, where closing tags would be added to empty tables. By "miriamschlindwein".

For more detailed information, see the compatibility matrix.

Upgrading

Just get the new version. No need to run update.php or any other migration scripts.