Skip to content

Commit 9299112

Browse files
committed
Merge pull request #642 from wmde/release502
Release 5.0.2
2 parents 660d1f2 + 514fc87 commit 9299112

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

RELEASE-NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Wikibase DataModel release notes
22

3+
## Version 5.0.2 (2016-02-23)
4+
5+
* Fixed regression in `ReferenceList::addReference` and the constructor possibly adding too many objects
6+
37
## Version 5.0.1 (2016-02-18)
48

5-
* Fixed a bug and restored behaviour of `ReferenceList::removeReferenceHash`
9+
* Fixed regression in `ReferenceList::removeReferenceHash` possibly removing too many objects
610
* `ReferenceList::unserialize` no longer calls the constructor
711

812
## Version 5.0.0 (2016-02-15)

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.1' );
10+
define( 'WIKIBASE_DATAMODEL_VERSION', '5.0.2' );
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.1",
3+
"version": "5.0.2",
44
"author": [
55
"[https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]",
66
"Thiemo Mättig"

0 commit comments

Comments
 (0)