Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
Missing changelog closing tag in xml files
  • Loading branch information
conseilgouz committed Jun 19, 2023
1 parent 2e54f1f commit 5a4aa1a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
8 changes: 4 additions & 4 deletions cglike.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<extension version="4.0" type="plugin" group="content" method="upgrade">
<name>PLG_CONTENT_CG_LIKE</name>
<creationDate>November 2022</creationDate>
<creationDate>2023/06/19</creationDate>
<author>ConseilGouz</author>
<authorEmail>pascal.leconte@conseilgouz.com</authorEmail>
<authorUrl>https://www.conseilgouz.com</authorUrl>
<copyright>Copyright 2022(c) ConseilGouz. All rights reserved</copyright>
<copyright>Copyright 2023(c) ConseilGouz. All rights reserved</copyright>
<license>GNU GPL v2.0 http://www.gnu.org/licenses/gpl-2.0.html</license>
<version>2.0.1</version>
<version>2.0.2</version>
<description>PLG_CONTENT_CG_LIKE_XML_DESCRIPTION</description>
<files>
<filename plugin="cglike">cglike.php</filename>
Expand Down Expand Up @@ -121,7 +121,7 @@
</fieldset>
</fields>
</config>
<changelogurl>https://raw.githubusercontent.com/conseilgouz/cg_like_j4/master/plg_cg_like_changelog.xml
<changelogurl>https://raw.githubusercontent.com/conseilgouz/cg_like_j4/master/plg_cg_like_changelog.xml</changelogurl>
<updateservers>
<server type="extension" folder="content" priority="1" name="cglike">https://raw.githubusercontent.com/conseilgouz/updates_github/master/cg_like_update.xml</server>
</updateservers>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/plg_content_cglike.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PLG_CONTENT_CG_LIKE="Content - CG Like"
PLG_CONTENT_CG_LIKE_XML_DESCRIPTION="<p>CG Like - Content Plugin - version 2.0.0.</p><p>Don't forget to activate <b>Ajax CG Like plugin</b>, and this plugin, of course.</p>"
PLG_CONTENT_CG_LIKE_XML_DESCRIPTION="<p>CG Like - Content Plugin - version 2.0.2.</p><p>Don't forget to activate <b>Ajax CG Like plugin</b>, and this plugin, of course.</p>"
CG_ACTIVATE="Activez <b>Ajax -CG Like plugin</b>."
PLG_CONTENT_CG_LIKE_PLG_POSITION="Plugin Position"
PLG_CONTENT_CG_LIKE_PLG_POSITION_DESC="Select the position of plugin in article"
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/plg_content_cglike.sys.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PLG_CONTENT_CG_LIKE="Content - CG Like"
PLG_CONTENT_CG_LIKE_XML_DESCRIPTION="<p>CG Like - Content Plugin - version 2.0.0.</p><p>Don't forget to activate <b>Ajax CG Like plugin</b>, and this plugin, of course.</p>"
PLG_CONTENT_CG_LIKE_XML_DESCRIPTION="<p>CG Like - Content Plugin - version 2.0.2.</p><p>Don't forget to activate <b>Ajax CG Like plugin</b>, and this plugin, of course.</p>"
2 changes: 1 addition & 1 deletion language/fr-FR/plg_content_cglike.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PLG_CONTENT_CG_LIKE="Contenu - CG Like"
PLG_CONTENT_CG_LIKE_XML_DESCRIPTION="<p>CG Like - Content Plugin - version 2.0.0.</p><p>N'oubliez pas d'activer <b>Ajax -CG Like plugin</b> ainsi que ce plugin.</p>"
PLG_CONTENT_CG_LIKE_XML_DESCRIPTION="<p>CG Like - Content Plugin - version 2.0.2.</p><p>N'oubliez pas d'activer <b>Ajax -CG Like plugin</b> ainsi que ce plugin.</p>"
CG_ACTIVATE="Activez 'Ajax -CG Like plugin'."
PLG_CONTENT_CG_LIKE_PLG_POSITION="Position"
PLG_CONTENT_CG_LIKE_PLG_POSITION_DESC="Selectionner la position du plugin"
Expand Down
2 changes: 1 addition & 1 deletion language/fr-FR/plg_content_cglike.sys.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PLG_CONTENT_CG_LIKE="Contenu - CG Like"
PLG_CONTENT_CG_LIKE_XML_DESCRIPTION="<p>CG Like - Content Plugin - version 2.0.0.</p><p>N'oubliez pas d'activer le plugin <b>Ajax CG Like</b> ainsi que ce plugin</p>"
PLG_CONTENT_CG_LIKE_XML_DESCRIPTION="<p>CG Like - Content Plugin - version 2.0.2.</p><p>N'oubliez pas d'activer le plugin <b>Ajax CG Like</b> ainsi que ce plugin</p>"
11 changes: 11 additions & 0 deletions plg_cg_like_changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<changelogs>
<changelog>
<element>cg_like</element>
<type>plugin</type>
<version>2.0.2</version>
<note>
<item>19/06/2023</item>
</note>
<fix>
<item>Missing changelog closing tag in xml files</item>
</fix>
</changelog>
<changelog>
<element>cg_like</element>
<type>plugin</type>
Expand Down

0 comments on commit 5a4aa1a

Please sign in to comment.