Skip to content

Commit

Permalink
Release 0.8.3 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiemowmde authored and manicki committed Jun 26, 2017
1 parent 14ee984 commit e45947c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
return 1;
}

define( 'DATAVALUES_NUMBER_VERSION', '0.8.3 dev' );
define( 'DATAVALUES_NUMBER_VERSION', '0.8.3' );

if ( defined( 'MEDIAWIKI' ) ) {
$GLOBALS['wgExtensionCredits']['datavalues'][] = [
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ the [Wikidata project](https://www.wikidata.org/).

## Release notes

### 0.8.3 (dev)
### 0.8.3 (2017-06-26)

* Updated minimal required PHP version to 5.5.9.
* Fixed `UnboundedQuantityValue::newFromArray` not accepting mixed values.
* Deprecated `DecimalValue::newFromArray` and `UnboundedQuantityValue::newFromArray`.
* Updated minimal required PHP version from 5.3 to 5.5.9.

### 0.8.2 (2016-11-17)

Expand Down

0 comments on commit e45947c

Please sign in to comment.