=== Causes - Donation Plugin === Contributors: AlgoThemes. Tags: donations, donate, donation plugin, fundraising, fundraising plugin, non-profit, non-profits, charity,crowdfunding, crowd funding, churches, commerce,paypal donations, stripe donation,stripe payment gateway, giving, wordpress fundraising, wordpress donations, wordpress donation plugin Requires at least: 4.1 Tested up to: 4.7.3 Stable Tag : 1.0.01 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Causes is a simple, extendable fundraising plugin for your website donations. = Easy to use = Install, activate and create your cause fundraising campaign in less than 5 minutes. Less time setting up campaigns means more time for you to raise awareness for your campaign. = Payment gateway support = PayPal Express Chckout Stripe Credit Card Payment = Skip the transaction fees = Other fundraising software charges you for every donation you receive but we are not. = Unlimited fundraising campaigns = You can set up as many campaigns as you'd like with causes. Need to set a fundraising goal? No problem. = Works with any theme = Causes has been designed to work with any well-coded theme, including the default WordPress themes. = Extensions = == Installation == 1. Upload `causes` to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Go to Causes > Add Cause to create your first campaign! == Frequently Asked Questions == = How do I add a grid of campaigns to my page? = Easy. Just add `[causes]` into your page content. = How to I add donate button in header? = Just add this function in your header navigation action 'algo_causes_donate_button_header'. example : add_action( 'main_menu_after', 'algo_causes_donate_button_header',11); == Changelog == == 1.0.01 == * Update single page layout. * Added Missing file in to the repo. * Added Stripe payment gateway. * Settings update bug fixed. * update checkout settings = 1.0.0 = * Initial release