Releases: freearhey/wikidata
Releases · freearhey/wikidata
v3.6.0
Breaking Changes
- The
wikipediaArticle
property has been renamed to wiki_url
Fixes
- Fix "wikipedia_article is completely bogus" issue #18
Notable Changes
v3.5.1
Fixes
- Script return an array with an empty string if Wikidata entity has no alternative label.
v3.4.0
Features
- Added link to Wikipedia article to each entity and search result (via #14, #16). Thanks to @pat-o
v3.3.0
Noticeable Changes
- Updated version of
tightenco/collect
package
v3.2.0
Features
Improvements
- Added support for multiple property values
v3.1.0
Fixed
- Fixes "Not able to install it with Laravel 5.8 and tightenco/collect 5.8" issue #9 (via #10 by @kiuny)
v3.0.0
Notable Changes
$entity->properties
now returns a Illuminate\Support\Collection
rather than an array. And each property in it contain id, label and value (resolve #8)
v2.1.1
Fixed
- Fixes "Undefined property: stdClass::$en" issue
v2.1.0
Improvement
- Added id, label, aliases and description to Entity