Skip to content

Commit

Permalink
Merge pull request #158 from filbertkm/dm6
Browse files Browse the repository at this point in the history
Add compatibility with Wikibase DataModel 6.0
  • Loading branch information
mariushoch committed Mar 16, 2016
2 parents d7c7cc6 + 5afc644 commit c267839
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PropertySuggester.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
return;
}

define( 'PropertySuggester_VERSION', '2.4.5' );
define( 'PropertySuggester_VERSION', '3.0.1' );

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

## Release notes

### 3.0.1 (2016-03-14)
* Defined compatibility with Wikibase DataModel ~6.0

### 3.0.0 (2016-02-25)
* Now requires PHP 5.5.0 or higher
* Defined compatibility with Wikibase DataModel ~5.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"require": {
"php": ">=5.5.0",
"wikibase/data-model": "~4.1|~5.0",
"wikibase/data-model": "~4.1|~5.0|~6.0",
"wikibase/data-model-services": "~1.1|~2.0|~3.0"
},
"require-dev": {
Expand Down

0 comments on commit c267839

Please sign in to comment.