Skip to content

Commit

Permalink
Update version and README for 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mariushoch committed Oct 14, 2015
1 parent 2e6838a commit 398b914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.3' );
define( 'PropertySuggester_VERSION', '2.4.4' );

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

## Release notes

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

### 2.4.3 (2015-09-17)
* Defined compatibility with Wikibase DataModel Services ~3.0

### 2.4.2 (2015-09-03)

* Defined compatibility with Wikibase DataModel Services ~2.0

### 2.4.1 (2015-08-27)
Expand Down

0 comments on commit 398b914

Please sign in to comment.