We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6f4a50 + 2422233 commit 3d38945Copy full SHA for 3d38945
1 file changed
WikibaseDataModel.php
@@ -7,6 +7,8 @@
7
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
8
*/
9
10
+define( 'WIKIBASE_DATAMODEL_VERSION', '4.4.0' );
11
+
12
if ( defined( 'MEDIAWIKI' ) && function_exists( 'wfLoadExtension' ) ) {
13
wfLoadExtension( 'WikibaseDataModel', __DIR__ . '/mediawiki-extension.json' );
14
}
0 commit comments