Semantic MediaWiki 4.0.1

From semantic-mediawiki.org
Semantic MediaWiki 4.0.1Semantic MediaWiki 4.0.1
This page is a translated version of the page Semantic MediaWiki 4.0.1 and the translation is 100% complete.

Semantic MediaWiki 4.0.1
Date de sortie: 24 03 2022
Version précédente : Semantic MediaWiki 4.0.0
Version suivante : Semantic MediaWiki 4.0.2
Compatible avec (en) : MW 1.35.0 - 1.37.x
Dernière version :
SMW 4.1.3

La version 4.0.1 de Semantic MediaWiki est la première publication après la version majeure Semantic MediaWiki 4.0.0. C'est une version de maintenance qui inclut la correction de bogues et les mises à jour de traduction. Voir les NOTES DE PUBLICATION en anglais en fin de page pour plus d'informations.

Veuillez vous reporter aux pages d'aide concernant l'installation ou la mise à jour de Semantic MediaWiki pour obtenir des instructions détaillées sur la marche à suivre.

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".
  • Localisation updates from the translatewiki.net community of translators

Upgrading

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

The parser function was called multiple times but with a different language code ("en") which is to be avoided as content of a page is generally expected to be represented by a single language.