Changeset 1480417
- Timestamp:
- 08/22/2016 07:26:18 AM (10 years ago)
- Location:
- emailchef/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
emailchef.php (modified) (1 diff)
-
includes/drivers/forms/class-emailchef-drivers-forms-contactform7.php (modified) (1 diff)
-
includes/drivers/forms/class-emailchef-drivers-forms-fastsecurecontactform.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
emailchef/trunk/README.txt
r1413254 r1480417 5 5 Requires at least: 4.0 6 6 Tested up to: 4.5.2 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
emailchef/trunk/emailchef.php
r1413254 r1480417 9 9 * Plugin URI: http://emailchef.com/ 10 10 * Description: eMailChef: The simplest recipe to cook amazing newsletters. Automatically synchronize form submissions from Contact Form 7, Fast Secure Contact Form (FSCF) and Jetpack. 11 * Version: 1.0. 211 * Version: 1.0.3 12 12 * Author: Nicola Moretti 13 13 * Author URI: http://nicolamoretti.com -
emailchef/trunk/includes/drivers/forms/class-emailchef-drivers-forms-contactform7.php
r1412727 r1480417 56 56 { 57 57 if (!isset($_POST['_wpcf7'])) { 58 continue;58 return; 59 59 } 60 60 $id = $_POST['_wpcf7']; -
emailchef/trunk/includes/drivers/forms/class-emailchef-drivers-forms-fastsecurecontactform.php
r1412727 r1480417 44 44 { 45 45 if (!isset($_POST['form_id'])) { 46 continue;46 return; 47 47 } 48 48 $id = $_POST['form_id'];
Note: See TracChangeset
for help on using the changeset viewer.