Changeset 1927355
- Timestamp:
- 08/20/2018 12:53:13 PM (8 years ago)
- Location:
- tave-cf7-integration/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (5 diffs)
-
tave_cf7.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tave-cf7-integration/trunk/README.txt
r1887778 r1927355 3 3 Tags: comments, contact form 7, tave studio manager, táve, tave 4 4 Requires at least: 4.1 5 Tested up to: 4.9. 66 Stable tag: 1.1. 25 Tested up to: 4.9.8 6 Stable tag: 1.1.3 7 7 License: GPLv2 or later 8 License URI: http ://www.gnu.org/licenses/gpl-2.0.html8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 10 Integrate Contact Form 7 with Táve Studio Manager … … 16 16 to Táve and creating a new lead. 17 17 18 For complete help details see the [Support Site](http ://help.tave.com/getting-started/contact-forms/using-contact-form-7)18 For complete help details see the [Support Site](https://help.tave.com/getting-started/contact-forms/using-contact-form-7) 19 19 20 20 == Installation == 21 21 22 Install [Contact Form 7](http ://wordpress.org/extend/plugins/contact-form-7/)22 Install [Contact Form 7](https://wordpress.org/extend/plugins/contact-form-7/) 23 23 v3.9+ and set up a form. 24 24 … … 26 26 Táve Studio Manager `Alias` info to the settings page. Check your Contact Form 7 27 27 forms 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)28 be available in [Settings › Integrations › New Lead API](https://tave.com/app/settings/new-lead-api) 29 29 section of Táve and are case sensitive. Any field passed in that is not 30 30 recognized will be created as a custom field. … … 42 42 * Message 43 43 44 See the [Support Site](http ://help.tave.com/getting-started/contact-forms/using-contact-form-7) for a more detailed explanation.44 See the [Support Site](https://help.tave.com/getting-started/contact-forms/using-contact-form-7) for a more detailed explanation. 45 45 46 46 == Frequently Asked Questions == … … 51 51 == Changelog == 52 52 53 = 1.1.3 = 54 * Updating description and support site links. 55 53 56 = 1.1.2 = 54 * Fixing checkbox field mapping bug 57 * Fixing checkbox field mapping bug. 55 58 56 59 = 1.1.1 = -
tave-cf7-integration/trunk/tave_cf7.php
r1887778 r1927355 3 3 * Táve Integration using Contact Form 7 4 4 * 5 * @link http ://help.tave.com/getting-started/contact-forms/using-contact-form-75 * @link https://help.tave.com/getting-started/contact-forms/using-contact-form-7 6 6 * @author Jason Pirkey <jason@tave.com> 7 7 * @copyright Táve 2017 8 * @version 1.1. 18 * @version 1.1.3 9 9 * @since 1.0.0 10 10 * @package Tave_CF7 … … 14 14 * Plugin URI: https://github.com/tave/wordpress-cf7-plugin 15 15 * Description: Integrate Contact Form 7 with Táve Studio Manager 16 * Version: 1.1. 116 * Version: 1.1.3 17 17 * Author: Táve 18 18 * Author URI: https://tave.com 19 19 * License: GPL-2.0+ 20 * License URI: http ://www.gnu.org/licenses/gpl-2.0.txt20 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt 21 21 * Text Domain: tave_cf7 22 22 */ … … 114 114 115 115 $this->prefix = strtolower(__CLASS__); 116 $this->version = '1.1. 1';116 $this->version = '1.1.3'; 117 117 $this->name = $this->prefix . '_' . str_replace('.', '_', $this->version); 118 118 $this->plugin_file = plugin_basename(__FILE__);
Note: See TracChangeset
for help on using the changeset viewer.