Plugin Directory

Changeset 3002069


Ignore:
Timestamp:
11/27/2023 09:29:24 AM (2 years ago)
Author:
formtoemail
Message:

Addressed a potential security vulnerability related to input handling for enhanced protection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • formtoemail-shortcodes/trunk/readme.txt

    r3002050 r3002069  
    44Requires at least: 2.6
    55Tested up to: 6.4.1
    6 Stable tag: 1.0
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1010Add FormToEmail forms to any page or post using a shortcode.
    1111
    12 == Description ==
     12## Description
    1313
    1414Manage your FormToEmail forms and easily insert them into any page or post using a shortcode:
     
    1616`[formtoemail id="fte_my_form_name"]`
    1717
    18 Each form consist of a unique name and HTML code. You can copy and paste HTML code provided in your FormToEmail user panel or you can input your own HTML code.
     18Each form consists of a unique name and HTML code. You can copy and paste HTML code provided in your FormToEmail user panel or you can input your own HTML code.
    1919
    2020This plugin will NOT taint your content or the output of other shortcodes. If you delete a form, any existing shortcodes with that form's ID will output an empty string.
    2121
    22 This plugin was built using code from [Raw HTML Snippets](https://wordpress.org/plugins/raw-html-snippets/)
     22This plugin was built using code from [Raw HTML Snippets](https://wordpress.org/plugins/raw-html-snippets/).
    2323
    24 == Installation ==
     24## Installation
    2525
    26261. Download and unzip to the 'wp-content/plugins/' directory.
    27272. Activate the plugin.
    28 3. Use the FormToEmail link on the left of the admin panel to add, edit and remove your forms.
     283. Use the FormToEmail link on the left of the admin panel to add, edit, and remove your forms.
    29294. Configure and copy forms and code from your [FormToEmail User Panel](http://formtoemail.com/).
    30305. Insert forms into any page or post using a shortcode.
    3131
    32 == Frequently Asked Questions ==
     32## Frequently Asked Questions
    3333
    3434None.
    3535
    36 == Screenshots ==
     36## Screenshots
    3737
    38381. Form library
     
    40403. Sample form on a page
    4141
    42 == Changelog ==
     42## Changelog
     43
     44= 1.1 =
     45* **Security Update:** Addressed a potential security vulnerability related to input handling for enhanced protection.
     46
    4347
    4448= 1.0 =
    4549* Initial Release
     50
Note: See TracChangeset for help on using the changeset viewer.