We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b83ccf + e710797 commit 537053aCopy full SHA for 537053a
3 files changed
RELEASE-NOTES.md
@@ -19,6 +19,7 @@
19
* `removeByElementHash`
20
* `removeElement`
21
* `setElement`
22
+* Removed `WIKIBASE_DATAMODEL_VERSION` constant
23
* Added periods to the list of disallowed characters in `RepositoryNameAssert`
24
* `EntityDocument` now extends `ClearableEntity`
25
WikibaseDataModel.php
composer.json
@@ -34,9 +34,6 @@
34
"wikibase/wikibase-codesniffer": "^0.3.0"
35
},
36
"autoload": {
37
- "files" : [
38
- "WikibaseDataModel.php"
39
- ],
40
"psr-4": {
41
"Wikibase\\DataModel\\": "src/"
42
}
0 commit comments