diff --git a/CHANGELOG.md b/CHANGELOG.md index acd266e8a..ebca8f70d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Changelog ========= +Version 4.1.2-beta1 - 23.09.2023 +-------------------------- + +### Korrekturen + +* Feld: be_manager_relation um table type 'int(10) unsigned' ergänzt +* Feld: choice um table type 'int(10) unsigned' ergänzt +* Fehler beim E-Mail-Template löschen korrigiert +* Unique ID der shadow Formulare für inline Darstellungen verbessert. +* Textkorrekturen +* Manager: Javascriptumbau um besser mit strickten CSP Headern umgehen zu können +* Feld: index wird nun getrimt +* Widget Debug JS Alert() entfernt +* Workflows in github ergänzt + +Dank geht an Norber Michel, Markus Staab, Alexander Walther, Thomas Blum und Daniel Weingart + Version 4.1.1 - 03.04.2023 -------------------------- diff --git a/package.yml b/package.yml index a992f6f93..e03224f56 100644 --- a/package.yml +++ b/package.yml @@ -1,7 +1,7 @@ package: yform -version: '4.1.1' +version: '4.1.2-beta1' author: 'Jan Kristinus, Gregor Harlan' -supportpage: 'https://github.com/yakamara/redaxo_yform/issues' +supportpage: 'https://github.com/yakamara/yform/issues' compile: 0 page: diff --git a/plugins/email/package.yml b/plugins/email/package.yml index b415721dd..54ad94fac 100644 --- a/plugins/email/package.yml +++ b/plugins/email/package.yml @@ -1,7 +1,7 @@ package: yform/email -version: '4.1.1' +version: '4.1.2-beta1' author: 'Jan Kristinus' -supportpage: 'https://github.com/yakamara/redaxo_yform/issues' +supportpage: 'https://github.com/yakamara/yform/issues' page: title: 'translate:yform_email_templates' diff --git a/plugins/manager/package.yml b/plugins/manager/package.yml index 8e9974879..1f9e90ef7 100644 --- a/plugins/manager/package.yml +++ b/plugins/manager/package.yml @@ -1,7 +1,7 @@ package: yform/manager -version: '4.1.1' +version: '4.1.2-beta1' author: 'Jan Kristinus, Gregor Harlan' -supportpage: 'https://github.com/yakamara/redaxo_yform/issues' +supportpage: 'https://github.com/yakamara/yform/issues' compile: 0 page: diff --git a/plugins/rest/package.yml b/plugins/rest/package.yml index bd1c2f9a5..1801a1727 100644 --- a/plugins/rest/package.yml +++ b/plugins/rest/package.yml @@ -1,7 +1,7 @@ package: yform/rest -version: '4.1.1' +version: '4.1.2-beta1' author: 'Jan Kristinus' -supportpage: 'https://github.com/yakamara/redaxo_yform/issues' +supportpage: 'https://github.com/yakamara/yform/issues' page: title: 'translate:yform_rest' diff --git a/plugins/tools/package.yml b/plugins/tools/package.yml index 0bb9a756a..a0edf6e16 100644 --- a/plugins/tools/package.yml +++ b/plugins/tools/package.yml @@ -1,4 +1,4 @@ package: yform/tools -version: '4.1.1' +version: '4.1.2-beta1' author: 'Jan Kristinus' -supportpage: 'https://github.com/yakamara/redaxo_yform/issues' +supportpage: 'https://github.com/yakamara/yform/issues'