From e2a48d4234ff5388ca6591b1ac9d510a373049be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiemo=20M=C3=A4ttig?= Date: Wed, 27 Jan 2016 12:49:34 +0100 Subject: [PATCH] Release 2.0.1 --- LICENCE => COPYING | 0 README.md | 4 ++++ composer.json | 2 +- init.php | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) rename LICENCE => COPYING (100%) diff --git a/LICENCE b/COPYING similarity index 100% rename from LICENCE rename to COPYING diff --git a/README.md b/README.md index 1cd870d..4f04508 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ at the heart of the [Wikibase software](http://wikiba.se/). ## Release notes +### 2.0.1 (2016-01-27) + +* Added compatibility with DataValues JavaScript 0.8.0. + ### 2.0.0 (2016-01-12) #### Breaking changes diff --git a/composer.json b/composer.json index 6ea7f06..594ba71 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "irc": "irc://irc.freenode.net/wikidata" }, "require": { - "data-values/javascript": "~0.6.0|~0.7.0" + "data-values/javascript": "~0.8.0|~0.7.0|~0.6.0" }, "autoload": { "files": [ diff --git a/init.php b/init.php index ac58e42..c86b0b6 100644 --- a/init.php +++ b/init.php @@ -1,6 +1,6 @@