Skip to content

Commit ae2e08f

Browse files
committed
Update master after 7.1.0 was released
1 parent a3f038b commit ae2e08f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

RELEASE-NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Wikibase DataModel release notes
22

3+
4+
## Version 7.1.0 (2017-09-01)
5+
6+
* Changed `EntityIdValue::getArrayValue` to allow it handle foreign entity IDs and entity IDs that do not have a numeric representation
7+
* Deprecated `StatementGuid::getSerialization`
8+
* Removed MediaWiki integration files
9+
310
## Version 7.0.0 (2017-03-15)
411

512
This release adds support for custom entity types to `EntityIdValue`, and thus changes the hashes of

WikibaseDataModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
return;
1212
}
1313

14-
define( 'WIKIBASE_DATAMODEL_VERSION', '7.0.0' );
14+
define( 'WIKIBASE_DATAMODEL_VERSION', '7.1.0' );

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"extra": {
5454
"branch-alias": {
55-
"dev-master": "7.0.x-dev"
55+
"dev-master": "8.0.x-dev"
5656
}
5757
},
5858
"scripts": {

0 commit comments

Comments
 (0)