From e985eb6cba099af915e1733b4221f8a0afe72802 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Fri, 27 Jan 2017 11:56:20 +0100 Subject: [PATCH] Add notes about Contao 4 and the version number format. --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b9db20..d882158 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,20 @@ You can install this package via composer. $ php composer.phar require netzmacht/contao-leaflet-libraries:~1.0 ``` -When releasing the first stable version of -[netzmacht/contao-leaflet-maps](https://github.com/netzmacht/contao-leaflet-maps) the version number gonna be the same -as the included leaflet library. +If you use Contao 4 without the managed edition, you also have to register the module as a bundle. + +```php +getRootDir()), +``` + +Version numbers +--------------- + +Each release has is tagged with the main leaflet version which is shipped with this bundle. For any bugfix release which +is created without shipping a newer version of leaflet, this package uses four parts of the version number. License -------