Skip to content

Commit 537053a

Browse files
authored
Merge pull request #785 from wmde/WIKIBASE_DATAMODEL_VERSION
Remove WIKIBASE_DATAMODEL_VERSION constant
2 parents 6b83ccf + e710797 commit 537053a

3 files changed

Lines changed: 1 addition & 17 deletions

File tree

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* `removeByElementHash`
2020
* `removeElement`
2121
* `setElement`
22+
* Removed `WIKIBASE_DATAMODEL_VERSION` constant
2223
* Added periods to the list of disallowed characters in `RepositoryNameAssert`
2324
* `EntityDocument` now extends `ClearableEntity`
2425

WikibaseDataModel.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
"wikibase/wikibase-codesniffer": "^0.3.0"
3535
},
3636
"autoload": {
37-
"files" : [
38-
"WikibaseDataModel.php"
39-
],
4037
"psr-4": {
4138
"Wikibase\\DataModel\\": "src/"
4239
}

0 commit comments

Comments
 (0)