Plugin Directory

Changeset 1484253


Ignore:
Timestamp:
08/26/2016 05:06:21 PM (10 years ago)
Author:
sharespring
Message:

Fix sanitization for hex color codes

Location:
sharespring
Files:
9 added
3 edited

Legend:

Unmodified
Added
Removed
  • sharespring/trunk/_inc/functions.php

    r1484249 r1484253  
    4343
    4444    // Find values that match the correct format
    45     preg_match_all('/[\w-]+="[\w-]+"/', $value, $matches);
     45    preg_match_all('/[\w-]+="[\w#-]+"/', $value, $matches);
    4646    $matches = $matches[0];
    4747
  • sharespring/trunk/readme.txt

    r1484249 r1484253  
    44Requires at least: 3.7
    55Tested up to: 4.6
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242== Changelog ==
    4343
     44= 1.0.4 =
     45* Fix sanitization for hex color codes
     46
    4447= 1.0.3 =
    4548* Fix sanitization for hex color codes
  • sharespring/trunk/sharespring.php

    r1484249 r1484253  
    44* Plugin URI: https://github.com/ShareSpring/ShareSpring-WordPress-Plugin
    55* Description: Add ShareSpring to your WordPress site with a shortcode or widget. You'll need an active account at https://sharespring.com/ to use this plugin.
    6 * Version: 1.0.3
     6* Version: 1.0.4
    77* Author: ShareSpring, Inc.
    88* Author URI: https://sharespring.com/
Note: See TracChangeset for help on using the changeset viewer.