diff --git a/build/packages/component/com_biblestudy.zip b/build/packages/component/com_biblestudy.zip index 335889d6d6..57fc2b48be 100644 Binary files a/build/packages/component/com_biblestudy.zip and b/build/packages/component/com_biblestudy.zip differ diff --git a/build/packages/modules/mod_biblestudy.zip b/build/packages/modules/mod_biblestudy.zip index c9428888e8..eadf5288af 100644 Binary files a/build/packages/modules/mod_biblestudy.zip and b/build/packages/modules/mod_biblestudy.zip differ diff --git a/build/packages/modules/mod_biblestudy_podcast.zip b/build/packages/modules/mod_biblestudy_podcast.zip index 294e854c7a..9d2b3581f7 100644 Binary files a/build/packages/modules/mod_biblestudy_podcast.zip and b/build/packages/modules/mod_biblestudy_podcast.zip differ diff --git a/build/packages/pkg_biblestudy.zip b/build/packages/pkg_biblestudy.zip index 09848a38ec..a84f6edce4 100644 Binary files a/build/packages/pkg_biblestudy.zip and b/build/packages/pkg_biblestudy.zip differ diff --git a/build/packages/plugins/plg_biblestudy_backup.zip b/build/packages/plugins/plg_biblestudy_backup.zip index 270c165bd2..337f32ae70 100644 Binary files a/build/packages/plugins/plg_biblestudy_backup.zip and b/build/packages/plugins/plg_biblestudy_backup.zip differ diff --git a/build/packages/plugins/plg_biblestudy_finder.zip b/build/packages/plugins/plg_biblestudy_finder.zip index 120caf9108..5f5ec3b47b 100644 Binary files a/build/packages/plugins/plg_biblestudy_finder.zip and b/build/packages/plugins/plg_biblestudy_finder.zip differ diff --git a/build/packages/plugins/plg_biblestudy_podcast.zip b/build/packages/plugins/plg_biblestudy_podcast.zip index bc3f79b135..c7c38c5a3a 100644 Binary files a/build/packages/plugins/plg_biblestudy_podcast.zip and b/build/packages/plugins/plg_biblestudy_podcast.zip differ diff --git a/build/packages/plugins/plg_biblestudy_search.zip b/build/packages/plugins/plg_biblestudy_search.zip index 34a9e19614..4fb84a5932 100644 Binary files a/build/packages/plugins/plg_biblestudy_search.zip and b/build/packages/plugins/plg_biblestudy_search.zip differ diff --git a/com_biblestudy/admin/models/install.php b/com_biblestudy/admin/models/install.php index 13de7ec672..4ada6b0d6b 100644 --- a/com_biblestudy/admin/models/install.php +++ b/com_biblestudy/admin/models/install.php @@ -1191,9 +1191,9 @@ private function finish($step) /* Find Extension ID of component */ $query = $this->_db->getQuery(true); $query - ->select($this->_db->q('extension_id')) - ->from($this->_db->qn('#__extensions')) - ->where($this->_db->qn('name') . ' = ' . $this->_db->q('com_biblestudy')); + ->select('extension_id') + ->from('#__extensions') + ->where('`name` = "com_biblestudy"'); $this->_db->setQuery($query); $eid = $this->_db->loadResult(); @@ -1579,6 +1579,18 @@ public function fixemptyaccess() public function rmoldurl() { $urls = array( + $this->_db->qn('location') . ' = ' . + $this->_db->q('https://www.joomlabiblestudy.org/index.php?option=com_ars&view=update&task=stream&format=xml&id=3'), + $this->_db->qn('location') . ' = ' . + $this->_db->q('https://www.joomlabiblestudy.org/index.php?option=com_ars&view=update&task=stream&format=xml&id=14&dummy=extension.xml'), + $this->_db->qn('location') . ' = ' . + $this->_db->q('https://www.joomlabiblestudy.org/index.php?option=com_ars&view=update&task=stream&format=xml&id=5&dummy=extension.xml'), + $this->_db->qn('location') . ' = ' . + $this->_db->q('https://www.joomlabiblestudy.org/index.php?option=com_ars&view=update&task=stream&format=xml&id=13'), + $this->_db->qn('location') . ' = ' . + $this->_db->q('https://www.joomlabiblestudy.org/index.php?option=com_ars&view=update&task=stream&format=xml&id=4&dummy=extension.xml'), + $this->_db->qn('location') . ' = ' . + $this->_db->q('https://www.joomlabiblestudy.org/index.php?option=com_ars&view=update&task=stream&format=xml&id=8'), $this->_db->qn('location') . ' = ' . $this->_db->q('https://www.joomlabiblestudy.org/index.php?option=com_ars&view=update&task=stream&format=xml&id=3&dummy=extension.xml'), $this->_db->qn('location') . ' = ' . diff --git a/docs/classes/BibleStudyModelCpanel.html b/docs/classes/BibleStudyModelCpanel.html index e271e50b97..b62c967adb 100644 --- a/docs/classes/BibleStudyModelCpanel.html +++ b/docs/classes/BibleStudyModelCpanel.html @@ -134,7 +134,7 @@