File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ at the heart of the [Wikibase software](http://wikiba.se/).
8
8
9
9
## Release notes
10
10
11
+ ### 2.0.1 (2016-01-27)
12
+
13
+ * Added compatibility with DataValues JavaScript 0.8.0.
14
+
11
15
### 2.0.0 (2016-01-12)
12
16
13
17
#### Breaking changes
Original file line number Diff line number Diff line change 17
17
"irc" : " irc://irc.freenode.net/wikidata"
18
18
},
19
19
"require" : {
20
- "data-values/javascript" : " ~0.6 .0|~0.7.0"
20
+ "data-values/javascript" : " ~0.8 .0|~0.7.0|~0.6 .0"
21
21
},
22
22
"autoload" : {
23
23
"files" : [
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- define ( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION ' , '2.0.0 ' );
3
+ define ( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION ' , '2.0.1 ' );
4
4
5
5
if ( defined ( 'MEDIAWIKI ' ) ) {
6
6
call_user_func ( function () {
You can’t perform that action at this time.
0 commit comments