Semantic MediaWiki 6.0.0
| Semantic MediaWiki 6.0.0 | |
|---|---|
| Veröffentlichungsdatum: | 12.08.2025 |
| Vorhergehende Version: | SMW 5.1.0 |
| Nachfolgende Version: | SMW 6.0.1 |
| Kompatibel mit (en): | MW 1.43.x - 1.44.x |
| Aktuelle Version: | |
| SMW 6.0.1 | |
Version 6.0.0 von Semantic MediaWiki ist eine neue Hauptversion. Diese Wartungsaktualisierung bringt Kompatibilität mit MediaWiki 1.43.2 und später. Gleichzeitig wird die Kompatibilität mit MediaWiki 1.42.x und früher aufgegeben. Diese Veröffentlichung enthält mehrere Fehlerbehebungen sowie aktualisierte Übersetzungen für Systemnachrichten. Siehe hierzu auch die englischsprachige Veröffentlichungsmitteilung weiter unten auf dieser Seite für weitere Informationen.
Bitte lesen Sie die Hilfeseiten bezüglich der Installation oder Aktualisierung von Semantic MediaWiki für entsprechende detaillierte Erläuterungen.
Semantic MediaWiki 6.0.0
Released on August 12, 2025.
Summary
This release mainly brings support for recent versions of MediaWiki. Upgrading is recommended for anyone using MediaWiki 1.43 or later.
Compatibility
- Added support for MediaWiki 1.43.2+ and 1.44
- Dropped support for MediaWiki older than 1.43
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: ensure the SMW version in
composer.local.jsonis^6.0.0 - 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 pullin the SemanticMediaWiki directory - Step 2: run
composer update --no-dev --optimize-autoloaderin the MediaWiki directory
Changes
- BREAKING CHANGE: Reverted "Support additional formatting options in ask queries"
- BREAKING CHANGE: Added footer icon spacing and changed the array key of the icon in
$wgFooterIcons(by Professional Wiki) - Use MediaWiki file backend for ingest (by Marijn van Wezel)
- Fixed compatability issues with MediaWiki 1.43.2+, 1.44 (by Paladox and Professional Wiki)
- Fixed DB query issues such as
RuntimeException: Identifier must not contain quote, dot or null characters(by huaj1ng) - Fixed deprecation message when running
update.php(by emwiemaikel) - Translation update