Skip to content

Commit c9f4dfd

Browse files
committed
Merge pull request #11 from DataValues/023
Allow installation with DataValues 1.x, bump to 0.2.3
2 parents 7084b7e + ab84576 commit c9f4dfd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
return 1;
1616
}
1717

18-
define( 'DATAVALUES_COMMON_VERSION', '0.2.3 alpha' );
18+
define( 'DATAVALUES_COMMON_VERSION', '0.2.3' );
1919

2020
/**
2121
* @deprecated

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ DataValues Common has been written by the Wikidata team, as [Wikimedia Germany]
4949

5050
## Release notes
5151

52-
### 0.2.3 (dev)
53-
* Introduce FORMAT_NAME class constants on ValueParsers in order to use them as
54-
expectedFormat
55-
* Change ValueParsers to pass rawValue and expectedFormat arguments when constructing
56-
a ParseException
52+
### 0.2.3 (2014-10-09)
53+
54+
* Introduced `FORMAT_NAME` class constants on ValueParsers in order to use them as expectedFormat
55+
* Changed ValueParsers to pass rawValue and expectedFormat arguments when constructing a `ParseException`
56+
* Installation together with DataValues 1.x is now supported
5757

5858
### 0.2.2 (2014-04-11)
5959

60-
* Introduce DataValueMismatchException
60+
* Introduced `DataValueMismatchException`
6161

6262
### 0.2.1 (2014-03-12)
6363

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"require": {
2626
"php": ">=5.3.0",
27-
"data-values/data-values": "~0.1",
27+
"data-values/data-values": "~1.0|~0.1",
2828
"data-values/interfaces": "~0.1.4"
2929
},
3030
"extra": {

0 commit comments

Comments
 (0)