Plugin Directory

Changeset 3413419


Ignore:
Timestamp:
12/07/2025 09:26:51 AM (4 months ago)
Author:
payaddons
Message:

v1.7.1

Location:
accept-stripe-for-contact-form-7
Files:
4 edited
15 copied

Legend:

Unmodified
Added
Removed
  • accept-stripe-for-contact-form-7/tags/1.7.1/cf7-stripe-addon.php

    r3392369 r3413419  
    44 * Plugin Name: Payment Plugins for Contact Form 7 - by Pay Addons
    55 * 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.0
     6 * Version:     1.7.1
    77 * Author:      Payment Addons, support@payaddons.com
    88 * Author URI:  https://payaddons.com
     
    1111 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1212 * Requires Plugins: contact-form-7
    13  * contact-form-7 tested up to: 6.1.3
     13 * contact-form-7 tested up to: 6.1.4
    1414 *
    1515  */
     
    2424 */
    2525define('CF7PA_PLUGIN_NAME', 'Stripe Payment for Contact from 7');
    26 define('CF7PA_PLUGIN_VERSION', '1.7.0');
     26define('CF7PA_PLUGIN_VERSION', '1.7.1');
    2727define('CF7PA_PLUGIN_SLUG', 'cf7-pay-addons');
    2828define('CF7PA_PLUGIN_URL', 'https://payaddons.com/');
  • accept-stripe-for-contact-form-7/tags/1.7.1/readme.txt

    r3392369 r3413419  
    33Tags: contact form 7, stripe, payment, credit card, subscription
    44Requires at least: 4.9
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 1.7.0
     7Stable tag: 1.7.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7979* Automated recurring charges
    8080* Subscription management
    81 * Customer portal integration
    8281
    8382[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  
    44 * Plugin Name: Payment Plugins for Contact Form 7 - by Pay Addons
    55 * 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.0
     6 * Version:     1.7.1
    77 * Author:      Payment Addons, support@payaddons.com
    88 * Author URI:  https://payaddons.com
     
    1111 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1212 * Requires Plugins: contact-form-7
    13  * contact-form-7 tested up to: 6.1.3
     13 * contact-form-7 tested up to: 6.1.4
    1414 *
    1515  */
     
    2424 */
    2525define('CF7PA_PLUGIN_NAME', 'Stripe Payment for Contact from 7');
    26 define('CF7PA_PLUGIN_VERSION', '1.7.0');
     26define('CF7PA_PLUGIN_VERSION', '1.7.1');
    2727define('CF7PA_PLUGIN_SLUG', 'cf7-pay-addons');
    2828define('CF7PA_PLUGIN_URL', 'https://payaddons.com/');
  • accept-stripe-for-contact-form-7/trunk/readme.txt

    r3392369 r3413419  
    33Tags: contact form 7, stripe, payment, credit card, subscription
    44Requires at least: 4.9
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 1.7.0
     7Stable tag: 1.7.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7979* Automated recurring charges
    8080* Subscription management
    81 * Customer portal integration
    8281
    8382[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.