Update Yii documentation (2.0.2)

pull/165/head
Thibaut 10 years ago
parent 5d48731419
commit c9cf6e2e87

@ -312,7 +312,7 @@ credits = [
'https://raw.github.com/jashkenas/underscore/master/LICENSE'
], [
'Yii',
'2008-2014 by Yii Software LLC',
'2008-2015 by Yii Software LLC',
'BSD',
'https://raw.github.com/yiisoft/yii/master/LICENSE'
]

@ -1,7 +1,7 @@
module Docs
class Yii < UrlScraper
self.type = 'yii'
self.version = '2.0.1'
self.version = '2.0.2'
self.base_url = 'http://www.yiiframework.com/doc-2.0/'
self.root_path = 'index.html'
@ -11,7 +11,7 @@ module Docs
options[:skip_patterns] = [/\Ayii-apidoc/]
options[:attribution] = <<-HTML
&copy; 2008&ndash;2014 by Yii Software LLC<br>
&copy; 2008&ndash;2015 by Yii Software LLC<br>
Licensed under the three clause BSD license.
HTML
end

Loading…
Cancel
Save