We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21159c9 + dae799e commit e9d9e8fCopy full SHA for e9d9e8f
2 files changed
RELEASE-NOTES.md
@@ -1,6 +1,6 @@
1
# Wikibase DataModel release notes
2
3
-## Version 2.6.0 (dev)
+## Version 2.6.0 (2015-03-08)
4
5
* Added `Reference::isEmpty`
6
* Empty strings are now detected as invalid in the `SiteLink` constructor
WikibaseDataModel.php
@@ -12,7 +12,7 @@
12
return 1;
13
}
14
15
-define( 'WIKIBASE_DATAMODEL_VERSION', '2.6.0 alpha' );
+define( 'WIKIBASE_DATAMODEL_VERSION', '2.6.0' );
16
17
if ( defined( 'MEDIAWIKI' ) ) {
18
call_user_func( function() {
0 commit comments