Sfoglia il codice sorgente

Update Yii documentation (2.0.2)

Thibaut 11 anni fa
parent
commit
c9cf6e2e87

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -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'
   ]

+ 2 - 2
lib/docs/scrapers/yii.rb

@@ -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