Semantic MediaWiki 5.0.2

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

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

La version 5.0.2 de Semantic MediaWiki est la deuxième 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 traductions. Voir les NOTES DE PUBLICATION en anglais ci-dessous 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.2

Released on May 24th, 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.2
  • 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

  • Improved escaping
  • Made footer logo borderless on MediaWiki 1.43 and above to match MediaWiki's own logo
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.