Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Commit 5f6eee1

Browse files
committed
Merge pull request #19 from wmde/u
Update version number and release notes
2 parents fb07766 + 36ff588 commit 5f6eee1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

DataTypes.mw.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@
1818
'name' => 'DataTypes',
1919
'version' => DataTypes_VERSION,
2020
'author' => array(
21-
'[https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]',
22-
'[https://www.mediawiki.org/wiki/User:Danwe Daniel Werner]',
23-
'[http://www.snater.com H. Snater]',
21+
'The Wikidata team',
2422
),
25-
'url' => 'https://www.mediawiki.org/wiki/Extension:DataTypes',
23+
'url' => 'https://github.com/wmde/DataTypes',
2624
'descriptionmsg' => 'datatypes-desc',
2725
);
2826

DataTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
return 1;
1717
}
1818

19-
define( 'DataTypes_VERSION', '0.2.1' );
19+
define( 'DataTypes_VERSION', '0.4' );
2020

2121
// @codeCoverageIgnoreStart
2222
if ( defined( 'MEDIAWIKI' ) ) {

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ for the [Wikidata project](https://wikidata.org/).
5151

5252
## Release notes
5353

54+
### 0.4 (2014-05-21)
55+
56+
* Removed the global variable wgDataTypes
57+
5458
### 0.3 (2014-05-21)
5559

5660
* Rename `monolingual-text` to `monolingualtext`

0 commit comments

Comments
 (0)