Thiemo Mättig (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/291704

Change subject: Release 2.0.0
......................................................................

Release 2.0.0

Bug: T136543
Change-Id: I176b073d41a4e245e4e37aeeb20193bd8be48751
---
M README.md
M WikibaseJavaScriptApi.php
2 files changed, 8 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseJavaScriptApi 
refs/changes/04/291704/1

diff --git a/README.md b/README.md
index 22f34bc..82847a6 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,13 @@
 
 ## Release notes
 
+### 2.0.0 (2016-05-30)
+
+* Removed meaningless, unsupported `sort` and `dir` parameters from:
+  * `wikibase.api.RepoApi.getEntities`
+  * `wikibase.api.RepoApi.getEntitiesByPage`. This only breaks callers using 
the `normalize` parameter.
+* Replaced deprecated "edit" token with "csrf".
+
 ### 1.1.0 (2016-02-17)
 
 * Added optional propertyId parameter to RepoApi::formatValue
diff --git a/WikibaseJavaScriptApi.php b/WikibaseJavaScriptApi.php
index 157c013..13aa6d6 100644
--- a/WikibaseJavaScriptApi.php
+++ b/WikibaseJavaScriptApi.php
@@ -5,7 +5,7 @@
        return 1;
 }
 
-define( 'WIKIBASE_JAVASCRIPT_API_VERSION', '1.1.0' );
+define( 'WIKIBASE_JAVASCRIPT_API_VERSION', '2.0.0' );
 
 // Include the composer autoloader if it is present.
 if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/291704
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I176b073d41a4e245e4e37aeeb20193bd8be48751
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseJavaScriptApi
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to