Skip to content

Commit

Permalink
Release 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thiemowmde committed Dec 2, 2016
1 parent 9239e5f commit b5d5fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PropertySuggester.php
Expand Up @@ -9,7 +9,7 @@
return;
}

define( 'PropertySuggester_VERSION', '3.1.4' );
define( 'PropertySuggester_VERSION', '3.1.5' );

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
require_once __DIR__ . '/vendor/autoload.php';
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -45,6 +45,9 @@ generate this data from a wikidata dump.

## Release notes

### 3.1.5 (2016-12-02)
* Adapted entity suggester for changes in Wikibase.

### 3.1.4 (2016-10-03)
* Handle MediaWiki's `OutputPage::getTitle` returning `null`.

Expand Down

0 comments on commit b5d5fdd

Please sign in to comment.