Plugin Directory

Changeset 2404108


Ignore:
Timestamp:
10/21/2020 03:44:54 PM (5 years ago)
Author:
sajdoko
Message:

V 1.6.4

Location:
lw-all-in-one/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lw-all-in-one/trunk/admin/class-lw-all-in-one-admin.php

    r2400672 r2404108  
    238238
    239239  public function lw_all_in_one_validate_tracking_id($str) {
    240     return (bool) preg_match('/^ua-\d{4,9}-\d{1,4}$/i', strval($str));
     240    return (bool) preg_match('/^UA-\d+-\d+$|^G-[a-zA-Z0-9]+$|^AW-[a-zA-Z0-9]+$|^DC-[a-zA-Z0-9]+$/i', strval($str));
    241241  }
    242242
  • lw-all-in-one/trunk/lw-all-in-one.php

    r2400672 r2404108  
    1010 * Plugin Name:       LocalWeb All In One
    1111 * Description:       LocalWeb All In One should be installed only on websites created by LocalWeb S.R.L, because it extends certain functionalities of the website which may send certain data to LocalWeb's servers. This is to make possible showing data on LocalWeb App.
    12  * Version:           1.6.3
     12 * Version:           1.6.4
    1313 * Author:            LocalWeb S.R.L
    1414 * Author URI:        https://localweb.it/
     
    2929 * Currently plugin version.
    3030 */
    31 define('LW_ALL_IN_ONE_VERSION', '1.6.3');
     31define('LW_ALL_IN_ONE_VERSION', '1.6.4');
    3232
    3333/**
  • lw-all-in-one/trunk/readme.txt

    r2400672 r2404108  
    3131
    3232== Changelog ==
     33= 1.6.4 =
     34* Updated Google Analytics tracking code validation function.
     35= 1.6.3 =
     36* WordPress Plugin Directory guidlines.
    3337= 1.6.2 =
    3438* Added option to purify CSS.
Note: See TracChangeset for help on using the changeset viewer.