Skip to content

Commit

Permalink
releasing 2.0.3 with fixing #2 translation broken
Browse files Browse the repository at this point in the history
  • Loading branch information
muhme committed Dec 20, 2023
1 parent bc2e61d commit c314faa
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions dist/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<changelogs>
<changelog>
<element>mod_zitat_service_de</element>
<type>module</type>
<version>2.0.3</version>
<fix>
<item><![CDATA[Fixed issue <a href="https://github.com/muhme/quote_joomla/issues/2">#2</a> – backend translation of the modules is broken.]]></item>
</fix>
</changelog>
<changelog>
<element>mod_zitat_service_de</element>
<type>module</type>
Expand Down
Binary file added dist/mod_zitat_service_de_2.0.3.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions dist/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<description>Automatic update Joomla module zitat-service.de</description>
<element>mod_zitat_service_de</element>
<type>module</type>
<version>2.0.2</version>
<version>2.0.3</version>
<changelogurl>https://raw.githubusercontent.com/muhme/quote_joomla/main/dist/changelog.xml</changelogurl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/muhme/quote_joomla/releases/download/2.0.2/mod_zitat_service_de_2.0.2.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/muhme/quote_joomla/releases/download/2.0.3/mod_zitat_service_de_2.0.3.zip</downloadurl>
</downloads>
<sha512>2e42c57b0fa393da18fc3d727c76a1faeb589509fc1e7893357ba5c2ff0fd231dba5662ec44baa0765c4a48c63f3e70b5cd834ae422b35fe8f839ae3cd970d12</sha512>
<sha512>c6b9cb3cc926267ec6917b49764ba3cf9899a628551a0cd43e747d277bb346ae749fe3b4366262e84b5f1cb829d629dc3ab6f853cad96a3ccdc7a75a3b3f1a9d</sha512>
<maintainer>Heiko Lübbe</maintainer>
<maintainerurl>https://github.com/muhme/quote_joomla</maintainerurl>
<targetplatform name="joomla" version="[345].*"/><!-- at least 3.10, 4.4 and 5.0 are tested -->
<targetplatform name="joomla" version="[345].*"/><!-- at least 3.10.12, 4.4.1 and 5.0.1 are tested -->
<php_minimum>8.0</php_minimum>
<client>site</client>
</update>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quote_joomla",
"version": "2.0.2",
"version": "2.0.3",
"description": "Joomla module for zitat-service.de",
"author": "Heiko Lübbe",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// no direct access
defined('_JEXEC') or die('Restricted access');

define('ZITAT_SERVICE_MODULE_VERSION', '2.0.2');
define('ZITAT_SERVICE_MODULE_VERSION', '2.0.3');
// define('ZITAT_SERVICE_API_URL', 'http://host.docker.internal:3000/v1');
define('ZITAT_SERVICE_API_URL', 'https://api.zitat-service.de/v1');
// list of valid languages as from https://api.zitat-service.de/v1/languages
Expand Down
6 changes: 3 additions & 3 deletions src/mod_zitat_service_de.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- mod_zitat_service.de -->
<!-- Apr-5-2013 - Nov-22-2023 -->
<!-- Apr-5-2013 - Dec-20-2023 -->
<!-- MIT License, Copyright (c) 2008 - 2023 Heiko Lübbe -->
<!-- https://github.com/muhme/quote_joomla -->
<extension type="module" client="site" method="upgrade">
<name>zitat-service.de</name>
<author>Heiko Lübbe</author>
<creationDate>22.11.2023</creationDate>
<creationDate>20.12.2023</creationDate>
<copyright>(c) 2008 - 2023 Heiko Lübbe. All rights reserved.</copyright>
<license>MIT https://opensource.org/license/mit</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://github.com/muhme/quote_joomla</authorUrl>
<version>2.0.2</version> <!-- corresponds to ZitatService\MODULE_VERSION -->
<version>2.0.3</version> <!-- corresponds to ZitatService\MODULE_VERSION -->
<description>MOD_ZITAT_SERVICE_DE_XML_DESCRIPTION</description>
<files>
<filename module="mod_zitat_service_de">mod_zitat_service_de.php</filename>
Expand Down

0 comments on commit c314faa

Please sign in to comment.