Changeset 2206844
- Timestamp:
- 12/05/2019 09:42:50 PM (5 years ago)
- Location:
- webconnex-form-managment/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
webconnex-form-managment/trunk/README.txt
r2175696 r2206844 4 4 Requires at least: 4.1.1 5 5 Tested up to: 5.2.1 6 Stable tag: 1.6.1 56 Stable tag: 1.6.1 7 7 License: GPL2 8 8 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 45 45 [wxform url="https://yoursubdomain.regfox.com/form-url" type="modal" bg="#7BB045" fg="#FFFFFF"]Modal Me[/wxform] 46 46 47 48 47 49 == Screenshots == 48 50 1. The pop-up editor screen 49 51 50 52 == Changelog == 53 51 54 1.6.15 License update 52 55 1.6.13 Input sanitization and security update for WordPress compatibility -
webconnex-form-managment/trunk/wx-form-management.php
r2175696 r2206844 10 10 Plugin URI: http://webconnex.com/wordpress/ 11 11 Description: An easy way to include your WebConnex forms in WordPress 12 Version: 1.6.1 512 Version: 1.6.1 13 13 Author: WebConnex 14 14 Author URI: http://webconnex.com/ … … 62 62 public static function wxform_shortcode_fn($attributes, $content) 63 63 { 64 64 65 $formUrl = sanitize_url($attributes['url']); 65 66 if($formUrl == '') { … … 72 73 } 73 74 75 76 77 78 74 79 $content = sanitize_text_field($content); 75 80 if ($content == '') {
Note: See TracChangeset
for help on using the changeset viewer.