This repository was archived by the owner on Mar 7, 2023. It is now read-only.
Releases: satyrius/cmsplugin-feedback
Releases · satyrius/cmsplugin-feedback
v0.3.1
- Form submition sends
form_submitedsignal - Managers will be notified with email on
form_submited - Add
feedback_form_tagblock totemplates/cms/plugins/feedback.htmlfor better customization - Drop
CMS_FEEDBACK_FORM_CSS_CLASSandCMS_FEEDBACK_FORM_FIELD_ID - Freeze test requirements and djando-mptt version to fix CI
- Translations update
v0.3.0
v0.2.1
- Transifex integration https://www.transifex.com/projects/p/cmsplugin-feedback/resource/main/
- Translated for Russian, Arabic and Belarussian
v0.2.0
titlewas removed from plugin model, because this looks not as a part of a form, it more like content before a form. If you want to place a title, it is better to insert a text plugin right before feedback form and put a text you want with it.submitandok_messagewas removed from plugin model, because it more about template, not about a model. And it is easier to localise a text in a template, but not a model field. Less configuration makes plugin simpler, but you still can translate a text or override template blocks.- A minor JavaScript improvements.