From 46dcc38ea746c8b7c24762c569d168e181511a94 Mon Sep 17 00:00:00 2001 From: aB0t Date: Mon, 15 Jul 2024 17:37:50 +0200 Subject: [PATCH] Release of v5.0.15-alpha2 Fix display error with correct component namespace update form JCB. --- CHANGELOG.md | 7 ++++--- GetbibleInstallerScript.php | 2 +- README.md | 6 +++--- admin/README.txt | 6 +++--- admin/services/provider.php | 8 ++++---- getbible.xml | 4 ++-- update_server.xml | 6 +++--- 7 files changed, 20 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bcb97e..54011d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ -# v5.0.15-alpha1 +# v5.0.15-alpha2 -- Fix install issue with missing method removeFolder +- Fix display error with correct component namespace update form JCB # v5.0.15-alpha - Refactored the API classes -- Add table schema checker +- Add table schema checker +- Fix install issue with missing method removeFolder # v5.0.13 diff --git a/GetbibleInstallerScript.php b/GetbibleInstallerScript.php index 78a1e36..004d097 100644 --- a/GetbibleInstallerScript.php +++ b/GetbibleInstallerScript.php @@ -790,7 +790,7 @@ class Com_GetbibleInstallerScript implements InstallerScriptInterface echo '
-

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

'; +

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

'; // Add/Update component in the action logs extensions table. $this->setActionLogsExtensions(); diff --git a/README.md b/README.md index bad2239..9ecb91d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Get Bible (5.0.15-alpha1) +# Get Bible (5.0.15-alpha2) ![Get Bible image](https://git.vdm.dev/getBible/joomla-component/raw/branch/5.0/admin/assets/images/vdm-component.jpg "GetBible") @@ -19,7 +19,7 @@ In essence, The Bible for Joomla is designed to transform how the Word of God is + *Name*: [Get Bible](https://getbible.net) + *First Build*: 3rd December, 2015 + *Last Build*: 15th July, 2024 -+ *Version*: 5.0.15-alpha1 ++ *Version*: 5.0.15-alpha2 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html @@ -31,7 +31,7 @@ due to [Automated Component Builder](https://www.joomlacomponentbuilder.com)) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > never making one mistake or taking any coffee break.) -+ *Line count*: **230189** ++ *Line count*: **230190** + *File count*: **1905** + *Folder count*: **193** diff --git a/admin/README.txt b/admin/README.txt index bad2239..9ecb91d 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -1,4 +1,4 @@ -# Get Bible (5.0.15-alpha1) +# Get Bible (5.0.15-alpha2) ![Get Bible image](https://git.vdm.dev/getBible/joomla-component/raw/branch/5.0/admin/assets/images/vdm-component.jpg "GetBible") @@ -19,7 +19,7 @@ In essence, The Bible for Joomla is designed to transform how the Word of God is + *Name*: [Get Bible](https://getbible.net) + *First Build*: 3rd December, 2015 + *Last Build*: 15th July, 2024 -+ *Version*: 5.0.15-alpha1 ++ *Version*: 5.0.15-alpha2 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html @@ -31,7 +31,7 @@ due to [Automated Component Builder](https://www.joomlacomponentbuilder.com)) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > never making one mistake or taking any coffee break.) -+ *Line count*: **230189** ++ *Line count*: **230190** + *File count*: **1905** + *Folder count*: **193** diff --git a/admin/services/provider.php b/admin/services/provider.php index 56668fd..22d1fe1 100644 --- a/admin/services/provider.php +++ b/admin/services/provider.php @@ -61,10 +61,10 @@ return new class () implements ServiceProviderInterface { // (soon) $container->set(AssociationExtensionInterface::class, new AssociationsHelper()); - $container->registerServiceProvider(new CategoryFactory('\\TrueChristianBible\\Component\\Getbible')); - $container->registerServiceProvider(new MVCFactory('\\TrueChristianBible\\Component\\Getbible')); - $container->registerServiceProvider(new ComponentDispatcherFactory('\\TrueChristianBible\\Component\\Getbible')); - $container->registerServiceProvider(new RouterFactory('\\TrueChristianBible\\Component\\Getbible')); + $container->registerServiceProvider(new CategoryFactory('\\TrueChristianBible\\Component\\GetBible')); + $container->registerServiceProvider(new MVCFactory('\\TrueChristianBible\\Component\\GetBible')); + $container->registerServiceProvider(new ComponentDispatcherFactory('\\TrueChristianBible\\Component\\GetBible')); + $container->registerServiceProvider(new RouterFactory('\\TrueChristianBible\\Component\\GetBible')); $container->set( ComponentInterface::class, diff --git a/getbible.xml b/getbible.xml index 3de17b0..7b48c32 100644 --- a/getbible.xml +++ b/getbible.xml @@ -7,9 +7,9 @@ https://getbible.net Copyright (C) 2015. All Rights Reserved GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html - 5.0.15-alpha1 + 5.0.15-alpha2 Get Bible (v.5.0.15-alpha1) +

Get Bible (v.5.0.15-alpha2)

Welcome to the next level of scripture engagement - The Bible for Joomla! Our purpose is to bring the Word of God to every person, in their native language, entirely free. This isn't just a typical extension; it's a groundbreaking tool developed to span language divides and deliver a rich, customizable Bible study experience to users worldwide. diff --git a/update_server.xml b/update_server.xml index 2004416..e33c915 100644 --- a/update_server.xml +++ b/update_server.xml @@ -296,7 +296,7 @@ 5.0.15-alpha https://getbible.net - https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.15-alpha1.zip + https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.15-alpha2.zip stable @@ -311,10 +311,10 @@ pkg_getbible package site - 5.0.15-alpha1 + 5.0.15-alpha2 https://getbible.net - https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.15-alpha1.zip + https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.15-alpha2.zip alpha