Add changelog and update example.

This commit is contained in:
David Molineus
2017-10-04 11:10:03 +02:00
parent e933eb0126
commit 32e2c7578d
2 changed files with 17 additions and 1 deletions

12
CHANGELOG.md Normal file
View File

@@ -0,0 +1,12 @@
Changelog
=========
Version 1.1.0
-------------
[Full Changelog](https://github.com/netzmacht/contao-leaflet-geocode-widget/compare/1.0.0...1.1.0)
- Add wizard class using an extra div wrapper
- Require Contao 4.4.2 (BC break in Contao see #1)
- Apply coding standards

View File

@@ -9,6 +9,10 @@ Leaflet geocode widget
This extension provides an widget to pick coordinates from a map. It uses the leaflet framework.
Changlog
--------
See [CHANGELOG](CHANGELOG.md).
Requirements
------------
@@ -52,7 +56,7 @@ $GLOBALS['TL_DCA']['tl_example']['fields']['coordinates'] = [
'label' => ['Koordinaten', 'Geben Sie die Koordinaten ein'],
'inputType' => 'leaflet_geocode',
'eval' => [
'tl_class' => 'w50 wizard',
'tl_class' => 'w50',
],
'sql' => 'varchar(255) NOT NULL default \'\''
];