语义MediaWiki 4.0.1

From semantic-mediawiki.org
Semantic MediaWiki 4.0.1语义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
发行日期: March 24, 2022
上个版本: Semantic MediaWiki 4.0.0
下个版本: Semantic MediaWiki 4.0.2
兼容 MW 1.35.0 - 1.37.x
当前版本:
SMW 4.1.3

语义MediaWiki4.0.1版本语义MediaWiki 4.0.0主要发行版本后的第一个发行版本。这是一个维护发行版本,提供错误修复和翻译更新。更多信息请查阅本页下方的英语发行说明。

请查阅有关安装升级语义MediaWiki的帮助页面,获取相关操作方法的详细说明。

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.