Skip to content

Commit

Permalink
2.1.1 with ~0.4.0 of DataValues/Common
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore committed Aug 9, 2017
1 parent be9e14d commit 8fd8829
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Geo.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
return 1;
}

define( 'DATAVALUES_GEO_VERSION', '2.1.0' );
define( 'DATAVALUES_GEO_VERSION', '2.1.1' );

// Aliases introduced in 1.0
class_alias( DataValues\Geo\Values\LatLongValue::class, 'DataValues\LatLongValue' );
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ It is based upon and contains a lot of code written by [Jeroen De Dauw]

## Release notes

### 2.1.1 (2017-08-09)

* Allow use with ~0.4.0 of DataValues/Common

### 2.1.0 (2017-08-09)

* Remove MediaWiki integration
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"php": ">=5.5.9",
"data-values/data-values": "~1.0|~0.1",
"data-values/interfaces": "~0.2.0|~0.1.5",
"data-values/common": "~0.3.0|~0.2.0"
"data-values/common": "~0.4.0|~0.3.0|~0.2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
Expand Down

0 comments on commit 8fd8829

Please sign in to comment.