diff --git a/Application/views/admin/de/d3DataWizard_lang.php b/Application/views/admin/de/d3DataWizard_lang.php index eb1a041..9d7bba3 100644 --- a/Application/views/admin/de/d3DataWizard_lang.php +++ b/Application/views/admin/de/d3DataWizard_lang.php @@ -28,7 +28,7 @@ $aLang = array( 'D3_DATAWIZARDTASKS_EXPORTS_INACTIVECATEGORIES_COUNT' => 'Anzahl', 'D3_DATAWIZARDTASKS_EXPORTS_DESTROYEDWYSIWYGSPECIALCHARS' => 'Texte mit zerstörten Sonderzeichen', - 'D3_DATAWIZARDTASKS_EXPORTS_DESTROYEDWYSIWYGSPECIALCHARS_DESC' => 'passiert tlw. beim Speichern im WYSIWYG-Editor und führt zu Shop-Fehlern', + 'D3_DATAWIZARDTASKS_EXPORTS_DESTROYEDWYSIWYGSPECIALCHARS_DESC' => 'Dies wird typischerweise beim Speichern von Texten im WYSIWYG-Editor hervorgerufen und kann zu undefinierten Fehlern im Shopablauf führen.', 'D3_DATAWIZARDTASKS_EXPORTS_DESTROYEDWYSIWYGSPECIALCHARS_LOADID'=> 'Lade-ID', 'D3_DATAWIZARDTASKS_EXPORTS_DESTROYEDWYSIWYGSPECIALCHARS_TITLE' => 'Titel', diff --git a/Application/views/admin/en/d3DataWizard_lang.php b/Application/views/admin/en/d3DataWizard_lang.php index 1005b4a..53e9abc 100644 --- a/Application/views/admin/en/d3DataWizard_lang.php +++ b/Application/views/admin/en/d3DataWizard_lang.php @@ -28,7 +28,7 @@ $aLang = array( 'D3_DATAWIZARDTASKS_EXPORTS_INACTIVECATEGORIES_COUNT' => 'count', 'D3_DATAWIZARDTASKS_EXPORTS_DESTROYEDWYSIWYGSPECIALCHARS' => 'texts with destroyed special characters', - 'D3_DATAWIZARDTASKS_EXPORTS_DESTROYEDWYSIWYGSPECIALCHARS_DESC' => 'sometimes happens when saving in the WYSIWYG editor and leads to shop errors.', + 'D3_DATAWIZARDTASKS_EXPORTS_DESTROYEDWYSIWYGSPECIALCHARS_DESC' => 'This is typically caused when saving texts in the WYSIWYG editor and can lead to undefined errors in the shop flow.', 'D3_DATAWIZARDTASKS_EXPORTS_DESTROYEDWYSIWYGSPECIALCHARS_LOADID'=> 'load ID', 'D3_DATAWIZARDTASKS_EXPORTS_DESTROYEDWYSIWYGSPECIALCHARS_TITLE' => 'title', diff --git a/CHANGELOG.md b/CHANGELOG.md index 74dd9e0..ade97b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Changelog +## 1.0.2.0 (2021-07-29) + +- improve description of WYSIWYG special chars tasks + +--- + ## 1.0.1.0 (2021-07-28) - add tasks to find and fix specal character issues caused by WYSIWYG editor +--- + ## 1.0.0.0 (2021-07-27) - extract tasks (exports and action) from DataWizard Core \ No newline at end of file diff --git a/metadata.php b/metadata.php index e334dad..a5d8dc2 100644 --- a/metadata.php +++ b/metadata.php @@ -39,7 +39,7 @@ $aModule = [ 'en' => '', ], 'thumbnail' => '', - 'version' => '1.0.1.0', + 'version' => '1.0.2.0', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',