1
1
# Changelog
2
2
3
- The changelog describes what have been "Added", "Changed", "Removed" or "Fixed" between versions.
3
+ The changelog describes what have been "Added", "Changed", "Removed" or "Fixed" between versions.
4
+
5
+ ## Version 5.10.0
6
+
7
+ ### Added
8
+
9
+ - Add MapboxFactory
10
+ - Add GoogleMapsPlacesFactory
11
+
12
+ ### Fixed
13
+
14
+ - Fix tests/deprecations and Symfony 5 support
4
15
5
16
## Version 5.9.2
6
17
@@ -97,29 +108,29 @@ The changelog describes what have been "Added", "Changed", "Removed" or "Fixed"
97
108
98
109
## Version 5.3.0
99
110
100
- ### Added
111
+ ### Added
101
112
102
113
- Support for Ipstack provider
103
- - Support for adding precision argument for the Cache plugin.
114
+ - Support for adding precision argument for the Cache plugin.
104
115
105
116
## Version 5.2.0
106
117
107
- ### Added
118
+ ### Added
108
119
109
120
- Support for Nominatim 5.0
110
121
111
122
### Fixed
112
123
113
- - Issue when defining plugins.
124
+ - Issue when defining plugins.
114
125
- Fixed invalid HTML profiler details table.
115
126
116
127
## Version 5.1.2
117
128
118
129
### Fixed
119
130
120
- - Make sure commands not using the container.
121
- - Fixed issue with using custom factories. We do not validate custom factories better.
122
- - We are more relaxed in our requirements for HTTPClients. You may now use the option ` http_client ` .
131
+ - Make sure commands not using the container.
132
+ - Fixed issue with using custom factories. We do not validate custom factories better.
133
+ - We are more relaxed in our requirements for HTTPClients. You may now use the option ` http_client ` .
123
134
124
135
## Version 5.1.1
125
136
@@ -132,12 +143,12 @@ The changelog describes what have been "Added", "Changed", "Removed" or "Fixed"
132
143
133
144
### Added
134
145
135
- - ` Collector::clear ` to be compatible with Symfony 4.
136
- - Added support for IpInfo.
146
+ - ` Collector::clear ` to be compatible with Symfony 4.
147
+ - Added support for IpInfo.
137
148
138
149
## Version 5.0.0
139
150
140
- Version 5 does only support Symfony 3.3+ and PHP7. We dropped some complexity and added plenty of type hints.
151
+ Version 5 does only support Symfony 3.3+ and PHP7. We dropped some complexity and added plenty of type hints.
141
152
142
153
### Added
143
154
@@ -148,7 +159,7 @@ Version 5 does only support Symfony 3.3+ and PHP7. We dropped some complexity an
148
159
### Changed
149
160
150
161
- Namespace changed from ` Bazinga\Bundle\GeocoderBundle ` to ` Bazinga\GeocoderBundle `
151
- - The "fake IP" feature does not change any environment or Symfony variables.
162
+ - The "fake IP" feature does not change any environment or Symfony variables.
152
163
- Configuration for providers has been changed. We now use factories.
153
164
154
165
Before:
@@ -159,7 +170,7 @@ bazinga_geocoder:
159
170
bing_maps :
160
171
api_key : " Foo"
161
172
locale : ' sv'
162
- ` ` `
173
+ ` ` `
163
174
After:
164
175
165
176
` ` ` yaml
@@ -170,14 +181,14 @@ bazinga_geocoder:
170
181
locale : ' sv'
171
182
options :
172
183
api_key : " foo"
173
- ` ` `
184
+ ` ` `
174
185
175
186
### Removed
176
187
177
188
- ` DumperManager`
178
- - ` LoggableGeocoder` , use `LoggerPlugin` instead.
189
+ - ` LoggableGeocoder` , use `LoggerPlugin` instead.
179
190
- Configuration for default provider (`default_provider`)
180
- - ` Bazinga\B undle\G eocoderBundle\P rovider\C ache` was removed, use `CachePlugin` instead.
191
+ - ` Bazinga\B undle\G eocoderBundle\P rovider\C ache` was removed, use `CachePlugin` instead.
181
192
- All services IDs was removed except `bazinga_geocoder.geocoder` and `geocoder`.
182
193
183
194
# # Version 4.1.0
0 commit comments