Skip to content

Commit 713ddb7

Browse files
thiemowmdeadrianheine
authored andcommitted
Release 6.0.1 (#663)
1 parent 1277853 commit 713ddb7

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

RELEASE-NOTES.md

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

3+
## Version 6.0.1 (2016-04-25)
4+
5+
* Fixed `ItemId` and `PropertyId` not rejecting strings with a newline at the end.
6+
37
## Version 6.0.0 (2016-03-10)
48

59
This release removes the long deprecated Entity base class in favor of much more narrow interfaces.

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', '6.0.0' );
10+
define( 'WIKIBASE_DATAMODEL_VERSION', '6.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": "6.0.0",
3+
"version": "6.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)