diff --git a/formio_report_qweb/CHANGELOG.md b/formio_report_qweb/CHANGELOG.md index 3cdfe3bc..e05aa2a4 100644 --- a/formio_report_qweb/CHANGELOG.md +++ b/formio_report_qweb/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.4 + +- New component: `survey` + ## 4.3 - (Fix) add group access to Print reports wizard. diff --git a/formio_report_qweb/__manifest__.py b/formio_report_qweb/__manifest__.py index dc286cfb..efb432d6 100644 --- a/formio_report_qweb/__manifest__.py +++ b/formio_report_qweb/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Forms | QWeb Reports', 'summary': 'Generate (PDF) reports for every Form', - 'version': '4.3', + 'version': '4.4', 'author': 'Nova Code', 'website': 'https://www.novacode.nl', 'live_test_url': 'https://demo13.novacode.nl', diff --git a/formio_report_qweb/report/report_formio_form_components.xml b/formio_report_qweb/report/report_formio_form_components.xml index 96e2dbc5..992e4e5e 100644 --- a/formio_report_qweb/report/report_formio_form_components.xml +++ b/formio_report_qweb/report/report_formio_form_components.xml @@ -42,6 +42,9 @@ See LICENSE file for full copyright and licensing details. + + + @@ -212,6 +215,38 @@ See LICENSE file for full copyright and licensing details. + +