Skip to content

Commit 8fd8829

Browse files
committed
2.1.1 with ~0.4.0 of DataValues/Common
1 parent be9e14d commit 8fd8829

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Geo.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_GEO_VERSION', '2.1.0' );
18+
define( 'DATAVALUES_GEO_VERSION', '2.1.1' );
1919

2020
// Aliases introduced in 1.0
2121
class_alias( DataValues\Geo\Values\LatLongValue::class, 'DataValues\LatLongValue' );

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ It is based upon and contains a lot of code written by [Jeroen De Dauw]
9393

9494
## Release notes
9595

96+
### 2.1.1 (2017-08-09)
97+
98+
* Allow use with ~0.4.0 of DataValues/Common
99+
96100
### 2.1.0 (2017-08-09)
97101

98102
* Remove MediaWiki integration

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"php": ">=5.5.9",
3333
"data-values/data-values": "~1.0|~0.1",
3434
"data-values/interfaces": "~0.2.0|~0.1.5",
35-
"data-values/common": "~0.3.0|~0.2.0"
35+
"data-values/common": "~0.4.0|~0.3.0|~0.2.0"
3636
},
3737
"require-dev": {
3838
"phpunit/phpunit": "~4.8",

0 commit comments

Comments
 (0)