Skip to content

Commit 8e76d72

Browse files
committed
update PHP version on the download page
1 parent e37499e commit 8e76d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Views/download.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</div>
1313
</div><!--cv-boxes-version end-->
1414
<div class="cv-boxes-content">
15-
<p>CodeIgniter 4 is the latest version of the framework, intended for use with PHP 7.4+ (including 8.2).</p>
16-
<p>The initial release was February 24, 2020. The current version is <?= $v4name ?>. </p>
15+
<p>CodeIgniter 4 is the latest version of the framework, intended for use with PHP 8.1+ (including 8.4).</p>
16+
<p>The initial release was February 24, 2020. The current version is <?= esc($v4name) ?>. </p>
1717
<p>
1818
You *could* download this version of the framework using the button below, but we encourage you to check the
1919
<a href="https://codeigniter.com/user_guide/installation/index.html" class="link-primary" target="_blank">Installation section</a>

0 commit comments

Comments
 (0)