File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ credits = [
398
398
' https://raw.githubusercontent.com/laravel/framework/master/LICENSE.txt'
399
399
], [
400
400
' Leaflet' ,
401
- ' 2010-2018 Vladimir Agafonkin<br>© 2010-2011, CloudMade<br>Maps © OpenStreetMap contributors.' ,
401
+ ' 2010-2019 Vladimir Agafonkin<br>© 2010-2011, CloudMade<br>Maps © OpenStreetMap contributors.' ,
402
402
' BSD' ,
403
403
' https://raw.githubusercontent.com/Leaflet/Leaflet/master/LICENSE'
404
404
], [
Original file line number Diff line number Diff line change @@ -14,11 +14,21 @@ class Leaflet < UrlScraper
14
14
options [ :skip_links ] = true
15
15
16
16
options [ :attribution ] = <<-HTML
17
- © 2010–2018 Vladimir Agafonkin< br >
17
+ © 2010–2019 Vladimir Agafonkin< br >
18
18
© 2010–2011, CloudMade< br >
19
19
Maps © OpenStreetMap contributors.
20
20
HTML
21
21
22
+ version '1.5' do
23
+ self . release = '1.5.0'
24
+ self . base_url = "https://leafletjs.com/reference-#{ release } .html"
25
+ end
26
+
27
+ version '1.4' do
28
+ self . release = '1.4.0'
29
+ self . base_url = "https://leafletjs.com/reference-#{ release } .html"
30
+ end
31
+
22
32
version '1.3' do
23
33
self . release = '1.3.4'
24
34
self . base_url = "https://leafletjs.com/reference-#{ release } .html"
You can’t perform that action at this time.
0 commit comments