File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ credits = [
396396 ' http://perldoc.perl.org/index-licence.html'
397397 ], [
398398 ' Phalcon' ,
399- ' 2011-2015 Phalcon Framework Team' ,
399+ ' 2011-2016 Phalcon Framework Team' ,
400400 ' CC BY' ,
401401 ' https://docs.phalconphp.com/en/latest/reference/license.html'
402402 ], [
Original file line number Diff line number Diff line change 11module Docs
22 class Phalcon < UrlScraper
33 self . type = 'phalcon'
4- self . release = '2 .0.10 '
4+ self . release = '3 .0.0 '
55 self . base_url = 'https://docs.phalconphp.com/en/latest/'
66 self . root_path = 'index.html'
77 self . links = {
@@ -18,7 +18,7 @@ class Phalcon < UrlScraper
1818 reference/license.html )
1919
2020 options [ :attribution ] = <<-HTML
21- © 2011–2015 Phalcon Framework Team< br >
21+ © 2011–2016 Phalcon Framework Team< br >
2222 Licensed under the Creative Commons Attribution License 3.0.
2323 HTML
2424 end
You can’t perform that action at this time.
0 commit comments