Plugin Directory

Changeset 2153208


Ignore:
Timestamp:
09/09/2019 12:09:57 AM (7 years ago)
Author:
lcloss
Message:

Fix Bing validation

Location:
lcmd-tracking-codes/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • lcmd-tracking-codes/trunk/README.md

    r2153206 r2153208  
    55* Tested up to: 5.2.2
    66* Requires PHP: 7.0
    7 * Stable tag: 1.1.7
     7* Stable tag: 1.1.8
    88* License: AGPL-3.0
    99* License URI: https://www.gnu.org/licenses/agpl-3.0.en.html
  • lcmd-tracking-codes/trunk/README.txt

    r2153206 r2153208  
    55Tested up to: 5.2.2
    66Requires PHP: 7.0
    7 Stable tag: 1.1.7
     7Stable tag: 1.1.8
    88License: AGPL-3.0
    99License URI: https://www.gnu.org/licenses/agpl-3.0.en.html
  • lcmd-tracking-codes/trunk/includes/functions.php

    r2153206 r2153208  
    3333            return true;
    3434        }
    35         if ( preg_match('/^[\w_]$/i', $gv_code) ) {
     35        if ( preg_match('/^[\w_]+$/i', $gv_code) ) {
    3636            return true;
    3737        } else {
     
    5757            return true;
    5858        }
    59         if ( preg_match('/^\w$/i', $ms_bc) ) {
     59        if ( preg_match('/^[\w]+$/i', $ms_bc) ) {
    6060            return true;
    6161        } else {
  • lcmd-tracking-codes/trunk/lcmd-tracking-codes.php

    r2153206 r2153208  
    33 * Plugin Name:       LC Tracking Codes
    44 * Description:       LC Tracking Codes make easier put tracking codes in your site.
    5  * Version:           1.1.7
     5 * Version:           1.1.8
    66 * Author:            Luciano Closs
    77 * Author URI:        https://lucianocloss.com
Note: See TracChangeset for help on using the changeset viewer.