Skip to content

Commit 40a9b76

Browse files
committed
Merge pull request #375 from wmde/release30
Release 3.0.0
2 parents ffb391c + 23290f3 commit 40a9b76

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+
## Version 3.0.0 (dev)
4+
5+
* `Statement` no longer takes a `Claim` in its constructor
6+
* `Statement::setClaim` and `Statement::getClaim` have been removed
7+
* Removed `ClaimList`
8+
* Removed `ClaimListAccess`
9+
310
## Version 2.6.0 (dev)
411

512
* Empty strings are now detected as invalid in the `SiteLink` constructor

WikibaseDataModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
return 1;
1313
}
1414

15-
define( 'WIKIBASE_DATAMODEL_VERSION', '2.6.0 alpha' );
15+
define( 'WIKIBASE_DATAMODEL_VERSION', '3.0.0 alpha' );
1616

1717
if ( defined( 'MEDIAWIKI' ) ) {
1818
call_user_func( function() {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "2.6.x-dev"
41+
"dev-master": "3.0.x-dev"
4242
}
4343
},
4444
"scripts": {

0 commit comments

Comments
 (0)