Skip to content

Commit

Permalink
Merge pull request #642 from wmde/release502
Browse files Browse the repository at this point in the history
Release 5.0.2
  • Loading branch information
Benestar committed Feb 23, 2016
2 parents 660d1f2 + 514fc87 commit 9299112
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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 too 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 too many objects
* `ReferenceList::unserialize` no longer calls the constructor

## Version 5.0.0 (2016-02-15)
Expand Down
2 changes: 1 addition & 1 deletion WikibaseDataModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Jeroen De Dauw < [email protected] >
*/

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' );
Expand Down
2 changes: 1 addition & 1 deletion mediawiki-extension.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9299112

Please sign in to comment.