Skip to content

Commit

Permalink
[K6.4] Increase minimum Joomla! versions requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Aug 20, 2024
1 parent 63db11f commit ca5fb36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

*Kunena* 6.4 requires

Joomla: version 5.0.3 or greater (>= 5.1.1 recommended)
Joomla: version 5.0.3 or greater (>= 5.1.3 recommended)
PHP: version 8.1.0 or greater (>= 8.1.0 recommended)
MySQL: version 8.0.13 or greater (>= 8.0.13 recommended)

Expand Down
6 changes: 3 additions & 3 deletions src/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'0' => '10.8.6' // Preferred version
],
'Joomla!' => [
'5.2' => '5.2.0-alpha2-dev',
'5.1' => '5.1.1',
'5.2' => '5.2.0-beta1',
'5.1' => '5.1.3',
'5.0' => '5.0.3',
'0' => '5.0.3', // Preferred version
'0' => '5.1.3', // Preferred version
],
];

Expand Down

0 comments on commit ca5fb36

Please sign in to comment.