Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ccc178e

Browse filesBrowse files
committed
Prepare 3.3.0 release
1 parent 1521965 commit ccc178e
Copy full SHA for ccc178e

File tree

3 files changed

+10
-2
lines changed
Filter options

3 files changed

+10
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
### 3.3.0 (2015-12-06)
5+
6+
* Added: timezone field for `FreeGeoIp` provider
7+
* Added: guess method for street and suburb
8+
* Added: use city, town village or hamlet as locality
9+
* Added: return ISO 3166-2 region codes for the US and the rest of the world
10+
* Fixed: `AdminLevelCollection::checkLevel()` (#468)
11+
412
### 3.2.0 (2015-10-09)
513

614
* Added: add __toString() methods in AdminLevel and Country

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"extra": {
3333
"branch-alias": {
34-
"dev-master": "3.2-dev"
34+
"dev-master": "3.3-dev"
3535
}
3636
}
3737
}

‎src/Geocoder/Geocoder.php

Copy file name to clipboardExpand all lines: src/Geocoder/Geocoder.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface Geocoder
2020
/**
2121
* Version
2222
*/
23-
const VERSION = '3.2.1-dev';
23+
const VERSION = '3.3.0';
2424

2525
/**
2626
* Geocodes a given value.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.