Skip to content

Commit

Permalink
Update version and README for 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mariushoch committed Dec 27, 2015
1 parent fdb9ee3 commit 96d2eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 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.4.4' );
define( 'PropertySuggester_VERSION', '2.4.5' );

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

### 2.4.5 (2015-12-27)
* Add i18n to the `wbsgetsuggestions` api module. This makes MediaWiki's `ApiDocumentationTest` pass.

### 2.4.4 (2015-10-14)
* Fixed ResourceLoader dependencies of the `jquery.wikibase.entityselector` module.

Expand Down

0 comments on commit 96d2eeb

Please sign in to comment.