Release of v4.0.0-beta1
This commit is contained in:
parent
07e702bf36
commit
dd67d888d6
@ -1,6 +1,6 @@
|
|||||||
# v5.0.0-beta1
|
# v5.0.0-beta1
|
||||||
|
|
||||||
- First release of [[[Component]]] towards Joomla 5
|
- First release of Sermon Distributor towards Joomla 5
|
||||||
|
|
||||||
# v3.0.3
|
# v3.0.3
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Sermon Distributor (5.0.x)
|
# Sermon Distributor (4.0.x)
|
||||||
|
|
||||||
![Sermon Distributor image](https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/master/admin/assets/images/vdm-component.jpg "The Sermon Distributor")
|
![Sermon Distributor image](https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/master/admin/assets/images/vdm-component.jpg "The Sermon Distributor")
|
||||||
|
|
||||||
@ -24,8 +24,8 @@ The best way to see all your options is to install this component on you Joomla
|
|||||||
+ *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
+ *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
||||||
+ *Name*: [Sermon Distributor](https://www.vdm.io/)
|
+ *Name*: [Sermon Distributor](https://www.vdm.io/)
|
||||||
+ *First Build*: 22nd October, 2015
|
+ *First Build*: 22nd October, 2015
|
||||||
+ *Last Build*: 2nd March, 2024
|
+ *Last Build*: 7th March, 2024
|
||||||
+ *Version*: 5.0.x
|
+ *Version*: 4.0.x
|
||||||
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
||||||
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage SermondistributorInstallerScript.php
|
@subpackage SermondistributorInstallerScript.php
|
||||||
@ -746,7 +746,7 @@ class Com_SermondistributorInstallerScript implements InstallerScriptInterface
|
|||||||
echo '<div style="background-color: #fff;" class="alert alert-info"><a target="_blank" href="https://www.vdm.io/" title="Sermon Distributor">
|
echo '<div style="background-color: #fff;" class="alert alert-info"><a target="_blank" href="https://www.vdm.io/" title="Sermon Distributor">
|
||||||
<img src="components/com_sermondistributor/assets/images/vdm-component.jpg"/>
|
<img src="components/com_sermondistributor/assets/images/vdm-component.jpg"/>
|
||||||
</a>
|
</a>
|
||||||
<h3>Upgrade to Version 5.0.0-beta1 Was Successful! Let us know if anything is not working as expected.</h3></div>';
|
<h3>Upgrade to Version 4.0.0-beta1 Was Successful! Let us know if anything is not working as expected.</h3></div>';
|
||||||
|
|
||||||
// Add/Update component in the action logs extensions table.
|
// Add/Update component in the action logs extensions table.
|
||||||
$this->setActionLogsExtensions();
|
$this->setActionLogsExtensions();
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Sermon Distributor (5.0.x)
|
# Sermon Distributor (4.0.x)
|
||||||
|
|
||||||
![Sermon Distributor image](https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/master/admin/assets/images/vdm-component.jpg "The Sermon Distributor")
|
![Sermon Distributor image](https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/master/admin/assets/images/vdm-component.jpg "The Sermon Distributor")
|
||||||
|
|
||||||
@ -24,8 +24,8 @@ The best way to see all your options is to install this component on you Joomla
|
|||||||
+ *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
+ *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
||||||
+ *Name*: [Sermon Distributor](https://www.vdm.io/)
|
+ *Name*: [Sermon Distributor](https://www.vdm.io/)
|
||||||
+ *First Build*: 22nd October, 2015
|
+ *First Build*: 22nd October, 2015
|
||||||
+ *Last Build*: 2nd March, 2024
|
+ *Last Build*: 7th March, 2024
|
||||||
+ *Version*: 5.0.x
|
+ *Version*: 4.0.x
|
||||||
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
||||||
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage admin.css
|
@subpackage admin.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage dashboard.css
|
@subpackage dashboard.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage external_source.css
|
@subpackage external_source.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage external_sources.css
|
@subpackage external_sources.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage help_document.css
|
@subpackage help_document.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage help_documents.css
|
@subpackage help_documents.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage local_listing.css
|
@subpackage local_listing.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage local_listings.css
|
@subpackage local_listings.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage manual_updater.css
|
@subpackage manual_updater.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage preacher.css
|
@subpackage preacher.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage preachers.css
|
@subpackage preachers.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage series.css
|
@subpackage series.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage series_list.css
|
@subpackage series_list.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage sermon.css
|
@subpackage sermon.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage sermons.css
|
@subpackage sermons.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage statistic.css
|
@subpackage statistic.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage statistics.css
|
@subpackage statistics.css
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage admin.js
|
@subpackage admin.js
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage build_option_fullwidth.php
|
@subpackage build_option_fullwidth.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_above.php
|
@subpackage details_above.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_fullwidth.php
|
@subpackage details_fullwidth.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_left.php
|
@subpackage details_left.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_right.php
|
@subpackage details_right.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_under.php
|
@subpackage details_under.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage publishing.php
|
@subpackage publishing.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage publlshing.php
|
@subpackage publlshing.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_above.php
|
@subpackage details_above.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_fullwidth.php
|
@subpackage details_fullwidth.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_left.php
|
@subpackage details_left.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_right.php
|
@subpackage details_right.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_under.php
|
@subpackage details_under.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage metadata.php
|
@subpackage metadata.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage publishing.php
|
@subpackage publishing.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_above.php
|
@subpackage details_above.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_fullwidth.php
|
@subpackage details_fullwidth.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_left.php
|
@subpackage details_left.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_right.php
|
@subpackage details_right.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage publishing.php
|
@subpackage publishing.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage publlshing.php
|
@subpackage publlshing.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_above.php
|
@subpackage details_above.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_fullwidth.php
|
@subpackage details_fullwidth.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_left.php
|
@subpackage details_left.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_right.php
|
@subpackage details_right.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage metadata.php
|
@subpackage metadata.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage publishing.php
|
@subpackage publishing.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage sermons_fullwidth.php
|
@subpackage sermons_fullwidth.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_above.php
|
@subpackage details_above.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_fullwidth.php
|
@subpackage details_fullwidth.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_left.php
|
@subpackage details_left.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_right.php
|
@subpackage details_right.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage metadata.php
|
@subpackage metadata.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage publishing.php
|
@subpackage publishing.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage sermons_fullwidth.php
|
@subpackage sermons_fullwidth.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_above.php
|
@subpackage details_above.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_fullwidth.php
|
@subpackage details_fullwidth.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_left.php
|
@subpackage details_left.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_right.php
|
@subpackage details_right.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_under.php
|
@subpackage details_under.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage files_fullwidth.php
|
@subpackage files_fullwidth.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage metadata.php
|
@subpackage metadata.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage publishing.php
|
@subpackage publishing.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage stastics_fullwidth.php
|
@subpackage stastics_fullwidth.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_above.php
|
@subpackage details_above.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_left.php
|
@subpackage details_left.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage details_right.php
|
@subpackage details_right.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage metadata.php
|
@subpackage metadata.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage publishing.php
|
@subpackage publishing.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage trashhelper.php
|
@subpackage trashhelper.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage provider.php
|
@subpackage provider.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage AjaxController.php
|
@subpackage AjaxController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage DisplayController.php
|
@subpackage DisplayController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage External_sourceController.php
|
@subpackage External_sourceController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage External_sourcesController.php
|
@subpackage External_sourcesController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage HelpController.php
|
@subpackage HelpController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage Help_documentController.php
|
@subpackage Help_documentController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage Help_documentsController.php
|
@subpackage Help_documentsController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage ImportController.php
|
@subpackage ImportController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage Local_listingController.php
|
@subpackage Local_listingController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage Local_listingsController.php
|
@subpackage Local_listingsController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage Manual_updaterController.php
|
@subpackage Manual_updaterController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage PreacherController.php
|
@subpackage PreacherController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage PreachersController.php
|
@subpackage PreachersController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage SeriesController.php
|
@subpackage SeriesController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage Series_listController.php
|
@subpackage Series_listController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage SermonController.php
|
@subpackage SermonController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage SermondistributorController.php
|
@subpackage SermondistributorController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage SermonsController.php
|
@subpackage SermonsController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage StatisticController.php
|
@subpackage StatisticController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage StatisticsController.php
|
@subpackage StatisticsController.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage SermondistributorComponent.php
|
@subpackage SermondistributorComponent.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage AdminviewfolderlistField.php
|
@subpackage AdminviewfolderlistField.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage ArticlesField.php
|
@subpackage ArticlesField.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage ExternalsourceField.php
|
@subpackage ExternalsourceField.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage ExternalsourcefilesField.php
|
@subpackage ExternalsourcefilesField.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage ExternalsourcesfilterbuildField.php
|
@subpackage ExternalsourcesfilterbuildField.php
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/------------------------------------------------------------------------------------------------------------------------------------/
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version 5.0.x
|
@version 4.0.x
|
||||||
@created 22nd October, 2015
|
@created 22nd October, 2015
|
||||||
@package Sermon Distributor
|
@package Sermon Distributor
|
||||||
@subpackage ExternalsourcesfilterexternalsourcesField.php
|
@subpackage ExternalsourcesfilterexternalsourcesField.php
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user