We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5344f4c commit f5c866dCopy full SHA for f5c866d
src/app/docs/page.tsx
@@ -23,12 +23,19 @@ export default function DocsIndexPage() {
23
<div className="col-lg-6 col-xs-12">
24
<h3>Current versions</h3>
25
<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>
33
<li>
34
<a target="_blank" href="https://phpmyfaq.readthedocs.io/en/4.0/">
35
<strong>phpMyFAQ 4.0</strong>
36
</a>
37
<br />
- <small>minimum requirement: PHP 8.2+ and a database</small>
38
+ <small>Minimum requirement: PHP 8.2+ and a database</small>
39
</li>
40
</ul>
41
</div>
0 commit comments