Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Campaign Kit 2.0.0-beta2, 2021-07-28
------------------------------------
Changes since 2.0.0-beta1:
- added cypress integration to test that basic functionality
is working of Child, Parent, and Standalone campaigns
- removed the word 'goal'
- updated dependencies on composer.json
- updated labels through the CK workflow
- moved the Stripe payment process to the Payment Stripe module
- added 'Payment method select' field in Config form.
- added field to ask if the users want to donate for the site.
You must add "enable-patching": true to your composer.json file so that we can patch the Payment module.
Additional instructions are in the documentation at https://performantlabs.gitbook.io/campaign-kit.
Campaign Kit 1.0.0-alpha6, 2019-04-11
-------------------------------------
Changes since 1.0.0-alpha4:
- converted all list builders to views
- added Campaign Kit status check "pathauto is enabled"
- added Campaign Kit status check "payment module is enabled and at least one payment plugin is enabled"
- added Campaign Kit status check "Stripe keys are entered"
- hook_cron moved into an event with hook_event_dispatcher
- moved donation form logic to a service
- changed drupal/campaign_kit patch to drupal/payment