Skip to content

Latest commit

 

History

History
341 lines (319 loc) · 10.2 KB

COMPATIBILITY.md

File metadata and controls

341 lines (319 loc) · 10.2 KB

For a full list of changes in each release, see the release notes. For instructions on how to install the latest version of Semantic MediaWiki (SMW), see the installation instructions.

Release versions

Status Release date Git branch
SMW 3.0.x Development version Q4 2017 or Q1 2018 master
SMW 2.5.x Stable version 2017-03-14 2.5.x
SMW 2.4.x Obsolete release 2016-07-09 2.4.x
SMW 2.3.x Obsolete 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.x
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

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. Increases of minimum requirements are indicated in bold.

Note that HHVM is only required if you do not use PHP.

PHP HHVM MediaWiki
SMW 3.0.x 5.6.0 - latest 3.5.0 - latest 1.27.0 - latest
SMW 2.5.x 5.5.0 - 7.1.x 3.5.0 - 3.12.x 1.23.0 - 1.29
SMW 2.4.x 5.3.2 - 7.0.x 3.5.0 - 3.9.x 1.19 - 1.27
SMW 2.3.x 5.3.2 - 5.6.x 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
  • PHP 7.1+ requires at least MediaWiki 1.29 due to T153505 and T143788 (at the time of this writing). Please consult the official MediaWiki release documentation.
  • For the 1.28 MediaWiki release branch, 1.28.1 is recommended due to T154428.

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

Database compatibility

SQL support

MySQL SQLite PostgreSQL
SMW 2.5.x Full support (5.x) Full support (3.x) Full support (9.x)
SMW 2.4.x Full support (5.x) Full support (3.x) Full support (9.x)
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

Note that MS SQL Server and Oracle are not supported as database backends.

Triple store support

Fuseki Virtuoso 4store Sesame Blazegraph
SMW 2.5.x Full support
(1.x >=1.1) + 2.4.0
Full support
(6.x >=6.1) + 7.2[t.1]
Beta support
(1.x >=1.1)[t.2]
Full support
(2.8.x)
Full support
(1.5.2) + 2.1.0[t.3]
SMW 2.4.x Full support
(1.x >=1.1) + 2.4.0
Full support
(6.x >=6.1) + 7.2[t.1]
Beta support
(1.x >=1.1)[t.2]
Full support
(2.8.x)
Full support
(1.5.2) + 2.1.0[t.3]
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.

Notes