Release of v3.2.3-beta4

Add native plugin builder for Joomla 4 & 5.
This commit is contained in:
2024-08-15 01:37:23 +02:00
parent 3aaa91daf7
commit b3ced491d7
117 changed files with 10986 additions and 2199 deletions

View File

@ -5673,8 +5673,8 @@ abstract class ComponentbuilderHelper
return MathHelper::sum($array, $scale);
}
/**
* create plugin class name
/**
* create plugin class name
*
* @input string The group name
* @input string The name
@ -5683,7 +5683,7 @@ abstract class ComponentbuilderHelper
*
* @since 3.0.9
*
* @deprecated 4.0 - Use PluginHelper::safe($name, $group);
* @deprecated 4.0 - Use PluginHelper::safeClassName($name, $group);
*/
public static function createPluginClassName($group, $name)
{