52
0

update - v1.0.1

This commit is contained in:
Llewellyn van der Merwe 2021-12-16 15:15:42 +02:00
parent fedc33d29e
commit d2411d03b5
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
3 changed files with 3 additions and 3 deletions

View File

@ -310,7 +310,7 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
*
* @since 1.0
*/
public function jcb_ce_onBeforeSetLangFileData(&$context, &$compiler)
public function jcb_ce_onBeforeSetLangFileData(&$context, $compiler)
{
// lets map some arrays to the plugin for later use
$this->compilerPath = $compiler->compilerPath;

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="4" group="extension" method="upgrade">
<name>PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING</name>
<creationDate>3rd December, 2021</creationDate>
<creationDate>16th December, 2021</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>joomla@vdm.io</authorEmail>
<authorUrl>https://dev.vdm.io</authorUrl>

View File

@ -47,7 +47,7 @@ class plgExtensionComponentbuilderLanguagePackagingInstallerScript
$pathToCore = JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php';
if (!JFile::exists($pathToCore))
{
$app->enqueueMessage('Joomla Component Builder must first be installed from <a href="https://www.joomlacomponentbuilder.com/ " target="_blank">Joomla Component Builder</a>.', 'error');
$app->enqueueMessage('JCB must first be installed from <a href="https://git.vdm.dev/joomla/Component-Builder-Pro/" target="_blank">Joomla Component Builder</a>.', 'error');
return false;
}
// load the helper class