mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update CakePHP documentation (3.5.0)
This commit is contained in:
parent
47fe9fef57
commit
f02c296cac
1 changed files with 11 additions and 1 deletions
|
@ -22,8 +22,13 @@ module Docs
|
|||
We are not endorsed by or affiliated with CakePHP.
|
||||
HTML
|
||||
|
||||
version '3.5' do
|
||||
self.release = '3.5.0'
|
||||
self.base_url = 'https://api.cakephp.org/3.5/'
|
||||
end
|
||||
|
||||
version '3.4' do
|
||||
self.release = '3.4.1'
|
||||
self.release = '3.4.13'
|
||||
self.base_url = 'https://api.cakephp.org/3.4/'
|
||||
end
|
||||
|
||||
|
@ -42,6 +47,11 @@ module Docs
|
|||
self.base_url = 'https://api.cakephp.org/3.1/'
|
||||
end
|
||||
|
||||
version '2.10' do
|
||||
self.release = '2.10.1'
|
||||
self.base_url = 'https://api.cakephp.org/2.10/'
|
||||
end
|
||||
|
||||
version '2.9' do
|
||||
self.release = '2.9.4'
|
||||
self.base_url = 'https://api.cakephp.org/2.9/'
|
||||
|
|
Loading…
Reference in a new issue