From 587124a0b29609e3b9cdf8a1d35bbfb99b75185a Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 28 Apr 2018 09:55:28 -0400 Subject: [PATCH] Update CakePHP documentation (3.6.2) --- assets/javascripts/templates/pages/about_tmpl.coffee | 4 ++-- lib/docs/scrapers/cakephp.rb | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index a36c27fa..fbe64eae 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -142,9 +142,9 @@ credits = [ 'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA' ], [ 'CakePHP', - '2005-2017 The Cake Software Foundation, Inc.', + '2005-2018 The Cake Software Foundation, Inc.', 'MIT', - 'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE.txt' + 'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE' ], [ 'Chai', '2016 Chai.js Assertion Library', diff --git a/lib/docs/scrapers/cakephp.rb b/lib/docs/scrapers/cakephp.rb index f24a346d..08dbead0 100644 --- a/lib/docs/scrapers/cakephp.rb +++ b/lib/docs/scrapers/cakephp.rb @@ -15,14 +15,19 @@ module Docs options[:skip_patterns] = [/\Asource-/] options[:attribution] = <<-HTML - © 2005–2017 The Cake Software Foundation, Inc.
+ © 2005–2018 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP. HTML + version '3.6' do + self.release = '3.6.2' + self.base_url = 'https://api.cakephp.org/3.6/' + end + version '3.5' do - self.release = '3.5.2' + self.release = '3.5.15' self.base_url = 'https://api.cakephp.org/3.5/' end