improve description of WYSIWYG special chars tasks

This commit is contained in:
Daniel Seifert 2021-07-29 17:34:35 +02:00
parent cc9ebb8eb4
commit 6a889e5079
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
4 changed files with 11 additions and 3 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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

View File

@ -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/',