-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Languages : untranslated fields Lost articles : state to 9 in automsg and automsg_waiting Automsg content plugin becomes a service provider
- Loading branch information
1 parent
d19b090
commit 789d2e4
Showing
16 changed files
with
156 additions
and
61 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 |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<extension version="4.0" type="plugin" group="system" method="upgrade"> | ||
<name>plgautomsginstaller</name> | ||
<author>ConseilGouz</author> | ||
<creationDate>2024-06-04</creationDate> | ||
<creationDate>2024-06-05</creationDate> | ||
<copyright>(C)2024 ConseilGouz. All rights reserved.</copyright> | ||
<license>GNU General Public License version 3 or later; see LICENSE.txt</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>www.conseilgouz.com</authorUrl> | ||
<version>4.1.3</version> | ||
<version>4.2.0</version> | ||
<description>AutoMsg</description> | ||
<scriptfile>script.install.php</scriptfile> | ||
<files> | ||
|
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
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
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 |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<extension type="component" method="upgrade"> | ||
<name>COM_AUTOMSG</name> | ||
<author>ConseilGouz</author> | ||
<creationDate>2024-06-04</creationDate> | ||
<creationDate>2024-06-05</creationDate> | ||
<copyright>(C)2024 ConseilGouz. All rights reserved.</copyright> | ||
<license>GNU General Public License version 3 or later; see LICENSE.txt</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>www.conseilgouz.com</authorUrl> | ||
<version>4.1.3</version> | ||
<version>4.2.0</version> | ||
<description>COM_AUTOMSG_XML_DESCRIPTION</description> | ||
<namespace path="src">ConseilGouz\Component\Automsg</namespace> | ||
<files folder="site"> | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<name>Automsg Library</name> | ||
<libraryname>automsg</libraryname> | ||
<author>ConseilGouz</author> | ||
<version>4.1.3</version> | ||
<creationDate>2024-06-04</creationDate> | ||
<version>4.2.0</version> | ||
<creationDate>2024-06-05</creationDate> | ||
<copyright>(C)2024 ConseilGouz. All rights reserved.</copyright> | ||
<license>GNU General Public License version 3 or later; https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
|
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 |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
<extension version="4.0" type="plugin" group="content" method="upgrade"> | ||
<name>PLG_CONTENT_AUTOMSG</name> | ||
<author>conseilgouz</author> | ||
<creationDate>2024-06-04</creationDate> | ||
<creationDate>2024-06-05</creationDate> | ||
<copyright>Copyright (C) 2024 ConseilGouz. All rights reserved.</copyright> | ||
<license>GNU General Public License version 3 or later; see LICENSE.txt</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>www.conseilgouz.com</authorUrl> | ||
<version>4.1.3</version> | ||
<version>4.2.0</version> | ||
<description>PLG_CONTENT_AUTOMSG_XML_DESCRIPTION</description> | ||
<files> | ||
<folder plugin="automsg">services</folder> | ||
|
Oops, something went wrong.