File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ You can verify the extension was enabled successfully by opening your wikis Spec
53
53
54
54
## Release notes
55
55
56
+ ### Version 1.1.0 - 2021-04-04
57
+
58
+ * Added plain EDTF value to RDF output
59
+
56
60
### Version 1.0.0 - 2021-03-19
57
61
58
62
* Initial release for MediaWiki/Wikibase 1.35
Original file line number Diff line number Diff line change 2
2
"name" : " Wikibase EDTF" ,
3
3
"type" : " wikibase" ,
4
4
5
- "version" : " 1.0 .0" ,
5
+ "version" : " 1.1 .0" ,
6
6
7
7
"author" : [
8
8
" [https://www.EntropyWins.wtf/mediawiki Jeroen De Dauw]" ,
9
9
" [https://Professional.Wiki/ Professional.Wiki]"
10
10
],
11
-
11
+
12
12
"license-name" : " GPL-2.0-or-later" ,
13
13
14
14
"url" : " https://github.com/ProfessionalWiki/WikibaseEdtf" ,
Original file line number Diff line number Diff line change 6
6
7
7
use DataValues \StringValue ;
8
8
use EDTF \EdtfFactory ;
9
- use MediaWiki \MediaWikiServices ;
10
9
use PHPUnit \Framework \TestCase ;
11
10
use Wikibase \DataAccess \EntitySourceDefinitions ;
12
11
use Wikibase \DataModel \Entity \PropertyId ;
You can’t perform that action at this time.
0 commit comments