Skip to content

Commit

Permalink
Merge pull request #601 from wmde/release440
Browse files Browse the repository at this point in the history
Release 4.4.0
  • Loading branch information
JonasKress committed Jan 20, 2016
2 parents 635c75b + 0bb6ee2 commit 7df08f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Wikibase DataModel release notes

## Version 4.4.0 (dev)
## Version 4.4.0 (2016-01-20)

* Added `ItemIdParser`
* Added `ReferenceList::isEmpty`
* Added `ReferencedStatementFilter::FILTER_TYPE` constant
* Added `EntityRedirect::__toString`
* Deprecated `HashableObjectStorage`
* `SnakRole` enum is not an interface any more but a private class

## Version 4.3.0 (2015-09-02)
Expand Down
2 changes: 1 addition & 1 deletion WikibaseDataModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
return 1;
}

define( 'WIKIBASE_DATAMODEL_VERSION', '4.4.0 alpha' );
define( 'WIKIBASE_DATAMODEL_VERSION', '4.4.0' );

if ( defined( 'MEDIAWIKI' ) ) {
call_user_func( function() {
Expand Down

0 comments on commit 7df08f1

Please sign in to comment.