- Added setting to toggle if name is required for newsletter signup (default is
False = only email required)
- Added setting to toggle verification process (default is False = not required)
- Extended forms and views to allow optional verification
- Simplified NewsletterSignupView
- Added NewsletterSignupSuccessView
- Updated NewsletterSignup model
- added first_name, last_name, source and referer field
- added descriptors for compatibility with projects using creation_date
instead of signup_date
- Made the app ready for Django 1.8-1.9 and Python2.7-3.5
- Entirely recreated migrations for Django>1.8