Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
$lang undefined in install script
  • Loading branch information
pmleconte committed Jul 30, 2023
1 parent 8c01645 commit 2947011
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 9 deletions.
Binary file modified packages/com_cg_avis_client_j4.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/com_cg_avis_client_j4/cgavisclient.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="4.0" method="upgrade">
<name>CG Avis Client</name>
<creationDate>2023-07-24</creationDate>
<creationDate>2023-07-30</creationDate>
<author>ConseilGouz</author>
<authorEmail>pascal.leconte@conseilgouz.com</authorEmail>
<authorUrl>www.conseilgouz.com</authorUrl>
<copyright>Copyright (C) 2023 ConseilGouz.com. All Rights Reserved</copyright>
<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
<version>2.1.1</version>
<version>2.1.3</version>
<namespace path="src">ConseilGouz\Component\CGAvisClient</namespace>
<scriptfile>script.php</scriptfile>
<description><![CDATA[
Expand Down
Binary file modified packages/mod_cg_avis_client_j4.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MOD_CGAVISCLIENT_XML_DESCRIPTION = "<a target='_blank' rel="noopener noreferrer" href='https://wwww.conseilgouz.com/'><b>Module CG Avis Client version 2.1.0.</b></a><br>Affichage des avis clients avec recherche/affichage en mode isotope pour Joomla! 4.x/5.x."
MOD_CGAVISCLIENT_XML_DESCRIPTION = "<a target='_blank' rel="noopener noreferrer" href='https://wwww.conseilgouz.com/'><b>Module CG Avis Client version 2.1.3.</b></a><br>Affichage des avis clients avec recherche/affichage en mode isotope pour Joomla! 4.x/5.x."
COM_MODULES_MOD_CGAVISCLIENT_GENERAL_SETTINGS_FIELDSET_LABEL = "Module Settings";
MOD_CGAVISCLIENT_LAYOUT = "Affichage"
MOD_CGAVISCLIENT_LAYOUT_DES = "Affichage"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MOD_CGAVISCLIENT_XML_DESCRIPTION = "<a target='_blank' rel="noopener noreferrer" href='https://wwww.conseilgouz.com/'><b>Module CG Avis Client version 2.1.0.</b></a><br>Affichage des avis clients avec recherche/affichage en mode isotope pour Joomla! 4.x/5.x."
MOD_CGAVISCLIENT_XML_DESCRIPTION = "<a target='_blank' rel="noopener noreferrer" href='https://wwww.conseilgouz.com/'><b>Module CG Avis Client version 2.1.3.</b></a><br>Affichage des avis clients avec recherche/affichage en mode isotope pour Joomla! 4.x/5.x."
4 changes: 2 additions & 2 deletions packages/mod_cg_avis_client_j4/mod_cg_avisclient.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension type="module" version="4.0" client="site" method="upgrade">
<name>CG Avis Client</name>
<author>ConseilGouz</author>
<creationDate>2023/07/24</creationDate>
<creationDate>2023/07/30</creationDate>
<copyright>Copyright (c) 2023 ConseilGouz. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>pascal.leconte@conseilgouz.com</authorEmail>
<authorUrl>https://www.conseilgouz.com</authorUrl>
<version>2.1.1</version>
<version>2.1.3</version>
<description>
<![CDATA[
Affichage simple des avis clients avec module isotope
Expand Down
22 changes: 22 additions & 0 deletions packages/mod_cg_avis_client_j4/mod_cg_avisclient_changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<changelogs>
<changelog>
<element>mod_cg_avisclient</element>
<type>Module</type>
<version>2.1.2</version>
<note>
<item>Update : 30/07/2023</item>
</note>
<fix>
<item>$lang undefined in install script</item>
</fix>
</changelog>
<changelog>
<element>pkg_cg_avis_client</element>
<type>package</type>
<version>2.1.2</version>
<note>
<item>Update : 2023-07-24</item>
</note>
<fix>
<item>Invalid version number in manifest file</item>
</fix>
</changelog>
<changelog>
<element>mod_cg_avisclient</element>
<type>Module</type>
Expand Down
4 changes: 3 additions & 1 deletion packages/mod_cg_avis_client_j4/script.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* CG Avis Client Module - Joomla 4.x/5.x Module
* Version : 2.1.1
* Version : 2.1.3
* Package : CG Avis Client
* copyright : Copyright (C) 2023 ConseilGouz. All rights reserved.
* license : http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
Expand All @@ -24,6 +24,8 @@ class mod_cg_avisclientInstallerScript
private $previous_version = '';
private $dir = null;
private $installerName = 'cg_avisclientinstaller';
private $lang;

public function __construct()
{
$this->dir = __DIR__;
Expand Down
4 changes: 2 additions & 2 deletions pkg_cg_avis_client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<extension type="package" version="4.0" method="upgrade">
<name>Package CG Avis Client</name>
<author>ConseilGouz</author>
<creationDate>2023-07-17</creationDate>
<creationDate>2023-07-30</creationDate>
<packagename>CG Avis Client</packagename>
<version>2.1.2</version>
<version>2.1.3</version>
<url>https://www.conseilgouz.com/</url>
<packager>ConseilGouz</packager>
<description>Package CG Avis Client</description>
Expand Down
11 changes: 11 additions & 0 deletions pkg_cg_avis_client_changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<changelogs>
<changelog>
<element>pkg_cg_avis_client</element>
<type>package</type>
<version>2.1.3</version>
<note>
<item>Update : 2023-07-30</item>
</note>
<fix>
<item>$lang undefined in install script</item>
</fix>
</changelog>
<changelog>
<element>pkg_cg_avis_client</element>
<type>package</type>
Expand Down

0 comments on commit 2947011

Please sign in to comment.