Skip to content

Commit 40d40f2

Browse files
committed
Merge pull request #56 from wmde/release201
Release 2.0.1
2 parents 721323a + e2a48d4 commit 40d40f2

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

LICENCE renamed to COPYING

File renamed without changes.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ at the heart of the [Wikibase software](http://wikiba.se/).
88

99
## Release notes
1010

11+
### 2.0.1 (2016-01-27)
12+
13+
* Added compatibility with DataValues JavaScript 0.8.0.
14+
1115
### 2.0.0 (2016-01-12)
1216

1317
#### Breaking changes

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"irc": "irc://irc.freenode.net/wikidata"
1818
},
1919
"require": {
20-
"data-values/javascript": "~0.6.0|~0.7.0"
20+
"data-values/javascript": "~0.8.0|~0.7.0|~0.6.0"
2121
},
2222
"autoload": {
2323
"files": [

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION', '2.0.0' );
3+
define( 'WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION', '2.0.1' );
44

55
if ( defined( 'MEDIAWIKI' ) ) {
66
call_user_func( function() {

0 commit comments

Comments
 (0)