Semantic MediaWiki 5.0.1

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

Semantic MediaWiki 5.0.1
Date de sortie: 14 04 2025
Version précédente : Semantic MediaWiki 5.0.0
Version suivante : Semantic MediaWiki 5.0.2
Compatible avec (en) : MW 1.39.0 - 1.43.x
Dernière version :
SMW 5.0.2

La version 5.0.1 de Semantic MediaWiki est la première publication après la version majeure Semantic MediaWiki 5.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.

Nous recommandons aux utilisateurs de faire leur mise à jour dès que possible.

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 5.0.1

Released on April 14th, 2025.

This is a patch release. Thus, it contains only bug fixes, no new features, and no breaking changes.

Like SMW 5.0.0, this version is compatible with MediaWiki 1.39 up to 1.43 and PHP 8.1 up to 8.4. For more detailed information, see the compatibility matrix.

Upgrading

No need to run "update.php" or any other migration scripts.

Get the new version via Composer:

  • Step 1: if you are upgrading from SMW older than 5.0.0, ensure the SMW version in composer.local.json is ^5.0.1
  • Step 2: run composer in your MediaWiki directory: composer update --no-dev --optimize-autoloader

Get the new version via Git:

This is only for those who have installed SMW via Git.

  • Step 1: do a git pull in the SemanticMediaWiki directory
  • Step 2: run composer update --no-dev --optimize-autoloader in the MediaWiki directory

Changes

  • Fixed title handling for pages with namespace-like prefixes
  • Fixed broken code references to SMW\Message
  • Fixed issue with original parameter in change propagation jobs
  • Fixed previewing edits with a factbox
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.