Release of v5.1.1-alpha1

Move all banners to GitHub. Adds library phpspreadsheet to JCB. Adds import item example to demo component. Updates the Superpower class with the GetRemote class in the plugin. Ensures the super power autoloader triggers the correct repositories.
This commit is contained in:
2025-03-04 21:50:18 +00:00
parent 442263e387
commit 06185f8c3a
1141 changed files with 193033 additions and 158 deletions

View File

@ -140,7 +140,6 @@
type="joomlamodules"
name="module"
label="COM_COMPONENTBUILDER_COMPONENT_MODULES_MODULE_LABEL"
class="list_class span12"
multiple="false"
default="0"
button="false"

View File

@ -140,7 +140,7 @@
type="joomlaplugins"
name="plugin"
label="COM_COMPONENTBUILDER_COMPONENT_PLUGINS_PLUGIN_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"

View File

@ -69,7 +69,7 @@
type="list"
label="JGLOBAL_SORT_BY"
class="js-select-submit-on-change"
default=" desc"
default="a.id desc"
validate="options"
>
<option value="">JGLOBAL_SORT_BY</option>

View File

@ -46,7 +46,7 @@
type="list"
label="JGLOBAL_SORT_BY"
class="js-select-submit-on-change"
default="a.id DESC"
default="a.name asc"
validate="options"
>
<option value="">JGLOBAL_SORT_BY</option>

View File

@ -53,7 +53,7 @@
type="list"
label="JGLOBAL_SORT_BY"
class="js-select-submit-on-change"
default="a.id desc"
default="a.name desc"
validate="options"
>
<option value="">JGLOBAL_SORT_BY</option>

View File

@ -53,7 +53,7 @@
type="list"
label="JGLOBAL_SORT_BY"
class="js-select-submit-on-change"
default=" desc"
default="a.name desc"
validate="options"
>
<option value="">JGLOBAL_SORT_BY</option>

View File

@ -53,7 +53,7 @@
type="list"
label="JGLOBAL_SORT_BY"
class="js-select-submit-on-change"
default=" desc"
default="a.id desc"
validate="options"
>
<option value="">JGLOBAL_SORT_BY</option>

View File

@ -50,7 +50,7 @@
type="list"
label="JGLOBAL_SORT_BY"
class="js-select-submit-on-change"
default="a.id DESC"
default="a.name asc"
validate="options"
>
<option value="">JGLOBAL_SORT_BY</option>

View File

@ -39,7 +39,7 @@
type="list"
label="JGLOBAL_SORT_BY"
class="js-select-submit-on-change"
default="a.id DESC"
default="a.name asc"
validate="options"
>
<option value="">JGLOBAL_SORT_BY</option>

View File

@ -182,7 +182,7 @@
type="namespaces"
name="load"
label="COM_COMPONENTBUILDER_POWER_LOAD_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"