From b6c55f67670b810aa98a8b297f99b639ecf58550 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 18 Feb 2017 08:49:46 -0500 Subject: [PATCH] Update CakePHP documentation (3.4.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/cakephp.rb | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 0d34c2f4..29ffbb4a 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/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' ], [ diff --git a/lib/docs/scrapers/cakephp.rb b/lib/docs/scrapers/cakephp.rb index 69ba3666..cccb0326 100644 --- a/lib/docs/scrapers/cakephp.rb +++ b/lib/docs/scrapers/cakephp.rb @@ -16,14 +16,19 @@ module Docs options[:skip_patterns] = [/\Asource-/] options[:attribution] = <<-HTML - © 2005–2016 The Cake Software Foundation, Inc.
+ © 2005–2017 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.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