Skip to content

Commit

Permalink
Merge branch 'Kunena:K6.3' into K6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinkeltje authored Jan 9, 2025
2 parents 7775191 + 73cff8d commit 96abfb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.7 or greater (>= 5.1.3 recommended)
Joomla: version 4.4.10 or greater (>= 5.2.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
2 changes: 1 addition & 1 deletion src/libraries/kunena/src/Template/KunenaTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ public function loadFontawesome()
$fontawesome = $this->params->get('fontawesome');

if ($fontawesome) {
$this->addScript('https://use.fontawesome.com/releases/v6.7.1/js/all.js', [], ['defer' => true]);
$this->addScript('https://use.fontawesome.com/releases/v6.7.2/js/all.js', [], ['defer' => true]);
}
}

Expand Down
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 96abfb5

Please sign in to comment.