Skip to content

Commit

Permalink
[K6.3] Increase minimum Joomla! requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Aug 20, 2024
1 parent fb8fe18 commit fc8c1e6
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.3 requires

Joomla: version 4.4.5 or greater (>= 5.1.1 recommended)
Joomla: version 4.4.7 or greater (>= 5.1.3 recommended)
PHP: version 7.4.1 or greater (>= 7.4.1 recommended)
MySQL: version 5.7.23 or greater (>= 8.0 recommended)

Expand Down
6 changes: 3 additions & 3 deletions src/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Pkg_KunenaInstallerScript extends InstallerScript
* @var string
* @since 6.0.0
*/
protected $minimumJoomla = '4.4.6';
protected $minimumJoomla = '4.4.7';

/**
* List of supported versions. Newest version first!
Expand Down Expand Up @@ -85,9 +85,9 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'0' => '10.8.6' // Preferred version
],
'Joomla!' => [
'5.1' => '5.1.2',
'5.1' => '5.1.3',
'5.0' => '5.0.3',
'4.4' => '4.4.6',
'4.4' => '4.4.7',
'0' => '5.0.3', // Preferred version
],
];
Expand Down

0 comments on commit fc8c1e6

Please sign in to comment.