We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39fb7d commit bf04780Copy full SHA for bf04780
Validators.php
@@ -15,13 +15,13 @@
15
return 1;
16
}
17
18
-define( 'DATAVALUES_VALIDATORS_VERSION', '0.1 beta' );
+define( 'DATAVALUES_VALIDATORS_VERSION', '0.1' );
19
20
if ( defined( 'MEDIAWIKI' ) ) {
21
$GLOBALS['wgExtensionCredits']['datavalues'][] = array(
22
'path' => __DIR__,
23
- 'name' => 'DataValues Number',
24
- 'version' => DATAVALUES_NUMBER_VERSION,
+ 'name' => 'DataValues Validators',
+ 'version' => DATAVALUES_VALIDATORS_VERSION,
25
'author' => array(
26
'[https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]',
27
'The Wikidata team',
0 commit comments