File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1212 return 1 ;
1313}
1414
15- define ( 'WIKIBASE_DATAMODEL_VERSION ' , '2.6 .0 alpha ' );
15+ define ( 'WIKIBASE_DATAMODEL_VERSION ' , '3.0 .0 alpha ' );
1616
1717if ( defined ( 'MEDIAWIKI ' ) ) {
1818 call_user_func ( function () {
Original file line number Diff line number Diff line change 3838 },
3939 "extra" : {
4040 "branch-alias" : {
41- "dev-master" : " 2.6 .x-dev"
41+ "dev-master" : " 3.0 .x-dev"
4242 }
4343 },
4444 "scripts" : {
You can’t perform that action at this time.
0 commit comments