Skip to content

Commit 256b742

Browse files
Ladsgroupthiemowmde
authored andcommitted
Release version 8.0.0 (#754)
The change that recently got merged is a breaking change. So it needs a major release.
1 parent 4a73598 commit 256b742

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

RELEASE-NOTES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## Version 8.0.0 (dev)
44

5+
This release removes integers as acceptable entity IDs.
6+
57
#### Breaking changes
6-
* `Item:setId` as well as `Property::setId` do not accept integers any more.
8+
* `Item::setId` and `Property::setId` do not accept integers any more.
79
* Removed `Item::getSiteLinks` and `Item::hasSiteLinks`.
8-
* `RepositoryNameAssert` now also disallows periods, in addition to colons.
10+
* Added periods to the list of disallowed characters in `RepositoryNameAssert`.
911

1012
#### Other changes
1113
* Un-deprecated several sitelink related shortcuts from `Item`: `addSiteLink`, `getSiteLink`,

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.1.0' );
14+
define( 'WIKIBASE_DATAMODEL_VERSION', '8.0.0' );

0 commit comments

Comments
 (0)