campaign_kit 2.0.0-beta2

Bug fixes
New features
Unsupported

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.

campaign_kit 2.0.0-beta1

Bug fixes
New features
Unsupported

You *must* add "enable-patching":true to your composer.json file so that Campaign Kit can patch the Payment module.
Additional instructions are in the documentation at https://performantlabs.gitbook.io/campaign-kit/administrator-documentati....

campaign_kit 8.x-1.0-beta1

Bug fixes
New features
Unsupported

You *must* add "enable-patching":true to your composer.json file so that Campaign Kit can patch the Payment module.
Additional instructions are in the documentation at https://performantlabs.gitbook.io/campaign-kit/administrator-documentati....

campaign_kit 8.x-1.0-alpha7

Bug fixes
New features
Unsupported

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 8.x-1.0-alpha6

Bug fixes
New features
Unsupported

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

campaign_kit 8.x-1.0-alpha3

Bug fixes
New features
Unsupported

== Installation and Setup ==

Install the key modules with Composer:

composer require "drupal/payment_stripe": "~1.0-alpha2"
composer require "drupal/campaign_kit": "~1.0-alpha3"

or add it in require section in your composer.json and run composer update.

== Enable Modules ==

  • Enable Campaign Kit Core, Campaign Kit, Campaign Kit Demonstration and Payment Stripe.

== To test payments ==

  • Create a test account with Stripe.
  • Provide configuration information (account ID, keys) to /admin/config/payment_stripe. Payment Stripe shows this in the account settings.

== Explore ==

  • Go to /admin/campaign_kit to see the Campaign Kid Administration Page.
  • Do not use the Donation pages yet, they will not work until the Payment Module is fully integrated.

campaign_kit 8.x-1.0-alpha2

Bug fixes
New features
Unsupported

== Installation and Setup ==

Install the key modules with Composer:

composer require "drupal/stripe": "~1.0-beta1"
composer require "drupal/campaign_kit": "~1.0-alpha2"

or add it in require section in your composer.json and run composer update.

Also, add these lines stripe.libraries.yml inside the Stripe module to make payments as an anonymous user:
- core/jquery.once
- core/drupal

== Enable Modules ==

  • Enable Campaign Kit, Campaign Kit Demonstration and Stripe.

== To test payments ==

  • Create a test account with Stripe.
  • Provide configuration information (account ID, keys) to /admin/config/stripe. Stripe shows this in the account settings.

== Explore ==

  • Go to campaign_kit/admin_page to see the Campaign Kid Administration Page.
  • Ignore the section for PayPal; that will be removed.
  • Do not use the Donation pages yet, they will not work until the Payment Module is fully integrated.
Subscribe with RSS Subscribe to Releases for Campaign Kit