We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258e2f5 commit 63f4b7bCopy full SHA for 63f4b7b
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+### 2.4.3 (????-??-??) ###
5
+
6
+n/a
7
8
### 2.4.2 (2014-01-05) ###
9
10
* Fixed: GeoIPs provider expects a single location response due to recent API
src/Geocoder/Geocoder.php
@@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
22
/**
23
* Version
24
*/
25
- const VERSION = '2.4.2';
+ const VERSION = '2.4.3-dev';
26
27
28
* @var integer
0 commit comments