Skip to content

Releases: freearhey/wikidata

v3.6.0

20 Dec 10:22
Compare
Choose a tag to compare

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

20 Jun 12:09
Compare
Choose a tag to compare

Fixes

  • Script return an array with an empty string if Wikidata entity has no alternative label.

v3.5.0

02 Jun 16:10
Compare
Choose a tag to compare

Noticeable Changes

v3.4.0

24 Apr 01:34
Compare
Choose a tag to compare

Features

  • Added link to Wikipedia article to each entity and search result (via #14, #16). Thanks to @pat-o

v3.3.0

06 Nov 21:12
Compare
Choose a tag to compare

Noticeable Changes

  • Updated version of tightenco/collect package

v3.2.0

13 Sep 20:16
ebcda5f
Compare
Choose a tag to compare

Features

  • Added list of value qualifiers (resolve #11 via #12). Thanks to @GenieTim

Improvements

  • Added support for multiple property values

v3.1.0

07 Jul 04:05
Compare
Choose a tag to compare

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

09 Mar 02:39
Compare
Choose a tag to compare

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

26 Jan 11:47
Compare
Choose a tag to compare

Fixed

  • Fixes "Undefined property: stdClass::$en" issue

v2.1.0

25 Jan 22:21
Compare
Choose a tag to compare

Improvement

  • Added id, label, aliases and description to Entity