For a full list of changes in each release, see the [release notes](https://github.com/SemanticMediaWiki/SemanticMediaWiki/tree/master/docs/releasenotes). For instructions on how to install the latest version of SMW, see the [installation instructions](https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/docs/INSTALL.md). ## Release versions
Status Release date Git branch
SMW 2.4.x Development version master
SMW 2.3.x Stable release 2015-10-25 2.3.x
SMW 2.2.x Obsolete release 2015-05-09 2.2.x
SMW 2.1.x Obsolete release 2015-01-19 2.1.x
SMW 2.0.x Obsolete release 2014-08-04 2.0
SMW 1.9.2 Obsolete release 2014-04-18 1.9.2
SMW 1.9.1 Obsolete release 2014-02-09 1.9.1
SMW 1.9.0 Obsolete release 2014-01-03 1.9
SMW 1.8.x Obsolete release 2012-12-02 1.8.x
SMW 1.7.1 Obsolete release 2012-03-05 1.7.1
## Platform compatibility Releases after Composer support:
PHP HHVM MediaWiki
SMW 3.0.x 5.6.0 - latest (possibly 5.5.x) 3.5.0 - latest 1.23 - latest
SMW 2.4.x 5.3.2 - latest 3.5.0 - latest 1.19 - latest
SMW 2.3.x 5.3.2 - 5.6.x (beta support for PHP 7) 3.5.0 - 3.9.x 1.19 - 1.25
SMW 2.2.x 5.3.2 - 5.6.x 3.3.0 - 3.9.x 1.19 - 1.25
SMW 2.1.x 5.3.2 - 5.6.x 3.3.0 - 3.5.x 1.19 - 1.24
SMW 2.0.x 5.3.2 - 5.6.x No support 1.19 - 1.23
SMW 1.9.x 5.3.2 - 5.6.x No support 1.19 - 1.22
Releases before Composer support:
PHP HHVM MediaWiki Validator
SMW 1.8.x 5.2.0 - 5.5.x No support 1.17 - 1.22 0.5.1
SMW 1.7.1 5.2.0 - 5.4.x No support 1.16 - 1.19 0.4.13 or 0.4.14
The PHP and MediaWiki version ranges listed are those in which SMW is known to work. It might also work with more recent versions of PHP and MediaWiki, though this is not guaranteed. ## Database compatibility ### SQL support
MySQL SQLite PostgreSQL
SMW 2.3.x Full support (5.x) Full support (3.x) Full support (9.x)
SMW 2.2.x Full support (5.x) Full support (3.x) Full support (9.x)
SMW 2.1.x Full support (5.x) Full support (3.x) Full support (9.x)
SMW 2.0.x Full support Full support Beta support
SMW 1.9.x Full support Full support Beta support
SMW 1.8.x Full support Full support Experimental support
SMW 1.7.1 Full support Experimental support No support
### Triple store support
Fuseki Virtuoso 4store Sesame Blazegraph
SMW 2.3.x Full support (1.x >=1.1) Full support (6.x >=6.1) + 7.1[t.1] Beta support (1.x >=1.1)[t.2] Full support (2.7.x) Full support (1.5.2)
SMW 2.2.x Full support (1.x >=1.1) Full support (6.x >=6.1) + 7.1[t.1] Beta support (1.x >=1.1)[t.2] Full support (2.7.x) Beta support (1.5.2)
SMW 2.1.x Full support (1.x >=1.1) Full support (6.x >=6.1) Beta support (1.x >=1.1) Full support (2.7.x) Not tested
SMW 2.0.x Full support Full support Beta support Beta support Not tested
SMW 1.9.x No support Beta support Beta support Beta support Not tested
SMW < 1.9 No support Experimental support Experimental support No support Not tested
- `Full support` means that all functionality has been verified to work and that it can be used in production - `Beta support` means that most functionality has been verified to work, though stability is still low, and things might be buggy - `Experimental support` means there is some preliminary support which is still much too immature for use in production The information in brackets denotes the versions with which SMW is known to work. SMW might also work with different versions, especially more recent ones, though this is not guaranteed. - [t.1] On an irregular test plan with [Virtuoso 7.1](https://travis-ci.org/mwjames/SemanticMediaWiki/builds/61203319) - [t.2] On an irregular test plan with [4store 1.1.4](https://travis-ci.org/mwjames/SemanticMediaWiki/builds/61200454)