Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit f158a982 authored by Davis Ragels's avatar Davis Ragels
Browse files

Release v1.0.1

parent a4b689f7
No related branches found
No related tags found
No related merge requests found
WEB-T Joomla extension
version: 1.0.0
version: 1.0.1
========================================================================================
Copyright (C) 2023 European Union
......
CREATE TABLE IF NOT EXISTS `#__webttranslator_details` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`key` varchar(255) NOT NULL DEFAULT '',
`value` mediumtext NOT NULL DEFAULT '',
`value` mediumtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;
......
......@@ -7,7 +7,7 @@
<authorUrl>https://tilde.com</authorUrl>
<copyright>European Commission</copyright>
<license>GPL v2 or later</license>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Component that allows you to manage WEB-T configuration and pre-translate articles.</description>
<namespace path="src/">Component\Webt</namespace>
......
......@@ -8,7 +8,7 @@
<authorUrl>https://tilde.com</authorUrl>
<copyright>European Commission</copyright>
<license>GPL v2 or later</license>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Library with WEB-T functions.</description>
<files>
......
......@@ -7,7 +7,7 @@
<authorUrl>https://tilde.com</authorUrl>
<copyright>European Commission</copyright>
<license>GPL v2 or later</license>
<version>1.0.0</version>
<version>1.0.1</version>
<description>This plugin automatically translates source language articles to other content languages installed in Joomla after the article is saved.</description>
<files>
<filename plugin="webt">webt.php</filename>
......
......@@ -7,7 +7,7 @@
<authorUrl>https://tilde.com</authorUrl>
<copyright>European Commission</copyright>
<license>GPL v2 or later</license>
<version>1.0.0</version>
<version>1.0.1</version>
<description>This plugin creates an endpoint for etranslation receiving.</description>
<files>
<filename plugin="webt_etranslation">webt_etranslation.php</filename>
......
......@@ -3,7 +3,7 @@
<name>WEB-T</name>
<packagename>webt</packagename>
<creationDate>September 2023</creationDate>
<version>1.0.0</version>
<version>1.0.1</version>
<license>GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html</license>
<url>https://website-translation.language-tools.ec.europa.eu/index_en</url>
<author>Tilde</author>
......
......@@ -2,10 +2,10 @@
<updates>
<update>
<name>WEB-T</name>
<description>WEB-T first public version</description>
<description>WEB-T package update</description>
<element>pkg_webt</element>
<type>package</type>
<version>1.0.0</version>
<version>1.0.1</version>
<downloads>
<downloadurl type="full" format="zip">https://website-translation.language-tools.ec.europa.eu/document/download/6fdcf055-e067-477f-9a29-aa4e8d77d6b0_en?filename=web-t_joomla.zip</downloadurl>
</downloads>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment