Skip to content

Commit

Permalink
Fix Joomla 5 error with old Joomla API class
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytolkachyov committed Nov 3, 2023
1 parent 66ea72c commit 4f053aa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions installer/sovmart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension version="3.*" type="plugin" method="upgrade" group="installer">
<name>PLG_INSTALLER_SOVMART</name>
<author>Cymbal</author>
<creationDate>01.06.2022</creationDate>
<creationDate>November 2023</creationDate>
<copyright>Delo-Design</copyright>
<license>GNU General Public License version 3; see LICENSE.txt</license>
<authorEmail>cymbal@delo-design.ru</authorEmail>
<authorUrl>https://delo-design.ru</authorUrl>
<version>1.6.7</version>
<version>1.6.8</version>
<description>PLG_INSTALLER_SOVMART_PLUGIN_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>

Expand Down
2 changes: 1 addition & 1 deletion installer/tables/sovmartextensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TableSovmartExtensions extends Table
*
* @since 1.0.0
*/
public function __construct(JDatabaseDriver $db)
public function __construct($db)
{
parent::__construct('#__sovmart_extensions', 'id', $db);
}
Expand Down
4 changes: 2 additions & 2 deletions menu/sovmartmenu.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="3.8" group="system" method="upgrade">
<name>PLG_SOVMARTMENU</name>
<creationDate>31.10.2022</creationDate>
<creationDate>November 2023</creationDate>
<author>Cymbal</author>
<authorEmail>cymbal@delo-design.ru</authorEmail>
<authorUrl>https://www.norrnext.com</authorUrl>
<copyright>Copyright © 2020 Delo Design &amp; NorrNext. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see license.txt</license>
<version>1.0</version>
<version>1.6.8</version>
<description>PLG_SOVMARTMENU_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>

Expand Down
4 changes: 2 additions & 2 deletions pkg_sovmart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<name>PKG_SOVMART</name>
<packagename>sovmart</packagename>
<author>Cymbal</author>
<creationDate>09.10.2023</creationDate>
<creationDate>November 2023</creationDate>
<copyright>Delo-Design</copyright>
<license>GNU General Public License version 3; see LICENSE.txt</license>
<authorEmail>cymbal@delo-design.ru</authorEmail>
<authorUrl>https://delo-deisgn.ru</authorUrl>
<version>1.6.7</version>
<version>1.6.8</version>
<scriptfile>script.php</scriptfile>
<description>PKG_SOVMART_XML_DESCRIPTION</description>
<languages folder="language">
Expand Down
4 changes: 2 additions & 2 deletions quickicon/sovmarticon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension version="3.*" type="plugin" group="quickicon" method="upgrade">
<name>PLG_SOVMARTICON</name>
<author>Cymbal</author>
<creationDate>01.06.2022</creationDate>
<creationDate>November 2023</creationDate>
<copyright>Delo-Design</copyright>
<license>GNU General Public License version 3; see LICENSE.txt</license>
<authorEmail>cymbal@delo-design.ru</authorEmail>
<authorUrl>https://delo-design.ru</authorUrl>
<version>1.0.0</version>
<version>1.6.8</version>
<description>PLG_SOVMARTICON_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>

Expand Down

0 comments on commit 4f053aa

Please sign in to comment.