Skip to content

v1.0.5

Latest
Compare
Choose a tag to compare
@mecachisenros mecachisenros released this 08 Nov 16:21
· 4 commits to master since this release
52c3066

Changelog

  • Refactored CiviDiscount integration to also support Membership discounts, and Contribution Page based (contribution) discount using this branch (pending, submit PR upstream)
  • CiviDiscounts are now tracked
  • Discount field - added feedback messages when applying a discount code
  • Fix - nasty bug/error where exisiting contact_sub_type would be duplicated
  • Fix - prevention of multiple option fields overriding selected options based on index
  • Fix - contact custom file field throwing duplicate file error (because it was attempting to create it twice :/)
  • Added support for Advanced File Upload 2.0
  • Added Registered By ID participant field
  • Added Country and State/Province as conditional options
  • Added 'cfc_contact_processor_pre_render_form' filter
  • Added 'cfc_participant_before_create_params' filter
  • Minor fixes