Skip to content

Commit

Permalink
Merge pull request #28 from wmde/release2.0.4
Browse files Browse the repository at this point in the history
Declare compatibility with DataModel JavaScript 2.0.0
  • Loading branch information
JonasKress committed Jan 19, 2016
2 parents ae0f792 + 68cd5dd commit f807cc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ version 2.0 of this package:

## Release notes

### 2.0.4 (2016-01-18)

* Added compatibility with DataModel JavaScript 2.0.0.

### 2.0.3 (2015-06-03)

* Updated to DataValues JavaScript 0.7.0.
Expand All @@ -36,7 +40,7 @@ version 2.0 of this package:
### 2.0.1 (2014-11-05)
* Fixed the required DataModel JavaScript version.

### 2.0 (2014-11-05)
### 2.0.0 (2014-11-05)

* Removed <code>wikibase.serialization.entities</code> ResourceLoader module; use <code>wikibase.serialization.EntityDeserializer</code> instead.
* Removed options from Serializer/Deserializer as it was never used and there is no intention to use options.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Wikibase datamodel serialization implementation in JavaScript",
"require": {
"data-values/javascript": "~0.7.0",
"wikibase/data-model-javascript": "~1.0.0"
"wikibase/data-model-javascript": "~2.0.0|~1.0.0"
},
"license": "GPL-2.0+",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define( 'WIKIBASE_SERIALIZATION_JAVASCRIPT_VERSION', '2.0.3' );
define( 'WIKIBASE_SERIALIZATION_JAVASCRIPT_VERSION', '2.0.4' );

if ( defined( 'MEDIAWIKI' ) ) {
call_user_func( function() {
Expand Down

0 comments on commit f807cc1

Please sign in to comment.