Merge pull request #102 from tractorcow/pulls/add33

Update 3.3 to 3.3 branch, and 3.4 to 3 branch
This commit is contained in:
Cam Findlay 2016-02-09 15:43:13 +13:00
commit cfc14d087b
2 changed files with 8 additions and 1 deletions

View File

@ -18,9 +18,15 @@ DocumentationManifest:
-
Path: "src/framework_3/docs/"
Title: "Framework"
Version: "3.3"
Version: "3.4"
Branch: "3"
DefaultEntity: true
-
Path: "src/framework_3.3/docs/"
Title: "Framework"
Version: "3.3"
Branch: "3.3"
DefaultEntity: true
-
Path: "src/framework_3.2/docs/"
Title: "Framework"

View File

@ -43,6 +43,7 @@ function checkout {
# core
checkout 'silverstripe/silverstripe-framework.git' 'framework' 'master'
checkout 'silverstripe/silverstripe-framework.git' 'framework' '3'
checkout 'silverstripe/silverstripe-framework.git' 'framework' '3.3'
checkout 'silverstripe/silverstripe-framework.git' 'framework' '3.2'
checkout 'silverstripe/silverstripe-framework.git' 'framework' '3.1'
checkout 'silverstripe/silverstripe-framework.git' 'framework' '3.0'