Browse Source

Update CakePHP documentation (3.5.0)

Thibaut Courouble 8 years ago
parent
commit
f02c296cac
1 changed files with 11 additions and 1 deletions
  1. 11 1
      lib/docs/scrapers/cakephp.rb

+ 11 - 1
lib/docs/scrapers/cakephp.rb

@@ -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/'