Changeset 3413419
- Timestamp:
- 12/07/2025 09:26:51 AM (4 months ago)
- Location:
- accept-stripe-for-contact-form-7
- Files:
-
- 4 edited
- 15 copied
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
tags/1.7.1 (copied) (copied from accept-stripe-for-contact-form-7/trunk)
-
tags/1.7.1/assets/admin/css/admin.css (copied) (copied from accept-stripe-for-contact-form-7/trunk/assets/admin/css/admin.css)
-
tags/1.7.1/assets/admin/js/admin.js (copied) (copied from accept-stripe-for-contact-form-7/trunk/assets/admin/js/admin.js)
-
tags/1.7.1/cf7-stripe-addon.php (copied) (copied from accept-stripe-for-contact-form-7/trunk/cf7-stripe-addon.php) (3 diffs)
-
tags/1.7.1/changelog.txt (copied) (copied from accept-stripe-for-contact-form-7/trunk/changelog.txt)
-
tags/1.7.1/includes/admin/templates/index.php (copied) (copied from accept-stripe-for-contact-form-7/trunk/includes/admin/templates/index.php)
-
tags/1.7.1/includes/admin/templates/settings.php (copied) (copied from accept-stripe-for-contact-form-7/trunk/includes/admin/templates/settings.php)
-
tags/1.7.1/includes/api/rest-api-settings-controller.php (copied) (copied from accept-stripe-for-contact-form-7/trunk/includes/api/rest-api-settings-controller.php)
-
tags/1.7.1/includes/api/rest-api-stripe-checkout-controller.php (copied) (copied from accept-stripe-for-contact-form-7/trunk/includes/api/rest-api-stripe-checkout-controller.php)
-
tags/1.7.1/includes/api/rest-api-stripe-webhooks-controller.php (copied) (copied from accept-stripe-for-contact-form-7/trunk/includes/api/rest-api-stripe-webhooks-controller.php)
-
tags/1.7.1/includes/functions.php (copied) (copied from accept-stripe-for-contact-form-7/trunk/includes/functions.php)
-
tags/1.7.1/includes/shared/placeholder.php (copied) (copied from accept-stripe-for-contact-form-7/trunk/includes/shared/placeholder.php)
-
tags/1.7.1/includes/submission/base-submission.php (copied) (copied from accept-stripe-for-contact-form-7/trunk/includes/submission/base-submission.php)
-
tags/1.7.1/includes/submission/form-redirection-submission.php (copied) (copied from accept-stripe-for-contact-form-7/trunk/includes/submission/form-redirection-submission.php)
-
tags/1.7.1/readme.txt (copied) (copied from accept-stripe-for-contact-form-7/trunk/readme.txt) (2 diffs)
-
trunk/cf7-stripe-addon.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
accept-stripe-for-contact-form-7/tags/1.7.1/cf7-stripe-addon.php
r3392369 r3413419 4 4 * Plugin Name: Payment Plugins for Contact Form 7 - by Pay Addons 5 5 * Description: The easiest way to add STRIPE payment functionality to build your one-time and recurring payment form together with contact form 7 without creating an entire online store. 6 * Version: 1.7. 06 * Version: 1.7.1 7 7 * Author: Payment Addons, support@payaddons.com 8 8 * Author URI: https://payaddons.com … … 11 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 12 12 * Requires Plugins: contact-form-7 13 * contact-form-7 tested up to: 6.1. 313 * contact-form-7 tested up to: 6.1.4 14 14 * 15 15 */ … … 24 24 */ 25 25 define('CF7PA_PLUGIN_NAME', 'Stripe Payment for Contact from 7'); 26 define('CF7PA_PLUGIN_VERSION', '1.7. 0');26 define('CF7PA_PLUGIN_VERSION', '1.7.1'); 27 27 define('CF7PA_PLUGIN_SLUG', 'cf7-pay-addons'); 28 28 define('CF7PA_PLUGIN_URL', 'https://payaddons.com/'); -
accept-stripe-for-contact-form-7/tags/1.7.1/readme.txt
r3392369 r3413419 3 3 Tags: contact form 7, stripe, payment, credit card, subscription 4 4 Requires at least: 4.9 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 1.7. 07 Stable tag: 1.7.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 79 79 * Automated recurring charges 80 80 * Subscription management 81 * Customer portal integration82 81 83 82 [View Documentation](https://cf7-docs.payaddons.com/basics/contact-form-7-checkout-redirect#subscription-payment-settings-pro) -
accept-stripe-for-contact-form-7/trunk/cf7-stripe-addon.php
r3392369 r3413419 4 4 * Plugin Name: Payment Plugins for Contact Form 7 - by Pay Addons 5 5 * Description: The easiest way to add STRIPE payment functionality to build your one-time and recurring payment form together with contact form 7 without creating an entire online store. 6 * Version: 1.7. 06 * Version: 1.7.1 7 7 * Author: Payment Addons, support@payaddons.com 8 8 * Author URI: https://payaddons.com … … 11 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 12 12 * Requires Plugins: contact-form-7 13 * contact-form-7 tested up to: 6.1. 313 * contact-form-7 tested up to: 6.1.4 14 14 * 15 15 */ … … 24 24 */ 25 25 define('CF7PA_PLUGIN_NAME', 'Stripe Payment for Contact from 7'); 26 define('CF7PA_PLUGIN_VERSION', '1.7. 0');26 define('CF7PA_PLUGIN_VERSION', '1.7.1'); 27 27 define('CF7PA_PLUGIN_SLUG', 'cf7-pay-addons'); 28 28 define('CF7PA_PLUGIN_URL', 'https://payaddons.com/'); -
accept-stripe-for-contact-form-7/trunk/readme.txt
r3392369 r3413419 3 3 Tags: contact form 7, stripe, payment, credit card, subscription 4 4 Requires at least: 4.9 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 1.7. 07 Stable tag: 1.7.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 79 79 * Automated recurring charges 80 80 * Subscription management 81 * Customer portal integration82 81 83 82 [View Documentation](https://cf7-docs.payaddons.com/basics/contact-form-7-checkout-redirect#subscription-payment-settings-pro)
Note: See TracChangeset
for help on using the changeset viewer.