File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4- ### 1.4.1 (????-??-??) ###
5-
6- n/a
4+ ### 1.5.0 (2013-05-03) ###
5+
6+ * Added: DefaultResultFactory and MultipleResultFactory classes - Fix #223
7+ * Fixed: provider's tests
8+ * Fixed: encoding for geoip provider
9+ * fixed: inspection values
10+ * Fixed: tests and enhanced test cover
11+ * Fixed: branch-alias (composer)
712
813### 1.4.0 (2013-03-16) ###
914
Original file line number Diff line number Diff line change 3030 },
3131 "extra" : {
3232 "branch-alias" : {
33- "dev-master" : " 1.4 -dev"
33+ "dev-master" : " 1.5 -dev"
3434 }
3535 }
3636}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Geocoder implements GeocoderInterface
2222 /**
2323 * Version
2424 */
25- const VERSION = '1.4.1-dev ' ;
25+ const VERSION = '1.5.0 ' ;
2626
2727 /**
2828 * @var ProviderInterface[]
You can’t perform that action at this time.
0 commit comments