The Component Builder for [Joomla](https://extensions.joomla.org/extension/component-builder/) is highly advanced tool that is truly able to build extremely complex components in a fraction of the time.
diff --git a/componentbuilder_update_server.xml b/componentbuilder_update_server.xml
index 61cb3bb73..bd62c6e36 100644
--- a/componentbuilder_update_server.xml
+++ b/componentbuilder_update_server.xml
@@ -395,10 +395,10 @@
Upgrade to Version 2.7.11 Was Successful! Let us know if anything is not working as expected.
';
+ Upgrade to Version 2.8.0 Was Successful! Let us know if anything is not working as expected.
';
}
}
diff --git a/site/helpers/componentbuilder.php b/site/helpers/componentbuilder.php
index 3fae249af..511810fb2 100644
--- a/site/helpers/componentbuilder.php
+++ b/site/helpers/componentbuilder.php
@@ -3695,8 +3695,8 @@ abstract class ComponentbuilderHelper
}
/**
- * Load the Component Help URLs.
- **/
+ * Load the Component Help URLs.
+ **/
public static function getHelpUrl($view)
{
$user = JFactory::getUser();
@@ -3733,15 +3733,15 @@ abstract class ComponentbuilderHelper
// set joomla article
case 1:
return self::loadArticleLink($help->article);
- break;
+ break;
// set help text
case 2:
return self::loadHelpTextLink($help->id);
- break;
+ break;
// set Link
case 3:
return $help->url;
- break;
+ break;
}
}
}
@@ -3750,16 +3750,16 @@ abstract class ComponentbuilderHelper
}
/**
- * Get the Article Link.
- **/
+ * Get the Article Link.
+ **/
protected static function loadArticleLink($id)
{
return JURI::root().'index.php?option=com_content&view=article&id='.$id.'&tmpl=component&layout=modal';
}
/**
- * Get the Help Text Link.
- **/
+ * Get the Help Text Link.
+ **/
protected static function loadHelpTextLink($id)
{
$token = JSession::getFormToken();
@@ -4064,8 +4064,8 @@ abstract class ComponentbuilderHelper
}
/**
- * UIKIT Component Classes
- **/
+ * UIKIT Component Classes
+ **/
public static $uk_components = array(
'data-uk-grid' => array(
'grid' ),
@@ -4119,15 +4119,15 @@ abstract class ComponentbuilderHelper
'upload-drop' => array(
'upload', 'form-file' )
);
-
+
/**
- * Add UIKIT Components
- **/
+ * Add UIKIT Components
+ **/
public static $uikit = false;
/**
- * Get UIKIT Components
- **/
+ * Get UIKIT Components
+ **/
public static function getUikitComp($content,$classes = array())
{
if (strpos($content,'class="uk-') !== false)
@@ -4157,7 +4157,7 @@ abstract class ComponentbuilderHelper
}
return $temp;
}
- }
+ }
if (self::checkArray($classes))
{
return $classes;
diff --git a/site/helpers/route.php b/site/helpers/route.php
index 4ef8b4e64..2f9973218 100644
--- a/site/helpers/route.php
+++ b/site/helpers/route.php
@@ -24,8 +24,8 @@ abstract class ComponentbuilderHelperRoute
protected static $lookup;
/**
- * @param int The route of the Api
- */
+ * @param int The route of the Api
+ */
public static function getApiRoute($id = 0, $catid = 0)
{
if ($id > 0)
diff --git a/site/language/en-GB/en-GB.com_componentbuilder.ini b/site/language/en-GB/en-GB.com_componentbuilder.ini
index dd72dabba..7bb8db707 100644
--- a/site/language/en-GB/en-GB.com_componentbuilder.ini
+++ b/site/language/en-GB/en-GB.com_componentbuilder.ini
@@ -22,9 +22,6 @@ COM_COMPONENTBUILDER_DTLICENSEDTDDSDD="%s
"
COM_COMPONENTBUILDER_THE_PACKAGE_KEY_IS_S="The package key is: %s"
diff --git a/site/models/api.php b/site/models/api.php
index 7dc982e43..e3c2cfcab 100644
--- a/site/models/api.php
+++ b/site/models/api.php
@@ -149,11 +149,11 @@ class ComponentbuilderModelApi extends JModelItem
/**
- * Get the uikit needed components
- *
- * @return mixed An array of objects on success.
- *
- */
+ * Get the uikit needed components
+ *
+ * @return mixed An array of objects on success.
+ *
+ */
public function getUikitComp()
{
if (isset($this->uikitComp) && ComponentbuilderHelper::checkArray($this->uikitComp))