Skip to content

Commit

Permalink
Merge pull request #11 from DataValues/023
Browse files Browse the repository at this point in the history
Allow installation with DataValues 1.x, bump to 0.2.3
  • Loading branch information
thiemowmde committed Oct 9, 2014
2 parents 7084b7e + ab84576 commit c9f4dfd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
return 1;
}

define( 'DATAVALUES_COMMON_VERSION', '0.2.3 alpha' );
define( 'DATAVALUES_COMMON_VERSION', '0.2.3' );

/**
* @deprecated
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ DataValues Common has been written by the Wikidata team, as [Wikimedia Germany]

## Release notes

### 0.2.3 (dev)
* Introduce FORMAT_NAME class constants on ValueParsers in order to use them as
expectedFormat
* Change ValueParsers to pass rawValue and expectedFormat arguments when constructing
a ParseException
### 0.2.3 (2014-10-09)

* Introduced `FORMAT_NAME` class constants on ValueParsers in order to use them as expectedFormat
* Changed ValueParsers to pass rawValue and expectedFormat arguments when constructing a `ParseException`
* Installation together with DataValues 1.x is now supported

### 0.2.2 (2014-04-11)

* Introduce DataValueMismatchException
* Introduced `DataValueMismatchException`

### 0.2.1 (2014-03-12)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"php": ">=5.3.0",
"data-values/data-values": "~0.1",
"data-values/data-values": "~1.0|~0.1",
"data-values/interfaces": "~0.1.4"
},
"extra": {
Expand Down

0 comments on commit c9f4dfd

Please sign in to comment.