Plugin Directory

Changeset 430482


Ignore:
Timestamp:
08/30/2011 01:36:56 AM (15 years ago)
Author:
stesvis
Message:

fixed sql injections

Location:
easy-contact-form-lite/trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • easy-contact-form-lite/trunk/define.php

    r363516 r430482  
    88define('EASYFORM_PLUGIN_NAME','Easy Contact Form Lite');
    99
    10 $merlic_easyform_version = '1.0.7';
     10$merlic_easyform_version = '1.0.8';
    1111$table_name = $wpdb->prefix."easyform";
    1212$settings_table_name = $wpdb->prefix."easyform_settings";
  • easy-contact-form-lite/trunk/easy-contact-form-lite.php

    r363516 r430482  
    44 Plugin URI: http://wordpress.phpanswer.com/wpplugins/easy-contact-form/
    55 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.7
     6 Version: 1.0.8
    77 Author: Cristian Merli
    88 Author URI: http://wordpress.phpanswer.com
  • easy-contact-form-lite/trunk/readme.txt

    r365192 r430482  
    44Tags: form, contact, easy, text, testarea, submit, dropdown, radio, checkbox
    55Requires at least: 3.1
    6 Tested up to: 3.1
    7 Stable tag: 1.0.7
     6Tested up to: 3.2
     7Stable tag: 1.0.8
    88
    99Add a contact form on any page. Customizable and with validation.
     
    4444== Changelog ==
    4545
     46= 1.0.8 =
     47- Prevents sql injections
     48
    4649= 1.0.7 =
    4750- Fixed blank fields submission
Note: See TracChangeset for help on using the changeset viewer.