Changeset 1408545
- Timestamp:
- 05/02/2016 12:52:18 AM (10 years ago)
- Location:
- contact-form-advanced-database/trunk
- Files:
-
- 4 edited
-
cf7_advance_db.php (modified) (1 diff)
-
lib/display/export.php (modified) (1 diff)
-
lib/js/cf7-script.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-advanced-database/trunk/cf7_advance_db.php
r1335219 r1408545 5 5 * Plugin URI: http://www.christianbautista.info/contact-form-advance-database 6 6 * Description: A Very Simple plugin that will capture all the emails being sent using Contact Form 7 Plugin 7 * Version: 1.0. 77 * Version: 1.0.8 8 8 * Author: Christian A. Bautista 9 9 * Author URI: http://www.christianbautista.info -
contact-form-advanced-database/trunk/lib/display/export.php
r1163274 r1408545 18 18 return rtrim($toReturn," | "); 19 19 }else{ 20 return $dataArr; 20 21 return str_replace( array( "\n", "\r", "," ) , ' ' , $dataArr); 21 22 } 22 23 },$cf7AdbArrData)); -
contact-form-advanced-database/trunk/lib/js/cf7-script.js
r1317717 r1408545 88 88 jQuery('.cfdb-notif').delay(2000).fadeOut('slow'); 89 89 90 // Change Column name 91 $('#property-lead-table_wrapper column-title span').click(function(){ 92 $(this).attr('contentEditable',true); 93 }) 94 90 95 91 96 -
contact-form-advanced-database/trunk/readme.txt
r1317721 r1408545 4 4 Tags: contact, form, contact form database, contact form leads, contact form db, db. 5 5 Requires at least: 3.9.1 6 Tested up to: 4. 47 Stable tag: 4. 3.16 Tested up to: 4.5.1 7 Stable tag: 4.5.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 1.0.8 = 47 * Fix export with comma issue 48 * Tested on WP Version 4.5.1 49 46 50 = 1.0.6 = 47 51 * Checkbox and Radio Buttons Bug fixed
Note: See TracChangeset
for help on using the changeset viewer.