Plugin Directory

Changeset 3063209

Timestamp:
04/03/2024 05:26:42 AM (4 months ago)
Author:
itpathsolutions
Message:

1.2.1

  • Improvement – Compatible with latest WordPress version 6.3
  • Fix - Timeout issue for some users
Location:
contact-form-to-any-api
Files:
43 added
3 edited

Legend:

Unmodified
Added
Removed
  • contact-form-to-any-api/trunk/README.txt

    r3045395 r3063209  
    33Tags: rest api, api, contact form, crm, lead
    44Requires at least: 6.0
    5 Tested up to: 6.4
     5Tested up to: 6.
    66Requires PHP: 7.4
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5151<p> NOTE  : Basic & Bearer Authentication can be set from Header Request Parameter input. </p>
    5252
    53 <strong>Do you want Custom Development for any API/CRM from our Development Team ? Please connect with us <a href="mailto:support@contactformtoapi.com">support@contactformtoapi.com</a></strong>
     53<strong> <a href="mailto:support@contactformtoapi.com">support@contactformtoapi.com</a></strong>
    5454
    5555
     
    7575
    7676* Sage CRM
    77 * Mail chimp
     77* Mail himp
    7878* Zapier
    7979* Odoo CRM/ERP System
     
    9595* Hubspot
    9696* Sembark API
     97
     98
     99
     100
    97101* And many more
    98102
     
    139143Any platform. That’s the magic of our plugin. Using this plugin, you can connect your contact form 7 to any third party platform like Mailbluster, Mailchimp, Zapier, Pilotsolution, Virtuagym, Salesforce, Odoo, Sage CRM and many more. You can also connect to your custom CRMs or ERPs using APIs.
    140144
     145
     146
     147
    141148= Is there any limitation on how many platforms I can connect? =
    142149No limitation. You can connect any number of platforms and there is no limit on the number of API calls. The plugin is completely free.
     
    167174
    168175== Changelog ==
     176
     177
     178
     179
    169180
    170181= 1.2.0 =
  • contact-form-to-any-api/trunk/admin/class-cf7-to-any-api-admin.php

    r3045395 r3063209  
    562562        if($method == 'GET' && ($input_type == 'params' || $input_type == 'json')){
    563563            $args = array(
    564                 'timeout'     => 5,
     564                'timeout'     => ,
    565565                'redirection' => 5,
    566566                'httpversion' => '1.0',
     
    599599        else{
    600600            $args = array(
    601                 'timeout'     => 5,
     601                'timeout'     => ,
    602602                'redirection' => 5,
    603603                'httpversion' => '1.0',
  • contact-form-to-any-api/trunk/cf7-to-any-api.php

    r3045395 r3063209  
    1717 * Plugin URI:        https://wordpress.org/plugins/contact-form-to-any-api/
    1818 * Description:       Send CF7 Lead/Data to CRM or Any REST API.
    19  * Version:           1.2.0
     19 * Version:           1.2.
    2020 * Author:            IT Path Solutions
    2121 * Author URI:        https://www.itpathsolutions.com/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'CF7_TO_ANY_API_VERSION', '1.2.0' );
     38define( 'CF7_TO_ANY_API_VERSION', '1.2.' );
    3939
    4040define( 'CF7_CURL_DOMAIN', 'https://www.contactformtoapi.com' );
Note: See TracChangeset for help on using the changeset viewer.