Skip to content

Commit c3cbcf3

Browse files
Merge pull request #140 from ankush-maherwal/joomla-4
Task #181258 feat: Joomla 4 compatability
2 parents a89b508 + 0d61de3 commit c3cbcf3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/com_tjnotifications/tjnotifications.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<authorUrl>https://techjoomla.com</authorUrl>
77
<copyright>Copyright (C) 2016 - 2022 Techjoomla. All rights reserved.</copyright>
88
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
9-
<creationDate>7th Feb 2022</creationDate>
10-
<version>3.0.1</version>
9+
<creationDate>4th Aug 2022</creationDate>
10+
<version>3.0.2</version>
1111
<install>
1212
<sql>
1313
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>

src/plugins/actionlog/tjnotification/tjnotification.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<extension version="3.9" type="plugin" group="actionlog" method="upgrade">
33
<name>plg_actionlog_tjnotification</name>
44
<author>Techjoomla</author>
5-
<creationDate>7th Feb 2022</creationDate>
5+
<creationDate>4th Aug 2022</creationDate>
66
<copyright>Copyright (C) 2016 - 2022 Techjoomla. All rights reserved.</copyright>
77
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>https://techjoomla.com</authorUrl>
10-
<version>3.0.1</version>
10+
<version>3.0.2</version>
1111
<description>PLG_ACTIONLOG_TJNOTIFICATION_XML_DESCRIPTION</description>
1212
<files>
1313
<filename plugin="tjnotification">tjnotification.php</filename>

src/plugins/api/tjnotifications/tjnotifications.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<author>Techjoomla</author>
66
<authorEmail>[email protected]</authorEmail>
77
<authorUrl>https://techjoomla.com</authorUrl>
8-
<creationDate>7th Feb 2022</creationDate>
8+
<creationDate>4th Aug 2022</creationDate>
99
<copyright>Copyright (C) 2016 - 2022 Techjoomla. All rights reserved.</copyright>
1010
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
11-
<version>3.0.1</version>
11+
<version>3.0.2</version>
1212

1313
<files>
1414
<filename plugin="tjnotifications">tjnotifications.php</filename>

src/plugins/privacy/tjnotification/tjnotification.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="3.9" type="plugin" group="privacy" method="upgrade">
33
<name>plg_privacy_tjnotification</name>
4-
<version>3.0.1</version>
5-
<creationDate>7th Feb 2022</creationDate>
4+
<version>3.0.2</version>
5+
<creationDate>4th Aug 2022</creationDate>
66
<author>Techjoomla</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>https://techjoomla.com</authorUrl>

src/plugins/user/tjnotificationsmobilenumber/tjnotificationsmobilenumber.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<author>Techjoomla</author>
66
<authorEmail>[email protected]</authorEmail>
77
<authorUrl>https://techjoomla.com</authorUrl>
8-
<creationDate>7th Feb 2022</creationDate>
8+
<creationDate>4th Aug 2022</creationDate>
99
<copyright>Copyright (C) 2016 - 2022 Techjoomla. All rights reserved.</copyright>
1010
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
11-
<version>3.0.1</version>
11+
<version>3.0.2</version>
1212

1313
<files>
1414
<filename plugin="tjnotificationsmobilenumber">tjnotificationsmobilenumber.php</filename>

0 commit comments

Comments
 (0)