Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Releases: satyrius/cmsplugin-feedback

v0.3.1

06 Mar 15:18
Compare
Choose a tag to compare
  • Form submition sends form_submited signal
  • Managers will be notified with email on form_submited
  • Add feedback_form_tag block to templates/cms/plugins/feedback.html for better customization
  • Drop CMS_FEEDBACK_FORM_CSS_CLASS and CMS_FEEDBACK_FORM_FIELD_ID
  • Freeze test requirements and djando-mptt version to fix CI
  • Translations update

v0.3.0

08 Dec 07:21
Compare
Choose a tag to compare

Django 1.7 support

v0.2.1

27 Nov 15:33
Compare
Choose a tag to compare

v0.2.0

13 Nov 20:01
Compare
Choose a tag to compare
  • title was 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.
  • submit and ok_message was 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.

v0.1.0

13 Nov 16:05
Compare
Choose a tag to compare

First stable version