From 3a338256092f03c5fb85c63abb5b4c4a17d809bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiemo=20M=C3=A4ttig?= Date: Tue, 2 Aug 2016 12:51:29 +0200 Subject: [PATCH] Release 3.0.0 --- README.md | 7 ++++++- mediawiki-extension.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f75fd7f..db0ee32 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ at the heart of the [Wikibase software](http://wikiba.se/). ## Release notes -### 3.0.0 (alpha) +### 3.0.0 (2016-08-02) +* Added `Set::toArray`. +* `Fingerprint::setLabel`, `setDescription` and `setAliases` remove the element when null or an + empty Term or MultiTerm is given. * Removed cloning from `MultiTerm.getTexts`. * Turned EntityId into a simple wrapper around an opaque serialization string * Removed EntityId::getNumericId @@ -20,6 +23,8 @@ at the heart of the [Wikibase software](http://wikiba.se/). * Introduced `id` field to `toJSON` return value * Removed `numeric-id` and `entity-type` arguments from EntityId constructor * Introduced `id` argument to EntityId constructor +* Deprecated the `WIKIBASE_DATAMODEL_JAVASCRIPT_VERSION` PHP constant. +* The (optional) extension registration in `init.php` now depends on MediaWiki >=1.25. ### 2.0.1 (2016-01-27) diff --git a/mediawiki-extension.json b/mediawiki-extension.json index 7836c29..fcdf638 100644 --- a/mediawiki-extension.json +++ b/mediawiki-extension.json @@ -5,7 +5,7 @@ ], "url": "https://github.com/wmde/WikibaseDataModelJavascript", "description": "Javascript implementation of the Wikibase data model", - "version": "2.0.0", + "version": "3.0.0", "type": "wikibase", "license-name": "GPL-2.0+", "manifest_version": 1