Skip to content

Commit f4f60f6

Browse files
committed
Merge pull request #549 from wmde/rel420
4.2.0 release
2 parents 6b1eddb + a2590aa commit f4f60f6

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

RELEASE-NOTES.md

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

3-
## Version 4.2 (dev)
3+
## Version 4.2 (2015-08-26)
44

55
* Added `EntityRedirect`
6+
* Added `EntityIdParser` and `EntityIdParsingException`
7+
* Added `BasicEntityIdParser`
8+
* Added `DispatchingEntityIdParser`
69
* Removed no longer needed dependency on `diff/diff`
710

811
## Version 4.1 (2015-08-04)

WikibaseDataModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
return 1;
1313
}
1414

15-
define( 'WIKIBASE_DATAMODEL_VERSION', '4.0.0' );
15+
define( 'WIKIBASE_DATAMODEL_VERSION', '4.2.0' );
1616

1717
if ( defined( 'MEDIAWIKI' ) ) {
1818
call_user_func( function() {

src/Entity/EntityIdParser.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
interface EntityIdParser {
1414

1515
/**
16-
* @since 1.0
17-
*
1816
* @param string $idSerialization
1917
*
2018
* @return EntityId

0 commit comments

Comments
 (0)