-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the update path of the update server zip download.
- Loading branch information
1 parent
1b5191d
commit 5c79ef2
Showing
7 changed files
with
30 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ The best way to see all your options is to install this component on you Joomla | |
+ *Author*: [Llewellyn van der Merwe](mailto:[email protected]) | ||
+ *Name*: [Sermon Distributor](https://www.vdm.io/) | ||
+ *First Build*: 22nd October, 2015 | ||
+ *Last Build*: 31st December, 2020 | ||
+ *Last Build*: 15th January, 2021 | ||
+ *Version*: 2.0.x | ||
+ *Copyright*: Copyright (C) 2015. All Rights Reserved | ||
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html | ||
|
@@ -36,7 +36,7 @@ due to [Automated Component Builder](https://www.vdm.io/joomla-component-builder | |
> (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*: **73050** | ||
+ *Line count*: **73060** | ||
+ *File count*: **460** | ||
+ *Folder count*: **93** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ The best way to see all your options is to install this component on you Joomla | |
+ *Author*: [Llewellyn van der Merwe](mailto:[email protected]) | ||
+ *Name*: [Sermon Distributor](https://www.vdm.io/) | ||
+ *First Build*: 22nd October, 2015 | ||
+ *Last Build*: 31st December, 2020 | ||
+ *Last Build*: 15th January, 2021 | ||
+ *Version*: 2.0.x | ||
+ *Copyright*: Copyright (C) 2015. All Rights Reserved | ||
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html | ||
|
@@ -36,7 +36,7 @@ due to [Automated Component Builder](https://www.vdm.io/joomla-component-builder | |
> (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*: **73050** | ||
+ *Line count*: **73060** | ||
+ *File count*: **460** | ||
+ *Folder count*: **93** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ALTER TABLE `#__sermondistributor_sermon` ENGINE = InnoDB; | ||
|
||
ALTER TABLE `#__sermondistributor_sermon` ENGINE = InnoDB; | ||
|
||
ALTER TABLE `#__sermondistributor_sermon` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<extension type="component" version="3.2" method="upgrade"> | ||
<name>COM_SERMONDISTRIBUTOR</name> | ||
<creationDate>31st December, 2020</creationDate> | ||
<creationDate>15th January, 2021</creationDate> | ||
<author>Llewellyn van der Merwe</author> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>https://www.vdm.io/</authorUrl> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters