From 3bab0d709ef26f9b4a199381bab9d502e02c34d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiemo=20M=C3=A4ttig?= Date: Tue, 23 Feb 2016 10:13:45 +0100 Subject: [PATCH 1/2] Release 5.0.2 --- RELEASE-NOTES.md | 6 +++++- WikibaseDataModel.php | 2 +- mediawiki-extension.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index cebb96a8..833929fc 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,8 +1,12 @@ # Wikibase DataModel release notes +## Version 5.0.2 (2016-02-23) + +* Fixed regression in `ReferenceList::addReference` and the constructor possibly adding to many objects + ## Version 5.0.1 (2016-02-18) -* Fixed a bug and restored behaviour of `ReferenceList::removeReferenceHash` +* Fixed regression in `ReferenceList::removeReferenceHash` possibly removing to many objects * `ReferenceList::unserialize` no longer calls the constructor ## Version 5.0.0 (2016-02-15) diff --git a/WikibaseDataModel.php b/WikibaseDataModel.php index bf02f653..da023f7d 100644 --- a/WikibaseDataModel.php +++ b/WikibaseDataModel.php @@ -7,7 +7,7 @@ * @author Jeroen De Dauw < jeroendedauw@gmail.com > */ -define( 'WIKIBASE_DATAMODEL_VERSION', '5.0.1' ); +define( 'WIKIBASE_DATAMODEL_VERSION', '5.0.2' ); if ( defined( 'MEDIAWIKI' ) && function_exists( 'wfLoadExtension' ) ) { wfLoadExtension( 'WikibaseDataModel', __DIR__ . '/mediawiki-extension.json' ); diff --git a/mediawiki-extension.json b/mediawiki-extension.json index e736e114..146cff75 100644 --- a/mediawiki-extension.json +++ b/mediawiki-extension.json @@ -1,6 +1,6 @@ { "name": "Wikibase DataModel", - "version": "5.0.1", + "version": "5.0.2", "author": [ "[https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]", "Thiemo Mättig" From 514fc87815a0670df73045785e066b1e5560ae97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiemo=20M=C3=A4ttig?= Date: Tue, 23 Feb 2016 10:20:20 +0100 Subject: [PATCH 2/2] too --- RELEASE-NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 833929fc..cb3c3a01 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,11 +2,11 @@ ## Version 5.0.2 (2016-02-23) -* Fixed regression in `ReferenceList::addReference` and the constructor possibly adding to many objects +* Fixed regression in `ReferenceList::addReference` and the constructor possibly adding too many objects ## Version 5.0.1 (2016-02-18) -* Fixed regression in `ReferenceList::removeReferenceHash` possibly removing to many objects +* Fixed regression in `ReferenceList::removeReferenceHash` possibly removing too many objects * `ReferenceList::unserialize` no longer calls the constructor ## Version 5.0.0 (2016-02-15)