We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a64fe commit 591f549Copy full SHA for 591f549
leaflet_widget.module
@@ -280,7 +280,7 @@ function leaflet_widget_library() {
280
281
$libraries['leaflet_draw'] = array(
282
'title' => 'Leaflet.draw',
283
- 'version' => '0.2.4',
+ 'version' => '0.4.7',
284
'css' => array(
285
"$leaflet_draw/dist/leaflet.draw.css" => array(),
286
),
@@ -294,7 +294,7 @@ function leaflet_widget_library() {
294
295
$libraries['leaflet_core'] = array(
296
'title' => 'Leaflet (Leaflet Widget)',
297
- 'version' => '0.7.3',
+ 'version' => '1.0.2',
298
299
"$leaflet_core/dist/leaflet.css" => array(),
300
0 commit comments