From e6c8805143ac308a631fa1f0258b39bd29f3bfc3 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Tue, 20 Sep 2022 13:34:20 +0200 Subject: [PATCH] Fixed power include issue. --- README.md | 6 +++--- admin/README.txt | 6 +++--- admin/models/ajax.php | 3 ++- componentbuilder.xml | 4 ++-- componentbuilder_update_server.xml | 4 ++-- script.php | 2 +- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9918e4336..127eb817f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The Component Builder for [Joomla](https://extensions.joomla.org/extension/compo Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/component-builder/) developer, or have just started, Component Builder will save you lots of time and money. A real must have! -You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (3.1.6) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (3.1.7) with **ALL** its features and **ALL** concepts totally open-source and free! > Watch Quick Build of a Hello World component in [JCB on Youtube](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45) @@ -141,10 +141,10 @@ TODO + *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder) + *First Build*: 30th April, 2015 + *Last Build*: 20th September, 2022 -+ *Version*: 3.1.6 ++ *Version*: 3.1.7 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **331597** ++ *Line count*: **331598** + *Field count*: **2004** + *File count*: **2169** + *Folder count*: **375** diff --git a/admin/README.txt b/admin/README.txt index 9918e4336..127eb817f 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -9,7 +9,7 @@ The Component Builder for [Joomla](https://extensions.joomla.org/extension/compo Whether you're a seasoned [Joomla](https://extensions.joomla.org/extension/component-builder/) developer, or have just started, Component Builder will save you lots of time and money. A real must have! -You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (3.1.6) with **ALL** its features and **ALL** concepts totally open-source and free! +You can install it quite easily and with no limitations. On [gitea](https://git.vdm.dev/joomla/Component-Builder/tags) is the latest release (3.1.7) with **ALL** its features and **ALL** concepts totally open-source and free! > Watch Quick Build of a Hello World component in [JCB on Youtube](https://www.youtube.com/watch?v=IQfsLYIeblk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=45) @@ -141,10 +141,10 @@ TODO + *Name*: [Component Builder](https://git.vdm.dev/joomla/Component-Builder) + *First Build*: 30th April, 2015 + *Last Build*: 20th September, 2022 -+ *Version*: 3.1.6 ++ *Version*: 3.1.7 + *Copyright*: Copyright (C) 2015 Vast Development Method. All rights reserved. + *License*: GNU General Public License version 2 or later; see LICENSE.txt -+ *Line count*: **331597** ++ *Line count*: **331598** + *Field count*: **2004** + *File count*: **2169** + *Folder count*: **375** diff --git a/admin/models/ajax.php b/admin/models/ajax.php index b347bafa8..16e97932d 100644 --- a/admin/models/ajax.php +++ b/admin/models/ajax.php @@ -14,7 +14,8 @@ defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\MVC\Model\ListModel; use Joomla\Utilities\ArrayHelper; - +use Joomla\Registry\Registry; +use VDM\Gitea\Gitea; use VDM\Joomla\Componentbuilder\Search\Factory as SearchFactory; /** diff --git a/componentbuilder.xml b/componentbuilder.xml index 60052f039..ceab9e61e 100644 --- a/componentbuilder.xml +++ b/componentbuilder.xml @@ -7,9 +7,9 @@ https://dev.vdm.io Copyright (C) 2015 Vast Development Method. All rights reserved. GNU General Public License version 2 or later; see LICENSE.txt - 3.1.6 + 3.1.7 Component Builder (v.3.1.6) +

Component Builder (v.3.1.7)

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 f6e2eb263..5a1ae24a2 100644 --- a/componentbuilder_update_server.xml +++ b/componentbuilder_update_server.xml @@ -1097,10 +1097,10 @@ pkg_component_builder package site - 3.1.6 + 3.1.7 https://dev.vdm.io - https://git.vdm.dev/api/v1/repos/joomla/pkg-component-builder/archive/v3.1.6.zip + https://git.vdm.dev/api/v1/repos/joomla/pkg-component-builder/archive/v3.1.7.zip stable diff --git a/script.php b/script.php index 6dba3af63..9f6ac528a 100644 --- a/script.php +++ b/script.php @@ -9422,7 +9422,7 @@ class com_componentbuilderInstallerScript echo ' -

Upgrade to Version 3.1.6 Was Successful! Let us know if anything is not working as expected.

'; +

Upgrade to Version 3.1.7 Was Successful! Let us know if anything is not working as expected.

'; // Set db if not set already. if (!isset($db))