2017-10-17 17:09:29 +02:00
|
|
|
|
2018-09-18 10:33:32 +02:00
|
|
|
# Changelog
|
2018-06-20 08:25:47 +02:00
|
|
|
|
2018-09-18 10:33:32 +02:00
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
2020-01-03 08:43:21 +01:00
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- Do not add options which value is `NULL`
|
|
|
|
|
|
2019-08-26 09:04:19 +02:00
|
|
|
## [3.1.5] - 2019-08-26
|
2019-08-21 13:27:11 +02:00
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- Use twig directly instead of templating component to restore Contao 4.8
|
2020-01-03 08:53:47 +01:00
|
|
|
- Fix button labels ([#83](https://github.com/netzmacht/contao-leaflet-maps/issues/83))
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- Use relative path for backend icon ([#82](https://github.com/netzmacht/contao-leaflet-maps/issues/82))
|
2019-08-21 13:27:11 +02:00
|
|
|
|
2019-02-13 12:53:50 +01:00
|
|
|
## [3.1.4] - 2019-02-13
|
2018-12-17 17:01:08 +01:00
|
|
|
|
2019-02-13 12:06:30 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- Fix ordering changes in layer control element aren't recognized ([#72](https://github.com/netzmacht/contao-leaflet-maps/issues/72))
|
2019-02-13 12:09:40 +01:00
|
|
|
- Fix markers with negative coordinates aren't displayed ([#74](https://github.com/netzmacht/contao-leaflet-maps/issues/74))
|
2019-02-13 12:46:19 +01:00
|
|
|
- Fix image icon with non existing image throws exception ([#75](https://github.com/netzmacht/contao-leaflet-maps/issues/75))
|
|
|
|
|
- Fix invalid alias then using multiple edit. Aliases aren't copied anymore. ([#71](https://github.com/netzmacht/contao-leaflet-maps/issues/71))
|
2019-02-13 12:06:30 +01:00
|
|
|
|
2019-02-13 11:27:32 +01:00
|
|
|
## [3.1.3] - 2019-01-10
|
2019-01-10 16:39:43 +01:00
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
2019-01-10 16:41:03 +01:00
|
|
|
- Fix broken api routes in Contao 4.6/Symfony 4 (#69)
|
|
|
|
|
- Fix broken about.html.twig template. Error block was missing
|
2019-01-10 16:39:43 +01:00
|
|
|
|
|
|
|
|
## 3.1.2 - 2018-12-18
|
|
|
|
|
|
|
|
|
|
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.1.1...3.1.2)
|
2018-12-17 17:01:08 +01:00
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- Fix broken MapBox integration: Access token is now required
|
|
|
|
|
- Fix broken OpenWeatherMap integration: Api key is now required
|
|
|
|
|
- Fix broken Thunderforest integration: Api key is now required
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- Add missing OpenPtMap of leaflet-providers
|
|
|
|
|
- Add missing OpenRailwayMap of leaflet-providers
|
|
|
|
|
- Add missing OpenFireMap of leaflet-providers
|
|
|
|
|
- Add missing SafeCast of leaflet-providers
|
|
|
|
|
- Add missing map types `normalNightTransit`, `normalNightTransitMobile`, `reducedDay`, `reducedNight`,
|
|
|
|
|
`hybridDayTransit` and `hybridDayGrey` of HERE provider
|
|
|
|
|
- Add missing map types `Voyager`, `VoyagerNoLabels`, `VoyagerOnlyLabels` and `VoyagerLabelsUnder` of CartoDB provider
|
|
|
|
|
- Add missing Wikimedia of leaflet-providers
|
|
|
|
|
- Add missing GeoportailFrance of leaflet-providers
|
|
|
|
|
- Add missing OneMapSG of leaflet-providers
|
|
|
|
|
|
2019-02-13 11:27:32 +01:00
|
|
|
## [3.1.1] - 2018-12-07
|
2018-11-01 16:01:16 +01:00
|
|
|
|
2018-12-06 10:37:39 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
2018-12-07 11:22:23 +01:00
|
|
|
- Fix missing marker cluster icon.
|
|
|
|
|
- Ignore markers without coordinates to prevent uncaught exception caused by invalid coordinates.
|
2018-11-01 16:01:16 +01:00
|
|
|
|
2018-12-07 11:22:23 +01:00
|
|
|
## 3.1.0 - 2018-11-01
|
2018-10-30 09:53:12 +01:00
|
|
|
|
2018-11-01 15:36:35 +01:00
|
|
|
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.4...3.1.0)
|
2018-10-30 09:53:12 +01:00
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- Custom route to load map data.
|
2018-10-30 10:48:38 +01:00
|
|
|
- Add distance filter support for the marker layer (Bounds Mode "fit" has to be enabled).
|
2018-10-30 10:53:44 +01:00
|
|
|
- Add support for relative css units for map size definition (#59).
|
2018-10-30 13:00:52 +01:00
|
|
|
- Add hint that zoom level is probably required (#56).
|
2018-10-30 09:53:12 +01:00
|
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
|
|
- Deprecate `Netzmacht\Contao\Leaflet\Frontend\RequestUrl`. Use router to generate request url for layer data.
|
|
|
|
|
- Deprecate `Netzmacht\Contao\Leaflet\Frontend\DataController`. Use introduced endpoint to get map data.
|
2018-10-30 12:38:46 +01:00
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
2018-10-30 13:00:52 +01:00
|
|
|
- Require PHP 7.1.
|
2018-10-30 12:38:46 +01:00
|
|
|
- Rewritten about page using own route (#48).
|
2018-10-30 09:53:12 +01:00
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
2018-10-30 10:52:47 +01:00
|
|
|
- Pressing enter on backend geocode control doesn't submit form anymore.
|
|
|
|
|
- Fix broken marker cluster layer (#60).
|
2018-10-30 09:53:12 +01:00
|
|
|
|
|
|
|
|
|
2019-02-13 11:27:32 +01:00
|
|
|
## [3.0.4] - 2018-10-08
|
2018-10-08 16:26:04 +02:00
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- Fix broken content element attributes (Missing class and custom id).
|
|
|
|
|
|
2019-02-13 11:27:32 +01:00
|
|
|
## [3.0.3] - 2018-09-18
|
2018-09-18 10:26:38 +02:00
|
|
|
|
2018-09-18 10:33:32 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
2018-09-18 10:26:38 +02:00
|
|
|
- Make alias generator services public for Contao 4.6/Symfony 4.0 compatibility.
|
|
|
|
|
|
2019-02-13 11:27:32 +01:00
|
|
|
## [3.0.2] - 2018-08-23
|
2018-08-23 14:35:25 +02:00
|
|
|
|
|
|
|
|
- Run composer require checker and solve issues.
|
|
|
|
|
|
2019-02-13 11:27:32 +01:00
|
|
|
## [3.0.1] - 2018-06-20
|
2018-06-20 08:25:47 +02:00
|
|
|
|
|
|
|
|
- Fix broken dynamic bbox related data loading (#57)
|
2017-10-17 17:09:29 +02:00
|
|
|
|
2019-02-13 11:27:32 +01:00
|
|
|
## [3.0.0] - 2018-01-05
|
2018-01-05 17:11:21 +01:00
|
|
|
|
|
|
|
|
- Make hook/dca listener services public
|
2017-11-13 13:13:14 +01:00
|
|
|
|
2019-02-13 11:27:32 +01:00
|
|
|
## [3.0.0-beta1] - 2017-11-15
|
2017-11-15 11:21:01 +01:00
|
|
|
|
|
|
|
|
Enhancements
|
|
|
|
|
|
|
|
|
|
- Updated translations
|
|
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
|
|
|
|
|
|
- Broken service definitions
|
|
|
|
|
- Broken file layer id
|
2017-11-13 13:13:14 +01:00
|
|
|
|
2019-02-13 11:27:32 +01:00
|
|
|
## [3.0.0-alpha2] - 2017-10-19
|
2017-10-17 17:09:29 +02:00
|
|
|
|
|
|
|
|
Implemented enhancements
|
|
|
|
|
|
2017-10-19 09:31:50 +02:00
|
|
|
- Refactor to a more service oriented architecture
|
|
|
|
|
- Use a proper template for the map templates (Customize templates has to be adjusted!)
|
|
|
|
|
- New file layer for gpx,kml,wkt,topojson,geojson files added
|
2017-10-17 17:09:29 +02:00
|
|
|
- Bypass filesystem cache in debug mode
|
|
|
|
|
- Changelog added
|
2019-02-13 11:27:32 +01:00
|
|
|
|
2020-01-03 08:43:21 +01:00
|
|
|
[Unreleased]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.1.5...hotfix/3.1.6
|
|
|
|
|
[3.1.5]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.1.4...3.1.5
|
|
|
|
|
[3.1.4]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.1.3...3.1.4
|
2019-02-13 11:27:32 +01:00
|
|
|
[3.1.3]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.1.2...3.1.3
|
|
|
|
|
[3.1.1]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.1.0...3.1.1
|
|
|
|
|
[3.0.4]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.3...3.0.4
|
|
|
|
|
[3.0.3]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.2...3.0.3
|
|
|
|
|
[3.0.2]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.1...3.0.2
|
|
|
|
|
[3.0.1]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0...3.0.1
|
|
|
|
|
[3.0.0]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0-beta1...3.0.0
|
|
|
|
|
[3.0.0-beta1]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0-alpha2...3.0.0-beta1
|
|
|
|
|
[3.0-0-alpha2]: https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0-alpha1...3.0.0-alpha2
|