Преглед на файлове

Update Phalcon documentation (3.0.0)

Thibaut Courouble преди 9 години
родител
ревизия
190d95c371
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/phalcon.rb

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

@@ -396,7 +396,7 @@ credits = [
     'http://perldoc.perl.org/index-licence.html'
   ], [
     'Phalcon',
-    '2011-2015 Phalcon Framework Team',
+    '2011-2016 Phalcon Framework Team',
     'CC BY',
     'https://docs.phalconphp.com/en/latest/reference/license.html'
   ], [

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

@@ -1,7 +1,7 @@
 module Docs
   class Phalcon < UrlScraper
     self.type = 'phalcon'
-    self.release = '2.0.10'
+    self.release = '3.0.0'
     self.base_url = 'https://docs.phalconphp.com/en/latest/'
     self.root_path = 'index.html'
     self.links = {
@@ -18,7 +18,7 @@ module Docs
       reference/license.html)
 
     options[:attribution] = <<-HTML
-      &copy; 2011&ndash;2015 Phalcon Framework Team<br>
+      &copy; 2011&ndash;2016 Phalcon Framework Team<br>
       Licensed under the Creative Commons Attribution License 3.0.
     HTML
   end