jenkins-bot has submitted this change and it was merged.
Change subject: Release 2.0.0
......................................................................
Release 2.0.0
Bug: T136543
Change-Id: I176b073d41a4e245e4e37aeeb20193bd8be48751
---
M README.md
M WikibaseJavaScriptApi.php
2 files changed, 12 insertions(+), 1 deletion(-)
Approvals:
JanZerebecki: Looks good to me, approved
jenkins-bot: Verified
diff --git a/README.md b/README.md
index 22f34bc..da8036e 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,17 @@
## Release notes
+### 2.0.0 (2016-05-31)
+
+* 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.1 (2016-05-30)
+
+* Fix getLocationAgnosticMwApi behavior in Internet Explorer
+
### 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: merged
Gerrit-Change-Id: I176b073d41a4e245e4e37aeeb20193bd8be48751
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/WikibaseJavaScriptApi
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits