Skip to content

Commit 9839867

Browse files
committed
Add 4.6 to api docs
1 parent 9b97a83 commit 9839867

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
@@ -23,7 +23,7 @@ COMPOSER=$(PWD)/composer.phar
2323

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
26-
CAKEPHP4_VERSIONS = 4.0 4.1 4.2 4.3 4.4 4.5
26+
CAKEPHP4_VERSIONS = 4.0 4.1 4.2 4.3 4.4 4.5 4.6
2727
CAKEPHP5_VERSIONS = 5.0 5.1
2828

2929
CHRONOS_VERSIONS = 1.x 2.x 3.x
@@ -261,10 +261,14 @@ TAG:=4.4.18
261261
VERSION:=4.4
262262
$(eval $(cakephp4))
263263

264-
TAG:=origin/4.x
264+
TAG:=4.5.10
265265
VERSION:=4.5
266266
$(eval $(cakephp4))
267267

268+
TAG:=origin/4.x
269+
VERSION:=4.6
270+
$(eval $(cakephp4))
271+
268272
TAG:=5.0.11
269273
VERSION:=5.0
270274
$(eval $(cakephp5))

config/cakephp3.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'versions' => [
2525
'5.1' => '../5.1/',
2626
'5.0' => '../5.0/',
27+
'4.6' => '../4.6/',
2728
'4.5' => '../4.5/',
2829
'4.4' => '../4.4/',
2930
'4.3' => '../4.3/',

config/cakephp4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'versions' => [
2525
'5.1' => '../5.1/',
2626
'5.0' => '../5.0/',
27+
'4.6' => '../4.6/',
2728
'4.5' => '../4.5/',
2829
'4.4' => '../4.4/',
2930
'4.3' => '../4.3/',

config/cakephp5.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'versions' => [
2525
'5.1' => '../5.1/',
2626
'5.0' => '../5.0/',
27+
'4.6' => '../4.6/',
2728
'4.5' => '../4.5/',
2829
'4.4' => '../4.4/',
2930
'4.3' => '../4.3/',

0 commit comments

Comments
 (0)