Skip to content

Commit

Permalink
Merge pull request #90 from DataValues/one082Release
Browse files Browse the repository at this point in the history
Merge unreleased 0.8.2 and 0.8.3
  • Loading branch information
Daniel Kinzler authored Nov 17, 2016
2 parents c90948f + c6731c1 commit 312b48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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' );
define( 'DATAVALUES_NUMBER_VERSION', '0.8.2' );

if ( defined( 'MEDIAWIKI' ) ) {
$GLOBALS['wgExtensionCredits']['datavalues'][] = array(
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@ DataValues Number has been written by Daniel Kinzler, as [Wikimedia Germany]

## Release notes

### 0.8.3 (2016-11-17)
### 0.8.2 (2016-11-17)

* Fixed `QuantityFormatter` suppressing ±0 for `QuantityValue`s.

### 0.8.2 (2016-08-11)

* Fixed HTML escaping in `QuantityHtmlFormatter`.

### 0.8.1 (2016-08-02)
Expand Down

0 comments on commit 312b48b

Please sign in to comment.