Pārlūkot izejas kodu

Update CakePHP documentation (3.4.1)

Thibaut Courouble 8 gadi atpakaļ
vecāks
revīzija
b6c55f6767

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

@@ -131,7 +131,7 @@ credits = [
     'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA'
   ], [
     'CakePHP',
-    '2005-2016 The Cake Software Foundation, Inc.',
+    '2005-2017 The Cake Software Foundation, Inc.',
     'MIT',
     'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE.txt'
   ], [

+ 7 - 2
lib/docs/scrapers/cakephp.rb

@@ -16,14 +16,19 @@ module Docs
     options[:skip_patterns] = [/\Asource-/]
 
     options[:attribution] = <<-HTML
-      &copy; 2005&ndash;2016 The Cake Software Foundation, Inc.<br>
+      &copy; 2005&ndash;2017 The Cake Software Foundation, Inc.<br>
       Licensed under the MIT License.<br>
       CakePHP is a registered trademark of Cake Software Foundation, Inc.<br>
       We are not endorsed by or affiliated with CakePHP.
     HTML
 
+    version '3.4' do
+      self.release = '3.4.1'
+      self.base_url = 'https://api.cakephp.org/3.4/'
+    end
+
     version '3.3' do
-      self.release = '3.3.12'
+      self.release = '3.3.15'
       self.base_url = 'https://api.cakephp.org/3.3/'
     end