Skip to content

Commit 0e20c68

Browse files
committed
Add 5.2 to api docs
1 parent 9839867 commit 0e20c68

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COMPOSER=$(PWD)/composer.phar
2424
# Versions that can be built.
2525
CAKEPHP3_VERSIONS = 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.10
2626
CAKEPHP4_VERSIONS = 4.0 4.1 4.2 4.3 4.4 4.5 4.6
27-
CAKEPHP5_VERSIONS = 5.0 5.1
27+
CAKEPHP5_VERSIONS = 5.0 5.1 5.2
2828

2929
CHRONOS_VERSIONS = 1.x 2.x 3.x
3030

@@ -273,10 +273,14 @@ TAG:=5.0.11
273273
VERSION:=5.0
274274
$(eval $(cakephp5))
275275

276-
TAG:=origin/5.x
276+
TAG:=5.1.6
277277
VERSION:=5.1
278278
$(eval $(cakephp5))
279279

280+
TAG:=origin/5.x
281+
VERSION:=5.2
282+
$(eval $(cakephp5))
283+
280284
# Generate build targets for chronos
281285
TAG:=origin/1.x
282286
VERSION:=1.x

config/cakephp3.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
'project' => 'CakePHP',
2323
'release' => 'Red Velvet',
2424
'versions' => [
25+
'5.2' => '../5.2/',
2526
'5.1' => '../5.1/',
2627
'5.0' => '../5.0/',
2728
'4.6' => '../4.6/',

config/cakephp4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
'project' => 'CakePHP',
2323
'release' => 'Strawberry',
2424
'versions' => [
25+
'5.2' => '../5.2/',
2526
'5.1' => '../5.1/',
2627
'5.0' => '../5.0/',
2728
'4.6' => '../4.6/',

config/cakephp5.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
'project' => 'CakePHP',
2323
'release' => 'Chiffon',
2424
'versions' => [
25+
'5.2' => '../5.2/',
2526
'5.1' => '../5.1/',
2627
'5.0' => '../5.0/',
2728
'4.6' => '../4.6/',

0 commit comments

Comments
 (0)