Skip to content

Commit f5c866d

Browse files
committed
feat: added link to 4.1
1 parent 5344f4c commit f5c866d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/app/docs/page.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,19 @@ export default function DocsIndexPage() {
2323
<div className="col-lg-6 col-xs-12">
2424
<h3>Current versions</h3>
2525
<ul>
26+
<li>
27+
<a target="_blank" href="https://phpmyfaq.readthedocs.io/en/4.1/">
28+
<strong>phpMyFAQ 4.1</strong>
29+
</a>
30+
<br />
31+
<small>Minimum requirement: PHP 8.3+ and a database</small>
32+
</li>
2633
<li>
2734
<a target="_blank" href="https://phpmyfaq.readthedocs.io/en/4.0/">
2835
<strong>phpMyFAQ 4.0</strong>
2936
</a>
3037
<br />
31-
<small>minimum requirement: PHP 8.2+ and a database</small>
38+
<small>Minimum requirement: PHP 8.2+ and a database</small>
3239
</li>
3340
</ul>
3441
</div>

0 commit comments

Comments
 (0)