File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ ### 1.1.1 (2012-10-23) ###
5+
6+ * Add more tests thanks to Antoine Corcy (@toin0u )
7+ * Updated: README.md - need cURL to run unit tests
8+ * Fix README + CS
9+ * Updated: README
10+ * Added: GeocoderUsProvider
11+ * Added: GeocoderCaProvider
12+ * Fix Geoip provider
13+ * [ Provider] fixed indentation.
14+ * Fixed: sprintf type specifier in ChainProvider
15+ * Fixed: tests
16+ * Updated: providers tests getName()
17+
418### 1.1.0 (2012-10-16) ###
519
620* Remove useless use statements
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class Geocoder implements GeocoderInterface
2121 /**
2222 * Version
2323 */
24- const VERSION = '1.1.1-dev ' ;
24+ const VERSION = '1.1.1 ' ;
2525
2626 /**
2727 * @var array
You can’t perform that action at this time.
0 commit comments