We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37499e commit 8e76d72Copy full SHA for 8e76d72
app/Views/download.php
@@ -12,8 +12,8 @@
12
</div>
13
</div><!--cv-boxes-version end-->
14
<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>
+ <p>CodeIgniter 4 is the latest version of the framework, intended for use with PHP 8.1+ (including 8.4).</p>
+ <p>The initial release was February 24, 2020. The current version is <?= esc($v4name) ?>. </p>
17
<p>
18
You *could* download this version of the framework using the button below, but we encourage you to check the
19
<a href="https://codeigniter.com/user_guide/installation/index.html" class="link-primary" target="_blank">Installation section</a>
0 commit comments