Skip to content

Commit 190d95c

Browse files
committed
Update Phalcon documentation (3.0.0)
1 parent 155e150 commit 190d95c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
], [

lib/docs/scrapers/phalcon.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module 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-
&copy; 2011&ndash;2015 Phalcon Framework Team<br>
21+
&copy; 2011&ndash;2016 Phalcon Framework Team<br>
2222
Licensed under the Creative Commons Attribution License 3.0.
2323
HTML
2424
end

0 commit comments

Comments
 (0)