|
|
|
@ -15,14 +15,19 @@ module Docs
|
|
|
|
|
options[:skip_patterns] = [/\Asource-/]
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2005–2017 The Cake Software Foundation, Inc.<br>
|
|
|
|
|
© 2005–2018 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.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
|
|
|
|
|
|
|
|
|
|