Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow installation with DataValues 1.x, bump to 0.2.3 #11

Merged
merged 1 commit into from
Oct 9, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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