Release of v5.0.15-alpha3

Fix update error of undefined folder method (exists).
This commit is contained in:
Robot 2024-07-15 17:51:35 +02:00
parent 46dcc38ea7
commit fca31eaf74
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
6 changed files with 16 additions and 15 deletions

View File

@ -1,12 +1,13 @@
# v5.0.15-alpha2
# v5.0.15-alpha3
- Fix display error with correct component namespace update form JCB
- Fix update error of undefined folder method (exists)
# v5.0.15-alpha
- Refactored the API classes
- Add table schema checker
- Fix install issue with missing method removeFolder
- Fix install issue with missing method removeFolder
- Fix display error with correct component namespace update form JCB
# v5.0.13

View File

@ -790,7 +790,7 @@ class Com_GetbibleInstallerScript implements InstallerScriptInterface
echo '<div style="background-color: #fff;" class="alert alert-info"><a target="_blank" href="https://getbible.net" title="Get Bible">
<img src="components/com_getbible/assets/images/vdm-component.jpg"/>
</a>
<h3>Upgrade to Version 5.0.15-alpha2 Was Successful! Let us know if anything is not working as expected.</h3></div>';
<h3>Upgrade to Version 5.0.15-alpha3 Was Successful! Let us know if anything is not working as expected.</h3></div>';
// Add/Update component in the action logs extensions table.
$this->setActionLogsExtensions();
@ -1008,7 +1008,7 @@ class Com_GetbibleInstallerScript implements InstallerScriptInterface
*/
protected function removeFolder(string $dir, ?array $ignore = null): bool
{
if (!Folder::exists($dir))
if (!is_dir($dir))
{
return false;
}

View File

@ -1,4 +1,4 @@
# Get Bible (5.0.15-alpha2)
# Get Bible (5.0.15-alpha3)
![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-alpha2
+ *Version*: 5.0.15-alpha3
+ *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*: **230190**
+ *Line count*: **230191**
+ *File count*: **1905**
+ *Folder count*: **193**

View File

@ -1,4 +1,4 @@
# Get Bible (5.0.15-alpha2)
# Get Bible (5.0.15-alpha3)
![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-alpha2
+ *Version*: 5.0.15-alpha3
+ *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*: **230190**
+ *Line count*: **230191**
+ *File count*: **1905**
+ *Folder count*: **193**

View File

@ -7,9 +7,9 @@
<authorUrl>https://getbible.net</authorUrl>
<copyright>Copyright (C) 2015. All Rights Reserved</copyright>
<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
<version>5.0.15-alpha2</version>
<version>5.0.15-alpha3</version>
<description><![CDATA[
<h1>Get Bible (v.5.0.15-alpha2)</h1>
<h1>Get Bible (v.5.0.15-alpha3)</h1>
<div style="clear: both;"></div>
<p>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.

View File

@ -311,10 +311,10 @@
<element>pkg_getbible</element>
<type>package</type>
<client>site</client>
<version>5.0.15-alpha2</version>
<version>5.0.15-alpha3</version>
<infourl title="Get Bible!">https://getbible.net</infourl>
<downloads>
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.15-alpha2.zip</downloadurl>
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.15-alpha3.zip</downloadurl>
</downloads>
<tags>
<tag>alpha</tag>