| Semantic MediaWiki 6.0.1 | |
|---|---|
| Release date: | August 26, 2025 |
| Previous version: | Semantic MediaWiki 6.0.0 |
| Compatible with: | MW 1.43.x - 1.44.x |
| Current version: | |
| SMW 6.0.1 | |
Version 6.0.1 of Semantic MediaWiki is a maintenance release. This release provides bug fixes and translation updates. See the English language RELEASE NOTES below on this page for further information.
Please refer to the help pages on installing or upgrading Semantic MediaWiki for detailed instructions on how to do this.
Semantic MediaWiki 6.0.1
Released on August 26th, 2025.
This is a patch release. Thus, it contains only bug fixes, no new features, and no breaking changes.
Like SMW 6.0.0, this version is compatible with MediaWiki 1.43 up to 1.44 and PHP 8.1 up to 8.4. For more detailed information, see the compatibility matrix.
Changes
- Fixed fatal error when using Factbox in some scenarios ("Call to a member function resetParseStartTime() on null")
- Fixed MediaWiki 1.44 compatibility issues:
- Fixed error "$mOutput must not be accessed before initialization"
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 6.0.0, ensure the SMW version in
composer.local.jsonis^6.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 pullin the SemanticMediaWiki directory - Step 2: run
composer update --no-dev --optimize-autoloaderin the MediaWiki directory