forked from Snck3rs/contao-leaflet-maps
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88927a3de8 | ||
|
|
8fdc7dab29 | ||
|
|
9a1b6dee01 |
36
CHANGELOG.md
36
CHANGELOG.md
@@ -1,30 +1,38 @@
|
|||||||
|
|
||||||
Changelog
|
# Changelog
|
||||||
=========
|
|
||||||
|
|
||||||
3.0.2 (2018-08-23)
|
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).
|
||||||
|
|
||||||
|
## 3.0.3 - 2018-09-18
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.2...3.0.3)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Make alias generator services public for Contao 4.6/Symfony 4.0 compatibility.
|
||||||
|
|
||||||
|
## 3.0.2 - 2018-08-23
|
||||||
|
|
||||||
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.1...3.0.2)
|
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.1...3.0.2)
|
||||||
|
|
||||||
- Run composer require checker and solve issues.
|
- Run composer require checker and solve issues.
|
||||||
|
|
||||||
3.0.1 (2018-06-20)
|
## 3.0.1 - 2018-06-20
|
||||||
------------------
|
|
||||||
|
|
||||||
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0...3.0.1)
|
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0...3.0.1)
|
||||||
|
|
||||||
- Fix broken dynamic bbox related data loading (#57)
|
- Fix broken dynamic bbox related data loading (#57)
|
||||||
|
|
||||||
3.0.0 (2018-01-05)
|
## 3.0.0 - 2018-01-05
|
||||||
------------------
|
|
||||||
|
|
||||||
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0-beta1...3.0.0)
|
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0-beta1...3.0.0)
|
||||||
|
|
||||||
- Make hook/dca listener services public
|
- Make hook/dca listener services public
|
||||||
|
|
||||||
3.0.0-beta1 (2017-11-15)
|
## 3.0.0-beta1 - 2017-11-15
|
||||||
------------------------
|
|
||||||
|
|
||||||
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0-alpha2...3.0.0-beta1)
|
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0-alpha2...3.0.0-beta1)
|
||||||
|
|
||||||
@@ -37,13 +45,7 @@ Bugfixes
|
|||||||
- Broken service definitions
|
- Broken service definitions
|
||||||
- Broken file layer id
|
- Broken file layer id
|
||||||
|
|
||||||
3.0.0-alpha2
|
## 3.0.0-alpha1 - 2017-10-19
|
||||||
------------
|
|
||||||
|
|
||||||
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0-alpha2...3.0.0-alpha3)
|
|
||||||
|
|
||||||
3.0.0-alpha1 (2017-10-19)
|
|
||||||
------------------------
|
|
||||||
|
|
||||||
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0-alpha1...3.0.0-alpha2)
|
[Full Changelog](https://github.com/netzmacht/contao-leaflet-maps/compare/3.0.0-alpha1...3.0.0-alpha2)
|
||||||
|
|
||||||
|
|||||||
@@ -74,11 +74,13 @@ services:
|
|||||||
|
|
||||||
netzmacht.contao_leaflet.definition.alias_generator.factory_default:
|
netzmacht.contao_leaflet.definition.alias_generator.factory_default:
|
||||||
class: Netzmacht\Contao\Leaflet\Alias\DefaultAliasGeneratorFactory
|
class: Netzmacht\Contao\Leaflet\Alias\DefaultAliasGeneratorFactory
|
||||||
|
public: true
|
||||||
arguments:
|
arguments:
|
||||||
- '@database_connection'
|
- '@database_connection'
|
||||||
|
|
||||||
netzmacht.contao_leaflet.definition.alias_generator.factory_parent:
|
netzmacht.contao_leaflet.definition.alias_generator.factory_parent:
|
||||||
class: Netzmacht\Contao\Leaflet\Alias\ParentAliasGeneratorFactory
|
class: Netzmacht\Contao\Leaflet\Alias\ParentAliasGeneratorFactory
|
||||||
|
public: true
|
||||||
arguments:
|
arguments:
|
||||||
- '@database_connection'
|
- '@database_connection'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user