Skip to content

Commit

Permalink
Merge pull request #137 from Wikidata-lib/releaseNotes240
Browse files Browse the repository at this point in the history
Release notes240
  • Loading branch information
filbertkm committed Aug 13, 2015
2 parents 10c283e + 4a40e37 commit e032966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.3.0' );
define( 'PropertySuggester_VERSION', '2.4.0' );

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

## Release notes

### 2.4.0 (2015-08-12)
* Require DataModelServices ~1.1
* Use EntityLookup interface from DataModelServices to replace removed WikibaseLib interface

### 2.3.1 (2015-07-13)
* Fix use of WikibaseApiTestCase due to namespace change

Expand Down

0 comments on commit e032966

Please sign in to comment.