Skip to content

Commit 31acb80

Browse files
committed
Merge pull request #636 from wmde/release-5.0.1
Release 5.0.1
2 parents 65ca5c6 + f9ee489 commit 31acb80

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

RELEASE-NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Wikibase DataModel release notes
22

3+
## Version 5.0.1 (2016-02-18)
4+
5+
* Fixed a bug and restored behaviour of `ReferenceList::removeReferenceHash`
6+
* `ReferenceList::unserialize` no longer calls the constructor
7+
38
## Version 5.0.0 (2016-02-15)
49

510
* Removed `Claims` class (deprecated since 1.0)

WikibaseDataModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
88
*/
99

10-
define( 'WIKIBASE_DATAMODEL_VERSION', '5.0.0' );
10+
define( 'WIKIBASE_DATAMODEL_VERSION', '5.0.1' );
1111

1212
if ( defined( 'MEDIAWIKI' ) && function_exists( 'wfLoadExtension' ) ) {
1313
wfLoadExtension( 'WikibaseDataModel', __DIR__ . '/mediawiki-extension.json' );

mediawiki-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Wikibase DataModel",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"author": [
55
"[https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]",
66
"Thiemo Mättig"

0 commit comments

Comments
 (0)