From 2024bef575b9a01d4efedfe3c2988d1441ff2a5b Mon Sep 17 00:00:00 2001 From: Oh Martin Date: Fri, 28 Jun 2024 09:05:08 +0200 Subject: [PATCH] Update subform class --- README.md | 2 +- SubformpowerInstallerScript.php | 2 +- admin/README.txt | 2 +- admin/assets/css/admin.css | 2 +- admin/assets/css/countries.css | 2 +- admin/assets/css/country.css | 2 +- admin/assets/css/currencies.css | 2 +- admin/assets/css/currency.css | 2 +- admin/assets/css/dashboard.css | 2 +- admin/assets/js/admin.js | 2 +- admin/layouts/country/currencies_fullwidth.php | 2 +- admin/layouts/country/details_above.php | 2 +- admin/layouts/country/details_left.php | 2 +- admin/layouts/country/details_right.php | 2 +- admin/layouts/country/more_stuff_fullwidth.php | 2 +- admin/layouts/country/publishing.php | 2 +- admin/layouts/country/publlshing.php | 2 +- admin/layouts/currency/details_above.php | 2 +- admin/layouts/currency/details_left.php | 2 +- admin/layouts/currency/details_right.php | 2 +- admin/layouts/currency/publishing.php | 2 +- admin/layouts/currency/publlshing.php | 2 +- admin/services/provider.php | 2 +- admin/src/Controller/CountriesController.php | 2 +- admin/src/Controller/CountryController.php | 2 +- admin/src/Controller/CurrenciesController.php | 2 +- admin/src/Controller/CurrencyController.php | 2 +- admin/src/Controller/DisplayController.php | 2 +- admin/src/Controller/ImportController.php | 2 +- admin/src/Controller/SubformpowerController.php | 2 +- admin/src/Extension/SubformpowerComponent.php | 2 +- admin/src/Field/CountriesField.php | 2 +- admin/src/Field/CountriesfilterisoField.php | 2 +- admin/src/Field/CountriesfilterisothreeField.php | 2 +- admin/src/Field/CountriesfilternumcodeField.php | 2 +- admin/src/Field/CountriesfilterphonecodeField.php | 2 +- admin/src/Field/CurrenciesfiltersymbolField.php | 2 +- admin/src/Helper/HeaderCheck.php | 2 +- admin/src/Helper/PowerloaderHelper.php | 2 +- admin/src/Helper/SubformpowerHelper.php | 2 +- admin/src/Model/CountriesModel.php | 2 +- admin/src/Model/CountryModel.php | 2 +- admin/src/Model/CurrenciesModel.php | 2 +- admin/src/Model/CurrencyModel.php | 2 +- admin/src/Model/ImportModel.php | 2 +- admin/src/Model/SubformpowerModel.php | 2 +- admin/src/Rule/GuidRule.php | 2 +- admin/src/Table/CountryTable.php | 2 +- admin/src/Table/CurrencyTable.php | 2 +- admin/src/View/Countries/HtmlView.php | 2 +- admin/src/View/Country/HtmlView.php | 2 +- admin/src/View/Currencies/HtmlView.php | 2 +- admin/src/View/Currency/HtmlView.php | 2 +- admin/src/View/Import/HtmlView.php | 2 +- admin/src/View/Subformpower/HtmlView.php | 2 +- admin/tmpl/countries/default.php | 2 +- admin/tmpl/countries/default_body.php | 2 +- admin/tmpl/countries/default_foot.php | 2 +- admin/tmpl/countries/default_head.php | 2 +- admin/tmpl/countries/default_toolbar.php | 2 +- admin/tmpl/countries/emptystate.php | 2 +- admin/tmpl/country/default.php | 2 +- admin/tmpl/currencies/default.php | 2 +- admin/tmpl/currencies/default_body.php | 2 +- admin/tmpl/currencies/default_foot.php | 2 +- admin/tmpl/currencies/default_head.php | 2 +- admin/tmpl/currencies/default_toolbar.php | 2 +- admin/tmpl/currencies/emptystate.php | 2 +- admin/tmpl/currency/default.php | 2 +- admin/tmpl/import/default.php | 2 +- admin/tmpl/subformpower/default.php | 2 +- admin/tmpl/subformpower/default_main.php | 2 +- admin/tmpl/subformpower/default_vdm.php | 2 +- libraries/jcb_powers/JCB.Joomla/src/Data/MultiSubform.php | 2 +- media/js/country.js | 2 +- media/js/currency.js | 2 +- subformpower.xml | 2 +- 77 files changed, 77 insertions(+), 77 deletions(-) diff --git a/README.md b/README.md index 1ab53a7..2a17919 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Demonstration of subform super power + *Author*: [Oh Martin](mailto:oh@nampharm.com.na) + *Name*: [Subform Power](https://nampharm.com.na) + *First Build*: 24th May, 2024 -+ *Last Build*: 27th June, 2024 ++ *Last Build*: 28th June, 2024 + *Version*: 1.0.0 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/SubformpowerInstallerScript.php b/SubformpowerInstallerScript.php index bbab6a1..c4d48ba 100644 --- a/SubformpowerInstallerScript.php +++ b/SubformpowerInstallerScript.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage SubformpowerInstallerScript.php diff --git a/admin/README.txt b/admin/README.txt index 1ab53a7..2a17919 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -8,7 +8,7 @@ Demonstration of subform super power + *Author*: [Oh Martin](mailto:oh@nampharm.com.na) + *Name*: [Subform Power](https://nampharm.com.na) + *First Build*: 24th May, 2024 -+ *Last Build*: 27th June, 2024 ++ *Last Build*: 28th June, 2024 + *Version*: 1.0.0 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/admin/assets/css/admin.css b/admin/assets/css/admin.css index c07edf3..8185c7a 100644 --- a/admin/assets/css/admin.css +++ b/admin/assets/css/admin.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage admin.css diff --git a/admin/assets/css/countries.css b/admin/assets/css/countries.css index 8581632..1831dc4 100644 --- a/admin/assets/css/countries.css +++ b/admin/assets/css/countries.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage countries.css diff --git a/admin/assets/css/country.css b/admin/assets/css/country.css index 2a58aa7..28bef4e 100644 --- a/admin/assets/css/country.css +++ b/admin/assets/css/country.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage country.css diff --git a/admin/assets/css/currencies.css b/admin/assets/css/currencies.css index 0dfff68..913c9db 100644 --- a/admin/assets/css/currencies.css +++ b/admin/assets/css/currencies.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage currencies.css diff --git a/admin/assets/css/currency.css b/admin/assets/css/currency.css index 33d6dd7..40e80fe 100644 --- a/admin/assets/css/currency.css +++ b/admin/assets/css/currency.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage currency.css diff --git a/admin/assets/css/dashboard.css b/admin/assets/css/dashboard.css index fcc9306..a2310b1 100644 --- a/admin/assets/css/dashboard.css +++ b/admin/assets/css/dashboard.css @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage dashboard.css diff --git a/admin/assets/js/admin.js b/admin/assets/js/admin.js index fbaa7bb..16440e5 100644 --- a/admin/assets/js/admin.js +++ b/admin/assets/js/admin.js @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage admin.js diff --git a/admin/layouts/country/currencies_fullwidth.php b/admin/layouts/country/currencies_fullwidth.php index 663268d..bdc9c78 100644 --- a/admin/layouts/country/currencies_fullwidth.php +++ b/admin/layouts/country/currencies_fullwidth.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage currencies_fullwidth.php diff --git a/admin/layouts/country/details_above.php b/admin/layouts/country/details_above.php index c4b7bca..e6e6a61 100644 --- a/admin/layouts/country/details_above.php +++ b/admin/layouts/country/details_above.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage details_above.php diff --git a/admin/layouts/country/details_left.php b/admin/layouts/country/details_left.php index a1afedd..c509420 100644 --- a/admin/layouts/country/details_left.php +++ b/admin/layouts/country/details_left.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage details_left.php diff --git a/admin/layouts/country/details_right.php b/admin/layouts/country/details_right.php index 0df1d7d..290ea44 100644 --- a/admin/layouts/country/details_right.php +++ b/admin/layouts/country/details_right.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage details_right.php diff --git a/admin/layouts/country/more_stuff_fullwidth.php b/admin/layouts/country/more_stuff_fullwidth.php index 16e875c..da7e5f0 100644 --- a/admin/layouts/country/more_stuff_fullwidth.php +++ b/admin/layouts/country/more_stuff_fullwidth.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage more_stuff_fullwidth.php diff --git a/admin/layouts/country/publishing.php b/admin/layouts/country/publishing.php index e8fbb75..9c574bf 100644 --- a/admin/layouts/country/publishing.php +++ b/admin/layouts/country/publishing.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage publishing.php diff --git a/admin/layouts/country/publlshing.php b/admin/layouts/country/publlshing.php index d77671a..e5013ab 100644 --- a/admin/layouts/country/publlshing.php +++ b/admin/layouts/country/publlshing.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage publlshing.php diff --git a/admin/layouts/currency/details_above.php b/admin/layouts/currency/details_above.php index c4b7bca..e6e6a61 100644 --- a/admin/layouts/currency/details_above.php +++ b/admin/layouts/currency/details_above.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage details_above.php diff --git a/admin/layouts/currency/details_left.php b/admin/layouts/currency/details_left.php index dbcf93f..592b157 100644 --- a/admin/layouts/currency/details_left.php +++ b/admin/layouts/currency/details_left.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage details_left.php diff --git a/admin/layouts/currency/details_right.php b/admin/layouts/currency/details_right.php index 11d0573..c2d983f 100644 --- a/admin/layouts/currency/details_right.php +++ b/admin/layouts/currency/details_right.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage details_right.php diff --git a/admin/layouts/currency/publishing.php b/admin/layouts/currency/publishing.php index e8fbb75..9c574bf 100644 --- a/admin/layouts/currency/publishing.php +++ b/admin/layouts/currency/publishing.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage publishing.php diff --git a/admin/layouts/currency/publlshing.php b/admin/layouts/currency/publlshing.php index d77671a..e5013ab 100644 --- a/admin/layouts/currency/publlshing.php +++ b/admin/layouts/currency/publlshing.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage publlshing.php diff --git a/admin/services/provider.php b/admin/services/provider.php index dc6e13e..f9f6d38 100644 --- a/admin/services/provider.php +++ b/admin/services/provider.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage provider.php diff --git a/admin/src/Controller/CountriesController.php b/admin/src/Controller/CountriesController.php index 6ccd0fe..ba98426 100644 --- a/admin/src/Controller/CountriesController.php +++ b/admin/src/Controller/CountriesController.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CountriesController.php diff --git a/admin/src/Controller/CountryController.php b/admin/src/Controller/CountryController.php index a54f742..5b82f1a 100644 --- a/admin/src/Controller/CountryController.php +++ b/admin/src/Controller/CountryController.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CountryController.php diff --git a/admin/src/Controller/CurrenciesController.php b/admin/src/Controller/CurrenciesController.php index 113654a..75f54a6 100644 --- a/admin/src/Controller/CurrenciesController.php +++ b/admin/src/Controller/CurrenciesController.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CurrenciesController.php diff --git a/admin/src/Controller/CurrencyController.php b/admin/src/Controller/CurrencyController.php index dedefde..0b4230a 100644 --- a/admin/src/Controller/CurrencyController.php +++ b/admin/src/Controller/CurrencyController.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CurrencyController.php diff --git a/admin/src/Controller/DisplayController.php b/admin/src/Controller/DisplayController.php index fc17863..fb8b8dd 100644 --- a/admin/src/Controller/DisplayController.php +++ b/admin/src/Controller/DisplayController.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage DisplayController.php diff --git a/admin/src/Controller/ImportController.php b/admin/src/Controller/ImportController.php index 65cb6e4..a18c235 100644 --- a/admin/src/Controller/ImportController.php +++ b/admin/src/Controller/ImportController.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage ImportController.php diff --git a/admin/src/Controller/SubformpowerController.php b/admin/src/Controller/SubformpowerController.php index c40028b..6059e1e 100644 --- a/admin/src/Controller/SubformpowerController.php +++ b/admin/src/Controller/SubformpowerController.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage SubformpowerController.php diff --git a/admin/src/Extension/SubformpowerComponent.php b/admin/src/Extension/SubformpowerComponent.php index 3993e54..309dc8e 100644 --- a/admin/src/Extension/SubformpowerComponent.php +++ b/admin/src/Extension/SubformpowerComponent.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage SubformpowerComponent.php diff --git a/admin/src/Field/CountriesField.php b/admin/src/Field/CountriesField.php index 6941fc5..5fb8e48 100644 --- a/admin/src/Field/CountriesField.php +++ b/admin/src/Field/CountriesField.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CountriesField.php diff --git a/admin/src/Field/CountriesfilterisoField.php b/admin/src/Field/CountriesfilterisoField.php index a4fc9e9..65669fd 100644 --- a/admin/src/Field/CountriesfilterisoField.php +++ b/admin/src/Field/CountriesfilterisoField.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CountriesfilterisoField.php diff --git a/admin/src/Field/CountriesfilterisothreeField.php b/admin/src/Field/CountriesfilterisothreeField.php index 745d063..220b1c7 100644 --- a/admin/src/Field/CountriesfilterisothreeField.php +++ b/admin/src/Field/CountriesfilterisothreeField.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CountriesfilterisothreeField.php diff --git a/admin/src/Field/CountriesfilternumcodeField.php b/admin/src/Field/CountriesfilternumcodeField.php index cee300b..b51f5bb 100644 --- a/admin/src/Field/CountriesfilternumcodeField.php +++ b/admin/src/Field/CountriesfilternumcodeField.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CountriesfilternumcodeField.php diff --git a/admin/src/Field/CountriesfilterphonecodeField.php b/admin/src/Field/CountriesfilterphonecodeField.php index e506864..4a9ed91 100644 --- a/admin/src/Field/CountriesfilterphonecodeField.php +++ b/admin/src/Field/CountriesfilterphonecodeField.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CountriesfilterphonecodeField.php diff --git a/admin/src/Field/CurrenciesfiltersymbolField.php b/admin/src/Field/CurrenciesfiltersymbolField.php index 8d33d2b..7f378e2 100644 --- a/admin/src/Field/CurrenciesfiltersymbolField.php +++ b/admin/src/Field/CurrenciesfiltersymbolField.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CurrenciesfiltersymbolField.php diff --git a/admin/src/Helper/HeaderCheck.php b/admin/src/Helper/HeaderCheck.php index 59d94dd..7219962 100644 --- a/admin/src/Helper/HeaderCheck.php +++ b/admin/src/Helper/HeaderCheck.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage HeaderCheck.php diff --git a/admin/src/Helper/PowerloaderHelper.php b/admin/src/Helper/PowerloaderHelper.php index 2cacaf9..a785851 100644 --- a/admin/src/Helper/PowerloaderHelper.php +++ b/admin/src/Helper/PowerloaderHelper.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage PowerloaderHelper.php diff --git a/admin/src/Helper/SubformpowerHelper.php b/admin/src/Helper/SubformpowerHelper.php index 84f402d..31ccc13 100644 --- a/admin/src/Helper/SubformpowerHelper.php +++ b/admin/src/Helper/SubformpowerHelper.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage SubformpowerHelper.php diff --git a/admin/src/Model/CountriesModel.php b/admin/src/Model/CountriesModel.php index 838c856..a27b36e 100644 --- a/admin/src/Model/CountriesModel.php +++ b/admin/src/Model/CountriesModel.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CountriesModel.php diff --git a/admin/src/Model/CountryModel.php b/admin/src/Model/CountryModel.php index 20147d0..76449b9 100644 --- a/admin/src/Model/CountryModel.php +++ b/admin/src/Model/CountryModel.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CountryModel.php diff --git a/admin/src/Model/CurrenciesModel.php b/admin/src/Model/CurrenciesModel.php index 08d8b01..46914e4 100644 --- a/admin/src/Model/CurrenciesModel.php +++ b/admin/src/Model/CurrenciesModel.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CurrenciesModel.php diff --git a/admin/src/Model/CurrencyModel.php b/admin/src/Model/CurrencyModel.php index 7b66440..52f528c 100644 --- a/admin/src/Model/CurrencyModel.php +++ b/admin/src/Model/CurrencyModel.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CurrencyModel.php diff --git a/admin/src/Model/ImportModel.php b/admin/src/Model/ImportModel.php index 2827a87..d385163 100644 --- a/admin/src/Model/ImportModel.php +++ b/admin/src/Model/ImportModel.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage ImportModel.php diff --git a/admin/src/Model/SubformpowerModel.php b/admin/src/Model/SubformpowerModel.php index a42fb02..5a871ca 100644 --- a/admin/src/Model/SubformpowerModel.php +++ b/admin/src/Model/SubformpowerModel.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage SubformpowerModel.php diff --git a/admin/src/Rule/GuidRule.php b/admin/src/Rule/GuidRule.php index bc4213d..a5d7e64 100644 --- a/admin/src/Rule/GuidRule.php +++ b/admin/src/Rule/GuidRule.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage GuidRule.php diff --git a/admin/src/Table/CountryTable.php b/admin/src/Table/CountryTable.php index 79d856a..2ed5c1f 100644 --- a/admin/src/Table/CountryTable.php +++ b/admin/src/Table/CountryTable.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CountryTable.php diff --git a/admin/src/Table/CurrencyTable.php b/admin/src/Table/CurrencyTable.php index caffe97..25be1a0 100644 --- a/admin/src/Table/CurrencyTable.php +++ b/admin/src/Table/CurrencyTable.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage CurrencyTable.php diff --git a/admin/src/View/Countries/HtmlView.php b/admin/src/View/Countries/HtmlView.php index 763f377..0e897df 100644 --- a/admin/src/View/Countries/HtmlView.php +++ b/admin/src/View/Countries/HtmlView.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage HtmlView.php diff --git a/admin/src/View/Country/HtmlView.php b/admin/src/View/Country/HtmlView.php index 9ab3203..36be57f 100644 --- a/admin/src/View/Country/HtmlView.php +++ b/admin/src/View/Country/HtmlView.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage HtmlView.php diff --git a/admin/src/View/Currencies/HtmlView.php b/admin/src/View/Currencies/HtmlView.php index 5227c41..3c60f48 100644 --- a/admin/src/View/Currencies/HtmlView.php +++ b/admin/src/View/Currencies/HtmlView.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage HtmlView.php diff --git a/admin/src/View/Currency/HtmlView.php b/admin/src/View/Currency/HtmlView.php index c8ef736..bba09a4 100644 --- a/admin/src/View/Currency/HtmlView.php +++ b/admin/src/View/Currency/HtmlView.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage HtmlView.php diff --git a/admin/src/View/Import/HtmlView.php b/admin/src/View/Import/HtmlView.php index 0ebcd28..e712ae7 100644 --- a/admin/src/View/Import/HtmlView.php +++ b/admin/src/View/Import/HtmlView.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage HtmlView.php diff --git a/admin/src/View/Subformpower/HtmlView.php b/admin/src/View/Subformpower/HtmlView.php index 42ea0f1..8636e8d 100644 --- a/admin/src/View/Subformpower/HtmlView.php +++ b/admin/src/View/Subformpower/HtmlView.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage HtmlView.php diff --git a/admin/tmpl/countries/default.php b/admin/tmpl/countries/default.php index 0d976d1..6f953bf 100644 --- a/admin/tmpl/countries/default.php +++ b/admin/tmpl/countries/default.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default.php diff --git a/admin/tmpl/countries/default_body.php b/admin/tmpl/countries/default_body.php index 085d0d0..41d6fe1 100644 --- a/admin/tmpl/countries/default_body.php +++ b/admin/tmpl/countries/default_body.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default_body.php diff --git a/admin/tmpl/countries/default_foot.php b/admin/tmpl/countries/default_foot.php index 0bb55ba..2aeba24 100644 --- a/admin/tmpl/countries/default_foot.php +++ b/admin/tmpl/countries/default_foot.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default_foot.php diff --git a/admin/tmpl/countries/default_head.php b/admin/tmpl/countries/default_head.php index 0f210eb..0f7914e 100644 --- a/admin/tmpl/countries/default_head.php +++ b/admin/tmpl/countries/default_head.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default_head.php diff --git a/admin/tmpl/countries/default_toolbar.php b/admin/tmpl/countries/default_toolbar.php index 23544f7..f68b60e 100644 --- a/admin/tmpl/countries/default_toolbar.php +++ b/admin/tmpl/countries/default_toolbar.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default_toolbar.php diff --git a/admin/tmpl/countries/emptystate.php b/admin/tmpl/countries/emptystate.php index 79a95ba..c9879e9 100644 --- a/admin/tmpl/countries/emptystate.php +++ b/admin/tmpl/countries/emptystate.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage emptystate.php diff --git a/admin/tmpl/country/default.php b/admin/tmpl/country/default.php index 6ab9b95..1023c82 100644 --- a/admin/tmpl/country/default.php +++ b/admin/tmpl/country/default.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default.php diff --git a/admin/tmpl/currencies/default.php b/admin/tmpl/currencies/default.php index 04271a1..303ba20 100644 --- a/admin/tmpl/currencies/default.php +++ b/admin/tmpl/currencies/default.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default.php diff --git a/admin/tmpl/currencies/default_body.php b/admin/tmpl/currencies/default_body.php index d51ce8a..565b7f1 100644 --- a/admin/tmpl/currencies/default_body.php +++ b/admin/tmpl/currencies/default_body.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default_body.php diff --git a/admin/tmpl/currencies/default_foot.php b/admin/tmpl/currencies/default_foot.php index e98ecd7..c3f925f 100644 --- a/admin/tmpl/currencies/default_foot.php +++ b/admin/tmpl/currencies/default_foot.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default_foot.php diff --git a/admin/tmpl/currencies/default_head.php b/admin/tmpl/currencies/default_head.php index f3a377d..8221d81 100644 --- a/admin/tmpl/currencies/default_head.php +++ b/admin/tmpl/currencies/default_head.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default_head.php diff --git a/admin/tmpl/currencies/default_toolbar.php b/admin/tmpl/currencies/default_toolbar.php index 8f6b019..2c980c6 100644 --- a/admin/tmpl/currencies/default_toolbar.php +++ b/admin/tmpl/currencies/default_toolbar.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default_toolbar.php diff --git a/admin/tmpl/currencies/emptystate.php b/admin/tmpl/currencies/emptystate.php index a097272..502bceb 100644 --- a/admin/tmpl/currencies/emptystate.php +++ b/admin/tmpl/currencies/emptystate.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage emptystate.php diff --git a/admin/tmpl/currency/default.php b/admin/tmpl/currency/default.php index efa40aa..0b16d21 100644 --- a/admin/tmpl/currency/default.php +++ b/admin/tmpl/currency/default.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default.php diff --git a/admin/tmpl/import/default.php b/admin/tmpl/import/default.php index aef9873..6b7e3fc 100644 --- a/admin/tmpl/import/default.php +++ b/admin/tmpl/import/default.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default.php diff --git a/admin/tmpl/subformpower/default.php b/admin/tmpl/subformpower/default.php index cc07c90..9fe057b 100644 --- a/admin/tmpl/subformpower/default.php +++ b/admin/tmpl/subformpower/default.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default.php diff --git a/admin/tmpl/subformpower/default_main.php b/admin/tmpl/subformpower/default_main.php index 8e8cd29..257125b 100644 --- a/admin/tmpl/subformpower/default_main.php +++ b/admin/tmpl/subformpower/default_main.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default_main.php diff --git a/admin/tmpl/subformpower/default_vdm.php b/admin/tmpl/subformpower/default_vdm.php index bcb471e..023a47b 100644 --- a/admin/tmpl/subformpower/default_vdm.php +++ b/admin/tmpl/subformpower/default_vdm.php @@ -4,7 +4,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage default_vdm.php diff --git a/libraries/jcb_powers/JCB.Joomla/src/Data/MultiSubform.php b/libraries/jcb_powers/JCB.Joomla/src/Data/MultiSubform.php index a767d20..4821190 100644 --- a/libraries/jcb_powers/JCB.Joomla/src/Data/MultiSubform.php +++ b/libraries/jcb_powers/JCB.Joomla/src/Data/MultiSubform.php @@ -120,7 +120,7 @@ final class MultiSubform implements MultiSubformInterface public function set(array $items, array $setMap): bool { // Validate the core map presence and structure - if (!isset($setMap['_core']) || !is_array($getMap['_core']) || !$this->validSetMap($setMap['_core'])) + if (!isset($setMap['_core']) || !is_array($setMap['_core']) || !$this->validSetMap($setMap['_core'])) { return false; } diff --git a/media/js/country.js b/media/js/country.js index 26414b3..3fc7e39 100644 --- a/media/js/country.js +++ b/media/js/country.js @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage country.js diff --git a/media/js/currency.js b/media/js/currency.js index e69c4b3..2805b16 100644 --- a/media/js/currency.js +++ b/media/js/currency.js @@ -3,7 +3,7 @@ /-------------------------------------------------------------------------------------------------------/ @version 1.0.0 - @build 27th June, 2024 + @build 28th June, 2024 @created 24th May, 2024 @package Subform Power @subpackage currency.js diff --git a/subformpower.xml b/subformpower.xml index ab8d25e..082419d 100644 --- a/subformpower.xml +++ b/subformpower.xml @@ -1,7 +1,7 @@ COM_SUBFORMPOWER - 27th June, 2024 + 28th June, 2024 Oh Martin oh@nampharm.com.na https://nampharm.com.na