Quellcode durchsuchen

Update Phalcon documentation (3.1.1, 2.0.13)

Thibaut Courouble vor 8 Jahren
Ursprung
Commit
132fee3a31

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

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

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

@@ -16,12 +16,12 @@ module Docs
       reference/license.html)
 
     options[:attribution] = <<-HTML
-      &copy; 2011&ndash;2016 Phalcon Framework Team<br>
+      &copy; 2011&ndash;2017 Phalcon Framework Team<br>
       Licensed under the Creative Commons Attribution License 3.0.
     HTML
 
     version '3' do
-      self.release = '3.0.2'
+      self.release = '3.1.1'
       self.base_url = 'https://docs.phalconphp.com/en/latest/'
     end