Plugin Directory

Changeset 1927355


Ignore:
Timestamp:
08/20/2018 12:53:13 PM (8 years ago)
Author:
tavestudio
Message:

updated plugin

Location:
tave-cf7-integration/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tave-cf7-integration/trunk/README.txt

    r1887778 r1927355  
    33Tags: comments, contact form 7, tave studio manager, táve, tave
    44Requires at least: 4.1
    5 Tested up to: 4.9.6
    6 Stable tag: 1.1.2
     5Tested up to: 4.9.8
     6Stable tag: 1.1.3
    77License: GPLv2 or later
    8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     8License URI: https://www.gnu.org/licenses/gpl-2.0.html
    99
    1010Integrate Contact Form 7 with Táve Studio Manager
     
    1616to Táve and creating a new lead.
    1717
    18 For complete help details see the [Support Site](http://help.tave.com/getting-started/contact-forms/using-contact-form-7)
     18For complete help details see the [Support Site](https://help.tave.com/getting-started/contact-forms/using-contact-form-7)
    1919
    2020== Installation ==
    2121
    22 Install [Contact Form 7](http://wordpress.org/extend/plugins/contact-form-7/)
     22Install [Contact Form 7](https://wordpress.org/extend/plugins/contact-form-7/)
    2323v3.9+ and set up a form.
    2424
     
    2626Táve Studio Manager `Alias` info to the settings page. Check your Contact Form 7
    2727forms to ensure they use fields with these names below. All field names should
    28 be available in [Settings > Integrations > New Lead API](https://tave.com/app/settings/new-lead-api)
     28be available in [Settings › Integrations › New Lead API](https://tave.com/app/settings/new-lead-api)
    2929section of Táve and are case sensitive.  Any field passed in that is not
    3030recognized will be created as a custom field.
     
    4242  * Message
    4343
    44 See the [Support Site](http://help.tave.com/getting-started/contact-forms/using-contact-form-7) for a more detailed explanation.
     44See the [Support Site](https://help.tave.com/getting-started/contact-forms/using-contact-form-7) for a more detailed explanation.
    4545
    4646== Frequently Asked Questions ==
     
    5151== Changelog ==
    5252
     53= 1.1.3 =
     54* Updating description and support site links.
     55
    5356= 1.1.2 =
    54 * Fixing checkbox field mapping bug
     57* Fixing checkbox field mapping bug.
    5558
    5659= 1.1.1 =
  • tave-cf7-integration/trunk/tave_cf7.php

    r1887778 r1927355  
    33 * Táve Integration using Contact Form 7
    44 *
    5  * @link http://help.tave.com/getting-started/contact-forms/using-contact-form-7
     5 * @link https://help.tave.com/getting-started/contact-forms/using-contact-form-7
    66 * @author Jason Pirkey <jason@tave.com>
    77 * @copyright Táve 2017
    8  * @version 1.1.1
     8 * @version 1.1.3
    99 * @since 1.0.0
    1010 * @package Tave_CF7
     
    1414 * Plugin URI:        https://github.com/tave/wordpress-cf7-plugin
    1515 * Description:       Integrate Contact Form 7 with Táve Studio Manager
    16  * Version:           1.1.1
     16 * Version:           1.1.3
    1717 * Author:            Táve
    1818 * Author URI:        https://tave.com
    1919 * License:           GPL-2.0+
    20  * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     20 * License URI:       https://www.gnu.org/licenses/gpl-2.0.txt
    2121 * Text Domain:       tave_cf7
    2222 */
     
    114114
    115115    $this->prefix = strtolower(__CLASS__);
    116     $this->version = '1.1.1';
     116    $this->version = '1.1.3';
    117117    $this->name = $this->prefix . '_' . str_replace('.', '_', $this->version);
    118118    $this->plugin_file = plugin_basename(__FILE__);
Note: See TracChangeset for help on using the changeset viewer.