Changeset 430482
- Timestamp:
- 08/30/2011 01:36:56 AM (15 years ago)
- Location:
- easy-contact-form-lite/trunk
- Files:
-
- 1 deleted
- 3 edited
-
define.php (modified) (1 diff)
-
easy-contact-form-lite.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
requests/sort_row.request.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
easy-contact-form-lite/trunk/define.php
r363516 r430482 8 8 define('EASYFORM_PLUGIN_NAME','Easy Contact Form Lite'); 9 9 10 $merlic_easyform_version = '1.0. 7';10 $merlic_easyform_version = '1.0.8'; 11 11 $table_name = $wpdb->prefix."easyform"; 12 12 $settings_table_name = $wpdb->prefix."easyform_settings"; -
easy-contact-form-lite/trunk/easy-contact-form-lite.php
r363516 r430482 4 4 Plugin URI: http://wordpress.phpanswer.com/wpplugins/easy-contact-form/ 5 5 Description: This plugin allows you to add custom contact forms to your site. Choose which fields you want, which ones are required and if you want a recaptcha validation.<br />Automatic form validation is provided. Just add the shortcode to the page or post where you want to display the form.<br />In the backend you can add/edit/delete forms. For each form that you create you decide who will receive the email. 6 Version: 1.0. 76 Version: 1.0.8 7 7 Author: Cristian Merli 8 8 Author URI: http://wordpress.phpanswer.com -
easy-contact-form-lite/trunk/readme.txt
r365192 r430482 4 4 Tags: form, contact, easy, text, testarea, submit, dropdown, radio, checkbox 5 5 Requires at least: 3.1 6 Tested up to: 3. 17 Stable tag: 1.0. 76 Tested up to: 3.2 7 Stable tag: 1.0.8 8 8 9 9 Add a contact form on any page. Customizable and with validation. … … 44 44 == Changelog == 45 45 46 = 1.0.8 = 47 - Prevents sql injections 48 46 49 = 1.0.7 = 47 50 - Fixed blank fields submission
Note: See TracChangeset
for help on using the changeset viewer.