Skip to content

Commit 81ed71b

Browse files
authored
Merge pull request #270 from norkunas/prepare-5.10.0
Prepare version 5.10.0
2 parents 1055c6f + b084045 commit 81ed71b

File tree

1 file changed

+27
-16
lines changed

1 file changed

+27
-16
lines changed

CHANGELOG.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

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
415

516
## Version 5.9.2
617

@@ -97,29 +108,29 @@ The changelog describes what have been "Added", "Changed", "Removed" or "Fixed"
97108

98109
## Version 5.3.0
99110

100-
### Added
111+
### Added
101112

102113
- Support for Ipstack provider
103-
- Support for adding precision argument for the Cache plugin.
114+
- Support for adding precision argument for the Cache plugin.
104115

105116
## Version 5.2.0
106117

107-
### Added
118+
### Added
108119

109120
- Support for Nominatim 5.0
110121

111122
### Fixed
112123

113-
- Issue when defining plugins.
124+
- Issue when defining plugins.
114125
- Fixed invalid HTML profiler details table.
115126

116127
## Version 5.1.2
117128

118129
### Fixed
119130

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`.
123134

124135
## Version 5.1.1
125136

@@ -132,12 +143,12 @@ The changelog describes what have been "Added", "Changed", "Removed" or "Fixed"
132143

133144
### Added
134145

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.
137148

138149
## Version 5.0.0
139150

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.
141152

142153
### Added
143154

@@ -148,7 +159,7 @@ Version 5 does only support Symfony 3.3+ and PHP7. We dropped some complexity an
148159
### Changed
149160

150161
- 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.
152163
- Configuration for providers has been changed. We now use factories.
153164

154165
Before:
@@ -159,7 +170,7 @@ bazinga_geocoder:
159170
bing_maps:
160171
api_key: "Foo"
161172
locale: 'sv'
162-
```
173+
```
163174
After:
164175
165176
```yaml
@@ -170,14 +181,14 @@ bazinga_geocoder:
170181
locale: 'sv'
171182
options:
172183
api_key: "foo"
173-
```
184+
```
174185
175186
### Removed
176187
177188
- `DumperManager`
178-
- `LoggableGeocoder`, use `LoggerPlugin` instead.
189+
- `LoggableGeocoder`, use `LoggerPlugin` instead.
179190
- Configuration for default provider (`default_provider`)
180-
- `Bazinga\Bundle\GeocoderBundle\Provider\Cache` was removed, use `CachePlugin` instead.
191+
- `Bazinga\Bundle\GeocoderBundle\Provider\Cache` was removed, use `CachePlugin` instead.
181192
- All services IDs was removed except `bazinga_geocoder.geocoder` and `geocoder`.
182193

183194
## Version 4.1.0

0 commit comments

Comments
 (0)