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
Release date: April 14, 2025
Previous version: Semantic MediaWiki 5.0.0
Next version: Semantic MediaWiki 5.0.2
Compatible with: MW 1.39.0 - 1.43.x
Current version:
SMW 5.0.2

Версия 5.0.1 Semantic MediaWiki является первым выпуском после крупного релиза Semantic MediaWiki 5.0.0. Это технический выпуск, включающий исправления ошибок и обновления переводов. Для получения дополнительной информации см. примечания к выпуску на английском языке ниже на этой странице.

Пользователям рекомендуется обновиться как можно скорее.

Обратитесь к страницам справки по установке или обновлению Semantic MediaWiki, чтобы получить подробные инструкции о том, как это сделать.

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.