Stable release of v3.2.0-beta4

Add Preferred Joomla Version to Components.
This commit is contained in:
2024-03-07 21:23:32 +02:00
parent 0b0568299c
commit 5675f186cd
64 changed files with 4242 additions and 433 deletions

View File

@@ -1259,7 +1259,7 @@ class Interpretation extends Fields
public function setUpdateXMLSQL(&$update, &$updateXML, &$addDynamicSQL)
{
// ensure version naming is correct
$update['version'] = preg_replace('/[^0-9\.]+/', '', (string) $update['version']);
$update['version'] = preg_replace('/^v/i', '', (string) $update['version']);
// setup SQL
if (StringHelper::check($update['mysql']))
{