Skip to content

Commit

Permalink
[K6.3] Update Joomla! requirements versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit authored Jan 8, 2025
1 parent 2ea4ee2 commit be9c3a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.9';
protected $minimumJoomla = '4.4.10';

/**
* List of supported versions. Newest version first!
Expand Down Expand Up @@ -88,11 +88,11 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'0' => '10.8.6' // Preferred version
],
'Joomla!' => [
'5.2' => '5.2.2',
'5.2' => '5.2.3',
'5.1' => '5.1.4',
'5.0' => '5.0.3',
'4.4' => '4.4.9',
'0' => '5.2.2', // Preferred version
'4.4' => '4.4.10',
'0' => '5.2.3', // Preferred version
],
];

Expand Down

0 comments on commit be9c3a8

Please sign in to comment.