Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Oct 28, 2024
1 parent bb54244 commit 37fca3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pkg_kunena.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<extension type="package" version="4.0" method="upgrade">
<name>pkg_kunena</name>
<packagename>kunena</packagename>
<version>6.3.6-DEV</version>
<versionname>INTERNAL</versionname>
<version>6.3.6</version>
<versionname>Crampiolo</versionname>
<creationDate>@kunenaversiondate@</creationDate>
<author>Kunena Team</author>
<authorEmail>[email protected]</authorEmail>
Expand Down
4 changes: 2 additions & 2 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.8';
protected $minimumJoomla = '4.4.9';

/**
* List of supported versions. Newest version first!
Expand Down Expand Up @@ -87,7 +87,7 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'Joomla!' => [
'5.1' => '5.1.4',
'5.0' => '5.0.3',
'4.4' => '4.4.8',
'4.4' => '4.4.9',
'0' => '5.0.3', // Preferred version
],
];
Expand Down

0 comments on commit 37fca3f

Please sign in to comment.