diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e144574 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 951e06e..c5e055c 100644 --- a/README.md +++ b/README.md @@ -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 \'\'' ];