File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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
1212if ( defined ( 'MEDIAWIKI ' ) && function_exists ( 'wfLoadExtension ' ) ) {
1313 wfLoadExtension ( 'WikibaseDataModel ' , __DIR__ . '/mediawiki-extension.json ' );
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments