Plugin Directory

Changeset 2206844

Timestamp:
12/05/2019 09:42:50 PM (5 years ago)
Author:
smithjw1
Message:

Preparing for 1.6.16 release

Location:
webconnex-form-managment/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • webconnex-form-managment/trunk/README.txt

    r2175696 r2206844  
    44Requires at least: 4.1.1
    55Tested up to: 5.2.1
    6 Stable tag: 1.6.15
     6Stable tag: 1.6.1
    77License: GPL2
    88License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    4545[wxform url="https://yoursubdomain.regfox.com/form-url" type="modal" bg="#7BB045" fg="#FFFFFF"]Modal Me[/wxform]
    4646
     47
     48
    4749== Screenshots ==
    48501. The pop-up editor screen
    4951
    5052== Changelog ==
     53
    51541.6.15 License update
    52551.6.13 Input sanitization and security update for WordPress compatibility
  • webconnex-form-managment/trunk/wx-form-management.php

    r2175696 r2206844  
    1010 Plugin URI:        http://webconnex.com/wordpress/
    1111 Description:       An easy way to include your WebConnex forms in WordPress
    12  Version:           1.6.15
     12 Version:           1.6.1
    1313 Author:            WebConnex
    1414 Author URI:        http://webconnex.com/
     
    6262  public static function wxform_shortcode_fn($attributes, $content)
    6363  {
     64
    6465    $formUrl = sanitize_url($attributes['url']);
    6566    if($formUrl == '') {
     
    7273    }
    7374
     75
     76
     77
     78
    7479    $content = sanitize_text_field($content);
    7580    if ($content == '') {
Note: See TracChangeset for help on using the changeset viewer.