Skip to content

Commit 2422233

Browse files
author
aude
committed
Re-add php version constant
it's still useful for users of the component.
1 parent b6f4a50 commit 2422233

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

WikibaseDataModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
88
*/
99

10+
define( 'WIKIBASE_DATAMODEL_VERSION', '4.4.0' );
11+
1012
if ( defined( 'MEDIAWIKI' ) && function_exists( 'wfLoadExtension' ) ) {
1113
wfLoadExtension( 'WikibaseDataModel', __DIR__ . '/mediawiki-extension.json' );
1214
}

0 commit comments

Comments
 (0)